body {
	text-align:center;
	font-size:12px;
	font-family:Arial;
	color:#00214E;
}

a {
	border-bottom: 1px dotted #E30E2A;
	text-decoration: none;
	color: #E30E2A;
}

a:hover {
	border-bottom: 1px dotted #00214E;
	text-decoration: none;
	color: #00214E;
}

.titulo {
	color: #E30E2A;
	font-weight:bold;
}

.cita {
	color: #E30E2A;
	font-weight: bold;
	font-style: italic;
}

img {
	border: 0;
}

td {
	font-weight:bolder;
	line-height:25px;
	vertical-align:top;
	font-size:12px;
}

.tableSubtitle {
	width: 135px;
}

.tableTitle {
	text-align:center;
	font-weight:bold;
	font-size:15px;
	color:#0f014b;
	border-bottom:5px solid #0f014b;
}

.tableTitleFont {
	color: #0f014b;
}

#speed_info {
	position:absolute;
	display: none;
	width: 600px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 5px solid #0F014B;

}

#speed_cerrar {
	text-align: right;
	cursor: pointer;
	padding: 5px;
	font-size: 20px;
}

#formulario_inscripcion {
	position:absolute;
	display: none;
	width: 600px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 5px solid #0F014B;
}

#formulario_inscripcion table {
	width: 550px;
	margin: 0 auto;
}

#formulario_inscripcion table td {
	color: #003399;
}

#formulario_inscripcion .formulario td input {
	width: 400px;
}

#formulario_inscripcion table td .normal {
	font-size: 10px;
	line-height: normal;
}

#menu {
	position:absolute;
	top:520px;
	width:905px;
	margin:0 auto;
	text-align:center;
}

#formulario_inscripcion_cerrar {
	text-align: right;
	cursor: pointer;
	padding: 5px;
	font-size: 20px;
}

.normalText {
	font-weight: normal;
}

label.error { 
	font-weight:normal;
	color:red;
	text-align:left;
	padding-left:25px;
	background: transparent url('../biu/cancel.png') no-repeat scroll left; 
}


/*a partir de aqui van lo del email por smtp*/
#form-smtp{
	width:336px;
	height:240px;
	background-image: url(../images/fondo-form.png);
	background-repeat:no-repeat;
	float: right;
	position:fixed;
	right:12px;
	top:75px;
	display:none;
	  
}

#form-smtp p{
	position:relative;
	top:70px;
	float:left;
	left:30px;
	color:#FFF;
	font-size:14px;
}

#campos-texto{
	position:relative;
	top:20px;
}
#boton{
	position:relative;
	top:100px;
}


input{
	background:url(../images/fondo-texto.png) no-repeat;
	width:288px;
	height:35px;
	margin:0 0 14px 0;
	color: #999; 
	font-size:1.4em;
	padding-left:10px;
	border:none;
}
#enviar{
	float:left;
	margin:30px 0 0 220px;
	background-image:url(../images/fondo-boton.png);
	width:86px;height:30px;/* importante definir la altura*/
	color:#fff;
	cursor:pointer;
	font-size:14px;
}
#mostrar{
	float:right;
	background-image: url(../images/boton-fondo.png);
	cursor:pointer;
	
	width:336px;
	height:97px;
	right:10px;
	top:-10px;
	position: fixed;
}

/* Hover a nuestro Boton 
   No funciona en IE6(para variar..) */
#enviar:hover{

	color:#d0e8f7;
}
