@charset "utf-8";

/*** Start Reset ***/

*{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	
}

html, body{
	background-color: #16511D;
	background-image: url(images/hd.jpg);
	background-repeat: repeat-x;
	background-position: -80px 120px;
	background-attachment: fixed;
	margin: 10px 0px;
}

	h1{
		background-image: url(images/incubartitulos.jpg);
		background-position: top left;
		background-repeat:no-repeat;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 26px;
		font-weight: lighter;
		letter-spacing: -1px;
		padding: 5px 32px;
		margin: 0px 0px 20px;
	}

	h2{
		color: #16511D;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: lighter;
		letter-spacing: -1px;
		margin: 0px 0px 10px;
	}

	h2 a{
		color: #16511D;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: lighter;
	}

	h2 a:hover{
		text-decoration: underline;
	}
	
	h6{
		font-size: 12px;
	}

	p{
		line-height: 150%;
		margin: 5px;
		color: #333;
	}
	
	a{
		color: #000;
		text-decoration: none;
		outline: none;
	}
	
	a:focus{
	  -moz-outline: none;
	}
	
	img{
		border: 0px;
	}

	label{
		color: #666;
		font-weight: bold;
	}
	
	textarea,
	select,
	input[type=file],
	input[type=text],
	input[type=password]{
		border: none;
		color: #999;
		background-color: #F2F2FF;
		padding: 5px 0px;
		width: 100%;
		border: #ccc 1px solid;
	}


.center{
	margin: 0 auto;
}

.w970{
	width: 970px;
}


.w33pc{
	width: 33%;
}

.w50pc{
	width: 50%;
}

.w40pc{
	width: 44%;
}


.w590{
	width: 590px;
}

.w640{
	width: 610px;
}

.w300{
	padding-left: 10px;
	width: 310px;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.paddingr20{
	padding-right: 19px;
}

.borderr{
	border-right: 1px dotted #777;
}

.borderb{
	border-bottom: 1px dotted #777;
}


.paddingl20{
	padding-left: 20px;
}

.right{
	float: right;
}

.textright{
	text-align: right;
}

.textcenter{
	text-align: center;
}

.rounded2-10{
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px; 
	
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
	
}

.rounded4-10{
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px; 
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px; 
	
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px; 
	border-bottom-right-radius: 10px;
	
}

.rounded2-5{
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px; 
	
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px;
	
}

.rounded4-5{
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px; 
	border-bottom-right-radius: 5px;
	
}


.rounded2-7{
	-moz-border-radius-topleft: 7px; 
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px; 
	-webkit-border-top-right-radius: 7px; 
	
	border-top-left-radius: 7px; 
	border-top-right-radius: 7px;
	
}

.rounded4-7{
	-moz-border-radius-topleft: 7px; 
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomleft: 7px; 
	-moz-border-radius-bottomright: 7px;
	-webkit-border-top-left-radius: 7px; 
	-webkit-border-top-right-radius: 7px; 
	-webkit-border-bottom-left-radius: 7px; 
	-webkit-border-bottom-right-radius: 7px; 
	
	border-top-left-radius: 7px; 
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px; 
	border-bottom-right-radius: 7px;
	
}


/*** End Reset ***/

/*** Elementos Genericos ***/

.cajagris{
	background-color: #ececec;
	padding: 0px 0px 10px;
	margin-bottom: 20px;
}

.cajagris h1{
	background-image: none;
	background-color: #000;
	color: #FFF;
	font-size: 22px;
	letter-spacing: -1px;
	padding: 7px 10px;
}


.cajagris h2{
	color: #666;
	font-size:20px;
	font-weight: lighter;
	letter-spacing: -1px;
	margin: 5px 10px 5px;
}

.cajagris h6{
	margin: 10px 10px 0px;
}


.cajagris p{
	margin: 5px 10px;
}

.cajagris p img{
	margin: 5px;
}

.cajablanca{
	background-color: #fff;
	border: 1px solid #666;
	padding: 0px 0px 10px;
	margin-bottom: 20px;
}

.cajablanca h1{
	background-image: none;
	background-color: #000;
	color: #FFF;
	font-size: 22px;
	letter-spacing: -1px;
	padding: 7px 10px;
}

.cajablanca h2{
	color: #666;
	font-size:18px;
	margin: 5px 10px;
}

.cajablanca p{
	margin: 5px 10px;
}

.cajablanca p img{
	margin: 5px;
}



/*** Edn Elementos Genericos ***/


/*** Secciones Template ***/

.franja{
	background-color: #F5BF03;
	height: 155px;
	width: 970px;
}

#contenedor{
	background-color: #FFF;
	padding: 0px 0px 10px;
	width: 970px;
}


#header{
	background-color: #FFF;
	padding: 5px 10px;
	position: relative;
	top: 10px;
}

	#logo{
		width: 305px;
	}

	#ads{
		width: 645px;
	}
	
	.partners{
		margin: 5px 10px;
		height: 90px;
		width: 100%;
	}
	
	.partners ul{
	}
	
		.partners ul li{
			float: right;
			height: 90px;
		}
	
	.search{
		height: 25px;
		width: 300px;
	}
	
	ul.menusocial{
		margin: 70px 0px 0px;
	}

	ul.menusocial li{
		float: right;
		margin: 3px 2px;
	}
	
		ul.menusocial li a{
			
		}

	ul.menusocial li p{
		color: #999;
		font-size: 12px;
	}
	
#mainmenu{
	background-image: url(images/mainmenubg.jpg);
	background-repeat: repeat-x;
	height: 50px;
}

		#mainmenu ul{
			background-image: url(images/mainmenu-bg.jpg);
			background-repeat: repeat-x;
			height: 35px;
		}

			#mainmenu ul li{
					background-image: url(images/mainmenusep.jpg);
					background-position: right;
					background-repeat:no-repeat;
				display: block;
				position: relative;
				float: left;
				height: 50px;
			}
			
			#mainmenu ul li:last-child{
				/*background-image: none;*/
			}

			#mainmenu ul li:hover{
				background-color: #D5A602;
			}
			
			#mainmenu ul li:hover{
			}
			
				#mainmenu ul li a{
					color: #000;
					float: left;
					font-weight: bold;
					font-size: 13px;
					padding: 6px 18px;
					text-decoration: none;
					text-align: center;
				}

				#mainmenu ul li a.oneline{
					padding: 15px 17px 5px;
				}

				#mainmenu ul li a:hover{
					color: #fff;
				}

				#mainmenu ul li ul{
					background-color: #F5BF03;
					background-image: none;
					border-bottom: 1px solid #D5A602;
					border-right: 1px solid #D5A602;
					border-left: 1px solid #D5A602;
					position: absolute;
					height: auto;
					left: -1px;
					padding: 0px ;
					top: 50px;
					width: 180px;
					z-index: 20;
					display: none;
				}

				#mainmenu ul li ul li{
					background-image: none;
					border: none;
					height: auto;
					width: 100%;
				}
					#mainmenu ul li ul li a{
						background-image: none;
						font-size: 13px;
						height: auto;
						padding: 7px 10px;
						color: #000;
					}
					
					#mainmenu ul li ul li a:hover{
						color: #fff;
					}

#slider{
	background-image: url(images/slide-bg.jpg);
	background-repeat:no-repeat;
	height: 290px;
	margin: 10px 0px;
	padding: 10px 40px;
}


	.cinta{
		width: 100%;
		background-color: #16511D;
		left: 0px;
		position: absolute;
		z-index: 5px;
	}

	.imagencinta{
		position: relative;
		left: -100px;
	}

.nivoSlider {
	position:relative;
	height: 226px;
	width: 465px;
	margin-bottom: 20px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


#content{
	font-size: 14px;
	padding: 10px 20px;
}

#content p{
	margin-bottom: 10px;
}

.sumarionoticia{
	border-bottom: 1px solid #FFF;
	margin: 20px 0px 10px;
}

.titulonoticia h1{
	margin: 10px 0px;
}

div.newssocialshare{
	border-top: 1px dotted #777;
	border-bottom: 1px dotted #777;
	display: block;
	height: 20px;
	padding: 10px 5px;
	text-align: left;
}

div.newssocialshare div.shared-button{
	padding: 2px 10px;
	border-left: 1px dotted #CCC;
	display: block;
	float: left;
	height: 20px;
}


div.newssocialshare div.message-shared{
	border: none;
	color: #777777;
	display: block;
	float: left;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px 3px 0px;
}


div.newssocialshare a{
	text-decoration: none;
}

img.caja{
	background-color: #efefef;
	border: 1px #CCC solid;
	padding: 7px;
	margin: 5px 5px 0px 0px;
}

div.video{
	text-align: center;
	
}

ul.proyectos{
}

ul.proyectos li{
	border-bottom: 1px dotted #000;
	margin-bottom: 20px;
	text-align: center;
}

ul.proyectos li:last-child{
	border-bottom: none;
}

ul.proyectos li h2{
	color: #16511D;
	font-size: 22px;
	margin: 0px;
}


#footer{
	border-top: 1px solid #CCC;
	padding: 20px 10px;
}

#footer p{
	font-size: 12px;
}


/*** End Secciones Template***/


