@charset "utf-8";
/* CSS Document */

#contenido{color:#e1f3fc;}

#cont_izq{
	margin: 40px 0 0 11px;
	float:left;
	width:220px;	
}

#cont_der{
	margin: 40px 0 0 98px;
	float:left;
	width:630px;
}

#contenido h4{
	font-size:30px;
	font-family:Georgia;
	font-style:normal;
	font-weight:normal;
}

.normal_grande{
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
}

.datos_contacto{ 
	margin-top:15px;
	margin-bottom:10px;
	padding-left:28px;
	border-bottom: solid #6b90c3 1px;
	padding-bottom:5px;
}

.datos_contacto p{
	margin-bottom:10px;
	font-family:Arial;
	font-size:12px;
}

.datos_contacto a{
	color:#e1f3fc;
	margin-bottom:8px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

#cont_izq img{
	margin:0 6px 0 0;
	border:none;
	position:relative;
	top:1px;
}

/*++++++++++++++++++++ Tabla +++++++++++++++++++++++++++++++++*/

#tabla_forma{
	border: none;
	float:left;
	width: 621px;
}

#tabla_forma tr{ vertical-align:top;}

#cont_der label{
	font-family:Arial;
	font-size:12px;
	display:block;
	margin-bottom:6px;
	margin-left:2px;
}

#tabla_forma input[type=text]{
	border:medium none;
	color:#333333;
	font-family:Arial;
	font-size:14px;
	height:20px;
	margin-bottom:10px;
	padding-bottom:5px;
	padding-left:2px;
	padding-top:5px;
	width:293px;
}

#tabla_forma select{
	color:#333;
	font-family:Arial;
	font-size:14px;
	width:294px;
	border:1px solid #FFF;
	
}

#tabla_forma option{ margin-bottom:1px;}

.head p{
	margin-bottom:20px;
}

#tabla_forma td:first-child{
	width:320px;
}

span.cont_select{
	background-color:#FFFFFF;
	border:medium none;
	display:block;
	height:24px;
	margin-bottom:8px;
	padding:5px 0 1px 1px;
	width:294px;
}


div#last_cell *{
	display:inline;
}

div#last_cell{
	width:600px;
	margin-top:3px;
}

#diseno{ margin-left:10px;}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#con-mensaje{
	margin-bottom:12px;
	width:616px;
	clear:both;
	padding-left:1px;
	float:left;
}
#con-mensaje textarea{
	color:#333;
	font-family:Arial;
	font-size:14px;
	height:113px;
	padding:5px;
	width:605px;
}

#bottom{
	width:100%;
	float:left;
	clear:both;
}

#bottom p{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	margin-bottom:6px;
	margin-left:2px;
}

#bottom input[type=image]{ 
margin-left:478px;
margin-top:2px;
} 

#respuesta
{
	height:18px;
	margin:5px 0 7px;
	padding:14px 0 10px 31px;
	width:587px;
}

div.error
{
	background:#FFDFDF url(../img/exclamation.png) no-repeat scroll 10px 15px;
	border:1px dotted #9F0000;
	color:#E96E5E;
	font-size: 14px;
}

div.acep
{
	background:#EFFFEF url(../img/accept.png) no-repeat scroll 10px 15px;
	border:1px dotted #194F18;
	color:#368F35;
	font-size:14px;
}