/* CSS Document */

* { margin:0px; padding:0px;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2E5384;
}

body  img { float:right;}

h2 {
	font-size:22px;
	font-weight:normal;
	display:block;
	color:#84ACD3;
	line-height:35px;
	padding-left:14PX;
	border-bottom:1px solid #84ACD3;
	margin-bottom:15px;
	font-weight:600;
	float:left;
	margin-top:22px;
	width:85%;
}

h4 { font-size:16px; font-weight:normal; margin:10px 0px 14px 0px;}
h4 span { color:#84ACD3;}

p { font-size:11px; line-height:15px; margin-bottom:14px;}


/****************   Clases  ****************/

#contenedor { margin-left:14px;}

.cleaning { clear:both;}

.box_txtInfo dl, .box_txtInfo p { margin:15px 30px 15px 10px;}
.box_txtInfo p {color:#2e5384; font-size:11px; text-align:justify;}
.box_txtInfo p strong.horarios {color:#487CC0;}
.box_txtInfo p a {color:#E5781B; text-decoration:underline;}
.box_txtInfo p a:hover {color:#E5781B; text-decoration:none;}
.box_txtInfo dl span {font-size:12px; color:#c57233; font-weight:500;}
.box_txtInfo dl dt {
	font-size:11px;
	color:#487cc0;
	text-decoration:underline;
	margin-bottom:10px;
}
.box_txtInfo dd {margin-bottom:20px;}
.box_txtInfo ul { list-style-position:outside; margin-left:15px;}
.box_txtInfo ul li {
	font-size:11px;
	list-style-type:square;
	color:#2e5384;
	line-height:12px;
	margin-bottom:2px;
}