﻿input, select
{
	border-radius: 20px; 
	background-color:white;
	text-align: center; /*alineacion del texto*/
}
textarea
{
	border-radius: 10px;
}
.bordes
{
	border:1px solid black;
	border-radius: 5px;
}
