@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
}
.resaltado{ font-weight:bold;}
table {text-align:left;}
#contiene{
	width:770px;
	margin:5px auto;
}

#prestDirectos{
	width: 372px;
	margin: 3px;
	padding: 3px;
	float: left;
	min-height: 110px;
}
#fotoPrestador{
	float: left;
}
#detallePrestador{
	float: right;
	width: 220px;
	text-align: left;
	padding-left: 5px;
}

#subTituloSeccion {
	font-weight: bold;
	font-size: 16px;
}
#detalleSeccion {
	width: auto;
	margin-bottom: 10px;
}
#tituloCliente{
	text-align:center;
	font-weight: bold;
	border-bottom: solid 2px #1468A4;
	font-size: 16px;
	background-color: #E9F1F5;
	padding: 3px;
}
.centrado{ text-align:center;}
.foto{
	padding-bottom:3px;
	width:140px;
}
.detalle {
	width:245px;
}
a { text-decoration:none;}
a:link, a:visited { color:#3366CC;}
a:hover, a:hover:visited { text-decoration:underline; color:#003366}

/*formulario mail*/
#contFomularioMail{ 
	margin:0 auto;
	background-color:#E7E7E7;
 }
.advertencia {
	font-weight:lighter;
	color:#003399;
	font-size: 95%;
}
#contacto td{text-align:left;}
#nombre,#apellido,#mail,#telefono,textarea {
	width:97%;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	color: #666666;
}
#enviar {
	border:solid 1px #d6d6d6;
	background-color:#ffffff;
	font-size:90%;
	color:#666666;
	width:120px;
	margin-right: 4px;
	cursor: hand;
}
#contFooterSubSec{
	margin: 5px auto;
	width: 600px;
	color: #333333;
	text-align: right;
}
.clearfloat{ clear:both; line-height:1px;}
