/*

Colographics C.A. 2011-2012 ©

   \\\\\\\\\   \\\\\\\\\
	\\\\\\\\\	\\\\\\\\\
	 \\\\\\\\\	 \\\\\\\\\
	  \\\\\\\\\	  \\\\\\\\\
	   \\\\\\\\\   \\\\\\\\\
	   /////////   /////////
	  /////////   /////////
	 /////////   /////////
	/////////   /////////
   /////////   /////////

*/



body { 
	background: fixed #fff url(../img/bgbody.jpg) top center no-repeat; 
	margin:0;
	padding:0;

	background-size:			cover;
	-moz-background-size:		cover;
	-webkit-background-size:	cover;
	
	font-family: Helvetica, sans-serif;
	font-weight:400;
}
/*
	File Overview:	Flexi-background styles.
	Author:			Michael Bester <http://kimili.com>
	Description:	Sets up styling for full-screen flexible backgrounds.
					See <http://kimili.com/journal/flexible-scalable-background-image> for more info.
	
	Licence:		Copyright 2010, Michael Bester.
					Released under the MIT license <http://opensource.org/licenses/mit-license.php>
	
*/

/*
Body bg-image funcionara con los navegadores menos capaces! oh yeah!
*/
img#expando {
display: none;
position: absolute;
z-index: 1;
-ms-interpolation-mode: bicubic;
}
 
.wide img#expando,.tall img#expando {display: block;}
 
.wide img#expando {
height: auto;
width: 100%;
}
 
.tall img#expando {
height: 100%;
width: auto;
}
/*fin de expando; thank you kimili.com */

#fullconten {
	margin:0px auto;
	width:1030px;
	min-height:500px;
	background:#fff;
	padding:0 10px 0 10px;
	
}

p{
	line-height:16px;
}




/* TIPS */
.minitip-content {
    font-size: 11px;
    padding: 8px 10px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    background-color: #3C3C3C;
    border: 1px solid rgba(255, 255, 255, 0.25);

    box-shadow: 0 0 3px #555;
    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/*== HEADER	==*/

header a{
	background:url(../img/head-bg.jpg) no-repeat #9CF;
	display:block;
	width:100%;
	height:192px;
	text-indent:-9000px;
}

/*== NAV ==*/
nav{
	width:100%;
	height:65px;
	background:url(../img/navshad.png) no-repeat #eceded;
}
nav ul {
	width:100%;
	height:45px;
	background:url(../img/nav-bg_repeat.jpg) repeat-x #009DDF;
}
nav li {
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	border-right:#0062A1 1px solid;
	border-left:#009DDF 1px solid;
	line-height:44px;
	font-size:14px;
}
nav li a {
	width:130px;
	color:#fff;
	font-weight:bold;
	float:left;
	text-align:center;
}
nav li a:hover {
	background: url(../img/hovernav.png) no-repeat center center #387AFF;
	text-decoration:underline;
}
.first_noborder{
	border-left:none;
}
.last_noborder{
	border-right:none;
	color:#fff;
	text-indent:10px;
	font-style:italic;
}


/*== ASIDE = SIDEBAR ==*/

aside {
	width:243px;
	min-height:300px;
	background-color:white;
	float:left;
}
.apps_container{
	width:243px;
	min-height:200px;
	border:1px solid #009DDF;
}
.apps_container h3{
	display:block;
	width:100%;
	height:60px;
	background:url(../img/title_appscontainer_bg.png) no-repeat top center #fff;
	line-height:80px;
	color:#6F7072;
	text-align:center;
	font-size:16px;
}
.apps_container h4{
	text-align:center;
	margin:10px;
	font-size:14px;
	font-style:italic;
	font-weight:lighter;
	color:#5185C0;
}
aside .apps_container label{
	color:#009DDF;
	font-style:italic;
}
aside .apps_container p{
	text-align:center;
	margin:0 0 10px 0;
	font-size:12px;
	line-height:18px;
}


/*===== MENU LATERAL =====*/
#menu{
	background:#fff;*/
	width:100%;
	min-height:20px;
}
#menu a {
	color:#55524C;
}
#menu a.mayores {
	display: block;
	width:245px;
	height:30px;
	font-size:16px;
	line-height:32px;
	font-family: Helvetica, sans-serif;
	background:url(../img/menu_sprite.png) no-repeat top center #009DDF;
	text-indent:40px;
	margin-top:5px;
}
.subMenu a {
	display:block;
	padding:3px 0 3px 2px;
	width:100%;
	height:25px;
	line-height:25px;
	font-size:11px;
	text-align:center;
	color:#fff;
}
#menu a.mayores:hover {
	background-position:bottom center;
	color:#009DDF;
}
#menu .subMenu a:hover {
	background:#009DDF;
	color:#fff;
}
.doblao em {
	font-size:11px;
	font-style:normal;
}

/*===== CONTENIDO =====*/

#contenido {
	width:755px;
	min-height:200px;
	font-size:13px;
	font-family:sans-serif;
	margin-left:255px;
	padding-bottom: 14px;
}
#contenido #inner_wrap{
	width:520px;
	min-height:500px;
	float:left;
}

#contenido .actu_bar{
	margin-left:530px;
	background:#FFF;
}
#inner_wrap-head h2{
	display:block;
	text-align:center;
	width:100%;
	min-height:30px;
	line-height:30px;
	font-size:20px;
	color:#009DDF;
}
#inner_wrap-head img{
	padding:5px;
	border:1px solid #eceded;
	margin-bottom:10px;
}


/* RECAP MENU for REDIRECT directory*/
.recap_menu{
	display:block;
	width:100%;
	min-height:100px;
	float:left;
	margin:0;
}
.recap_menu a {
	display: block;
	width:520px;
	height:30px;
	font-size:16px;
	line-height:32px;
	border-bottom: dotted 1px #009DDF;
	color:#aeaea5;
	text-align:center;
}
.recap_menu a:hover {
	color:#000;
	background:#eceded;
}
/*ACTU = EVENTO*/
.actu_bar .evento{
	width:200px;
	margin-left:20px;
	border-bottom:1px dotted #BFDEED;
	font-size:12px;
}
.actu_bar p, .actu_bar img{
	padding:3px;
}
.actu_bar img{
	border:2px #eceded solid;
}
.actu_bar a{ color:#6F7072;}
.actu_bar a:hover{ color:#000;}
.actu_bar span{
	margin:0 0 10px 70px;
	display:block;
	height:20px;
	width:120px;
	text-align:center;
	background:#009DDF;
	padding:5px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.actu_bar span:hover{
	background: url(../img/hovernav.png) no-repeat center center #BFDEED;
	text-decoration:underline;
}
.actu_bar .lastevent{
	border:none;
}
/*===== FOOTER ======*/

footer{
	clear:both;
	width:100%;
	min-height:80px;
	background:url(../img/mainbottom.png) top center no-repeat #eceded;
	padding-top:130px;
	font-size:10px;
}
footer #sitemap{
	background:#bbb;
	clear:both;
	margin-left:30px;
}
footer #sitemap li.float{
	float:left;
	padding:10px;
}
footer #sitemap a{ 
	color:#009DDF;
	padding:4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
footer #sitemap a:hover{ 
	color:#fff;
	background:#009DDF;
}
footer h4{
	display:block;
	width:350px;
	height:30px;
	margin-left:30px;
	line-height:32px;
	font-weight:300;
}
footer h5{
	display:block;
	width:270px;
	height:30px;
	margin-right:30px;
	float:right;
	line-height:32px;
	font-weight:300;
}
footer h5 a{
	display:block;
	width:180px;
	height:30px;
	text-indent:-9000px;
	background:url(../img/colographics_mini.png) no-repeat top center #eceded;
	float:left;
}

/*===== POR SI A CASO : ESPACIO EN CONSTRUCCION =====*/
.building_box p{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#F90;
	padding:10px;
}

/*
	This next definition doesn't allow the background to get any smaller
	than a predefined size (640x426px in this case). Change the values
	here to match your background image size. The configuration in the
	flexi-background javascript file should also match these values.
*/

@media only all and (max-width: 640px) and (max-height: 426px) {
	body {		
		background-size:			640px 426px;
		-moz-background-size:		640px 426px;
		-webkit-background-size:	640px 426px;
	}
}

/*
	The next 2 definitions are for support in iOS devices.
 	Since they don't recoginze the 'cover' keyword for background-size
 	we need to simulate it with percentages and orientation
*/

@media only screen and (orientation: portrait) and (device-width: 320px), (device-width: 768px) {
	body {
		-webkit-background-size: auto 100%;
	}
}

@media only screen and (orientation: landscape) and (device-width: 320px), (device-width: 768px) {
	body {
		-webkit-background-size: 100% auto;
	}
}
/* All of the following styles only get used when background-size isn't supported */

img#expando { 
	display:	none;
	position:	absolute; 
	z-index:	1;

	-ms-interpolation-mode: bicubic; 
} 

.wide img#expando, 
.tall img#expando { 
	display: 	block; 
} 

.wide img#expando { 
	height: 	auto;
	width: 		100%; 
} 

.tall img#expando { 
	height:		100%;
	width:		auto; 
}

/**************************************
 *
 * ESTILOS PARA LOS EVENTOS: COMIENZA
 *
 **************************************/
 
 #contenedor-eventos {
	width:775px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

 #titulo-eventos {
	width:775px;
	color:#0099cc;
	text-align:center;
	padding-top:2px;
	font-size: 2em;
	
	}
	
#imagen-eventos { margin-bottom:5px;}

.eventos-peque {
	
	width:701px;
	height:auto;
	padding-top: 15px;
	margin:10px auto 10px auto;
	border-top:1px solid #0099cc;
	margin-bottom:-10px;
	
	}
	
.eventos-peque-a {
	
	width:701px;
	height:auto;
	padding-top: 15px;
	margin:10px auto 10px auto;
	border-top:1px solid #0099cc;
	margin-bottom:-10px;
	
	}
	
.titulos-eventospeque{
	text-align: left;
	width:460px;
	float:left;
	margin-left:30px;
	margin-top:-10px;
	color:#0099cc;
	font-size:22px;
	
	}
a.titulox{
	color:#0099cc; 
	-webkit-transition:all 1s ease-out;  /* Chrome y Safari */
	transition:all 1s ease-out;  /* W3C */
}

a.titulox:hover{
	color:#00475e;
	padding:8px;	
}

.spacer{
	margin-bottom: 10px;
	margin-top: 10px;
}
	
.flotantesimg {
	
	float:left;
	
	}

#parrafos {
	
	width:460px;
	height:auto;
	float:left;
	margin-left:30px;
	/*margin-top:-23px;*/
	color:#737373;
	font-size:14px;
	
	}
	
#parrafos p{
	text-align: justify;
	line-height: 20px;
}

.text-inicial{
	text-align: justify;
	line-height: 20px;
}

.text-completo{
	text-align: justify;
	line-height: 20px;
	
}
	
#paginator {
	
	width:701px;
	height:auto;
	border-top:1px solid #0099cc;
	margin:10px auto 10px auto;
	padding:2px;
	
	}

.pagina {
	
	color:#737373;
	font-size:16px;
	float:left;
	margin:05px auto 05px auto;
	padding-left:50px;
	padding-right:200px;
	
	}
	
.flechas-izquierda {
	width: 26px;
	height:26px;
	margin:05px auto 05px auto;
	float:left;
	background-image:url(../img/flechas1.png);
	background-repeat:no-repeat;
	
	}

.flechas-izquierda:hover {
	width: 26px;
	height:26px;
	margin:05px auto 05px auto;
	float:left;
	background-image:url(../img/flechas11.png);
	background-repeat:no-repeat;
	text-decoration:none;
	
	}

.flechas-derecha {
	
	width: 26px;
	height:26px;
	margin:05px auto 05px auto;
	float:left;
	background-image:url(../img/flechas2.png);
	background-repeat:no-repeat;
	
	}

.flechas-derecha:hover {
	
	width: 26px;
	height:26px;
	margin:05px auto 05px auto;
	float:left;
	background-image:url(../img/flechas22.png);
	background-repeat:no-repeat;
	
	}
	
#numero-paginas {
	
	width:200px;
	height:auto;
	margin:05px auto 05px auto;
	float:left;
	color:#737373;
	text-align:center;
	list-style:none;
	
    }

#numero-paginas a:hover {
	
	color:#0099cc;
	
	}

a.botones {
	
    color:#737373;
	text-align:center;
	text-decoration:none;
	width:200px;
	height:auto;
	margin:05px auto 05px auto;
	float:left;
	margin-bottom:5px;
	 }

a.botones:hover {
	
	color:#0099cc;
	text-decoration:none;
	
	}
	
a.botones:visited {
	
	color:#0099cc;
	text-decoration:none;
	
	}

a.volver{
	width:460px;
	height:auto;
	text-aling:center;
	float:left;
	border-top:1px solid #0099cc;
	}

 #leer-mas{
	width: 775px;
	margin-left: -73px;
	margin-bottom: 15px;
 }
 
 #leer-mas span{
	display:block;
	height:20px;
	width:120px;
	text-align:center;
	background:#009DDF;
	padding:5px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#leer-mas span:hover{
	background: url(../img/hovernav.png) no-repeat center center #BFDEED;
	text-decoration:underline;
}
 
 
 .nav a:first-child{
	border-left-width: 1px;
    border-radius: 3px 0 0 3px;
 }
 
  .nav a:last-child{
	 border-radius: 0 3px 3px 0;
 }
 
 .nav a{
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 34px;
    padding: 0 14px;
    text-decoration: none;
 }
 
 .nav a:hover .nav a:active{
	background-color: #F5F5F5;
 }
 
 .nav .active a{
	color: #999999;
    cursor: default;
 }
 

 
 /**************************************
 *
 * ESTILOS PARA LOS EVENTOS: TERMINA
 *
 **************************************/
 