@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);

body {
	text-align: center;
	margin-top: 0px auto;;
	padding-top: 0px;
}
#contenedor {
	width: 1280px;
	text-align: left;
	margin: auto;
}
#header {
	height: 185px;
	width: 1280px;
}
#logo {
	height: 100px;
	width: 225px;
	margin: 25px 0 25px 0;
	outline: none;
}
img {
	border: 0;
}

#menu {
	height: 40px;
	width: 100%;
	float: left;
	background-image: url(imgs/fdo_menu_repeat.png);
	z-index: 1;
}
#menu ul {
	margin: 0px;
	padding: 0px 0px;
	line-height: 40px;
	list-style-type: none;
	border: 0px;
}
#menu ul li {
	float: right;	
}
#menu ul > li {
	position: relative;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 1.1em;
	color: #FFF;
	margin: 0px 0px;
	padding: 0px 50px;
}	
#menu li a:hover {
	background-image: url(imgs/fdo_menu_repeat.png);
	background-position: 0 -40px;
	
}
#menu ul li ul {
	display: none;
	position: absolute;
	z-index: 3;
}
#menu ul li:hover ul {
	display: block;
}
#menu ul li ul li a {
	color: #FFF;
	font-size: 1em;
	background-color: #3589C4;
	text-align: left;
	padding-left: 50px;
	width: 250px;
}
#menu ul li ul li a:hover {
	color: #FFF;
}

#contenido {
	width: 1280px;
	float: left;
	margin-bottom: 75px;
}

#frase {
	width: 1280px;
	font-family: 'Roboto Slab', serif;
	color: #0169AA;
	text-align: center;
	line-height: 1.7em;
	height: 60px;
	font-size: 2em;
	float: left;
	margin: 40px 0 40px 0;
}
.colsInicio {
	height: 200px;
	width: 290px;
	float: left;
	margin-left: 25px;
}

.titcualidades {
	font-family: 'Roboto Slab', serif;
	font-size: 2em;
	color: #0169AA;
	text-align: left;
	font-weight: 300;
	height: 47px;
	width: 290px;
	padding-top: 10px;
}

#contenidoPagina {
	width: 1280px;
	float: left;
}
#foto {
	width: 1280px;
	height: 400px;
	float: left;
	
}
#tituloPagina {
	float: left;
	text-align: left;
	width: 1230px;
	margin: 0px 25px 10px 25px;
	
}
#columnaPagina {
	float: left;
	width: 1230px;
	margin-right: 25px;
	margin-left: 25px;
}

.listpagina {
	font-family: 'Roboto Slab', serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #0169AA;
	font-weight: 300;
	text-align: left;
}
.icono {
	float: left;
	height: 52px;
	width: 52px;
	margin-right: 10px;
}
.titTemas {
	text-align: left;
	height: 80px;
	width: 1170px;
	margin-left: 60px;
}
h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 2.5em;
	color: #0169AA;
	text-align: left;
	font-weight: 300;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0169AA;
	width: 1230px;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	color: #0169AA;
	text-align: left;
	font-weight: 300;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	color: #0169AA;
	text-align: left;
	font-weight: 300;
	margin-top: 40px;
	margin-bottom: 0px;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	color: #0169AA;
	text-align: left;
	font-weight: 300;
	font-style: italic;
	margin-top: 40px;
	margin-bottom: 5px;
}
.texto {
	width: 1168px;
	margin: 0 0 50px 62px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #000;
	font-weight: normal;
	text-align: left;
}
.blue {
	color: #0169AA;
	
}
#columnaIzquierda {
	float: left;
	width: 350px;
	margin: 0 0 50px 25px;
}
	
#columnaDerecha {
	float: left;
	width: 800px;
	height: 450px;
	margin: 20px 0 50px 75px;
	border-color: #0169AA;
	border-width: thin;
	border-style: solid;
}
.azul {
	color: #0169AA;
	font-size: 1em;
}
.btmail a:link {
	text-decoration: none;
	color: #999;
}
.btmail a:active {
	text-decoration: none;
	color: #999;
}
.btmail a:hover {
	text-decoration: none;
	color: #0169AA;
}
.btmail a:visited {
	text-decoration: none;
	color: #999;;
}	

/*iNICIO PIE*/
#pie {
	width: 1280px;
	height: 300px;
	float: left;
	background-color: #0169AA;
}

/*INICIO MENU PIE OTRO*/
/*.menupie{
	width: 1280px;
	height: 230px;
	float: left;
}*/
#menupieotro{
	width: 1280px;
	height: 230px;
	float: left;
	margin-top: 15px;
}
#menupieotro ul{
	list-style-type: none;
	float: left;
	margin-left: 35px;
	margin-right: 25px;
}
#menupieotro ul li h2{
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 1em;
	color: #FFF;
}
#menupieotro ul li{
	line-height: 30px;
}
#menupieotro ul li a {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 0.9em;
	color: #CCC;
	text-decoration: none;
}
#menupieotro ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#menupieotro ul li .txt{
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 0.9em;
	color: #CCC;
	line-height: 30px;
}
#menupieotro ul li img {
	/*vertical-align: middle;*/
	padding-right: 10px;
}
/*FIN MENU PIE OTRO*/


#copyright {
	width:1215px;
	font-family: Tahoma, sans-serif;
	font-size: 0.7em;
	color: #fff;
	float: left;
	margin-top: 20px;
	margin-left: 70px;
	letter-spacing: 0.1em;
}
/*FIN PIE*/


/************* inicio slideshow *************/
.cycle-slideshow {
	margin: auto;
	height: 487px;
	width: 1280px;
	overflow: hidden;
	padding-bottom:30px;
	float: left;
	background: url(imgs/spinner_azul.gif) 50% 50% no-repeat;
	z-index: 2;
}

/* pager */
.cycle-pager {
	text-align: center;
	width: 1280px;
	z-index: 500;
	position: absolute;
	overflow: hidden;
	line-height: 70px;
}
.cycle-pager span {
	font-family: arial;
	font-size: 73px;
	width: 16px;
	height: 16px;
	color: #D9D9D9;
	cursor: pointer;
	padding: 0 5px;
}
.cycle-pager span.cycle-pager-active {
	-webkit-text-stroke: 1px #0169AA;
	color: #0169AA;
}
.cycle-pager > * { 
	cursor: pointer;
}
.disabled {
	opacity: .5;
	filter:alpha(opacity=50);
}
/*
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow { width: 200px;}
    .cycle-overlay { padding: 4px }
    .cycle-caption { bottom: 4px; right: 4px }
}
*/
/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; bottom: 80px; width: 34px; opacity: 0.6; filter: alpha(opacity=60); z-index: 800; height: 33px; cursor: pointer; }
.cycle-prev { right: 58px;  background: url(./imgs/flecha_izq.png) 50% 50% no-repeat;}
.cycle-next { right: 15px; background: url(./imgs/flecha_der.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: 0.9; filter: alpha(opacity=90); }
