@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fbb03b;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #2e3192;
	font-weight:bold;
	
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:small;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #2E3192;
}
a:active {
	text-decoration: none;
	font:Arial, Helvetica, sans-serif;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #2E3192;
}
.telefonos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	
}
.direcciones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333;
}
.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	padding:5px;
	text-align: left;
	border-right-color:#29abe2;
	border-right-style:solid;
	border-right-width:thin;
}
