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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #446E80;
}

.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	line-height:20px;
	color:#000;
}

.titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	line-height:20px;
	color:#000;
}

.titulo2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	line-height:20px;
	color:#185472;
}

.titulo3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	line-height:20px;
	color:#FFF;
	text-align:left;
}

.horario{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	line-height:20px;
	color:#1C6382;
	text-align:center;
}

a:link {
	color: #185472;
	text-decoration: none;
}
a:visited {
	color: #185472;
	text-decoration: none;
}
a:hover {
	color: #B58F48;
	text-decoration: underline;
}
a:active {
	color: #185472;
	text-decoration: none;
}

