@charset "utf-8";
#contenedor {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#cabezote {
	height: 165px;
	width: 960px;
	margin-top: 20px;
}
#menuprincipal {
	height: 30px;
	width: 845px;
	float: right;
}
#logo {
	float: left;
	height: 165px;
	width: 115px;
}
#menuservicios {
	height: 135px;
	width: 845px;
	float: right;
}
#contenido {
	width: 960px;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#columizq {
	float: left;
	height: 350px;
	width: 170px;
}
#columcentro {
	float: left;
	width: 615px;
}
#centroarriba {
	float: left;
	height: 28px;
	width: 615px;
	background-image: url(imagenes/centro_arriba.png);
	background-repeat: no-repeat;
}
#centroabajo {
	float: left;
	height: 28px;
	width: 615px;
	background-image: url(imagenes/centro_abajo.png);
	background-repeat: no-repeat;
}
#centrotextos {
	float: left;
	width: 615px;
	background-image: url(imagenes/centro_linea.png);
	background-repeat:  repeat-y;
}
#columiderecha {
	float: right;
	height: 350px;
	width: 175px;
}
#logospatrocionios {
	height: 80px;
	width: 960px;
	float: left;
	margin-top: 20px;
}
#copy {
	height: 130px;
	width: 960px;
	float: left;
	margin-top: 20px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}
.textoscopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.textosprincipales {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004F6C;
	text-decoration: none;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004F6C;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #990000;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #990000;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #003366;
	text-decoration: underline;
}

