#formulario
{
	float: left;
	width: 50%;
	height: 300px;
	padding: 2% 3% 5% 3%;
}

table
{
	border-collapse: collapse;
}
.izquierda 
{

	padding-top: 2px;
	width: 27%;
	height: 22px;
	text-align: center;
	background-image: url(../imagenes/fondoformulario.png);
	background-repeat: no-repeat;
	color: white;
	font-size: 12px;
	vertical-align: top;
}


h3
{
	font-size: 14px;
}

#sedes
{
	position: relative;
	top : 5%;
	right: 0%;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	float: right;
	width: 44%;
}

.telefono
{
	font-family: Tahoma, Verdana,  Arial;
	font-size: 15px;
	padding: 1%;
	margin-bottom: 10px;
}

.telefono em
{
	font-size: 17px;	
}

input,textarea
{
	border: 1px solid black;
}