/* General */

html {
	overflow-y:scroll;
}

body {
	background-image:url("../images/fondo.jpg");
	background-repeat: repeat-x;
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #222;
	line-height: 16px;
}

	body a {
		color: #f43900;
		text-decoration: none;
	}

	body a:hover {
		text-decoration: underline;
	}
	
	ul {
		list-style:square;
		margin-left:35px;
		line-height: 15px;
	}
	
	
/* Encabezado */

#encabezado {
	width: 980px;
	height: 158px;
	margin: auto;
}

	#logo {
		width: 171px;
		height: 158px;
		padding: 20px 0px 0px 20px;
		float: left;
	}
	
	#menu  {
		text-align: right;
		padding-top: 75px;
	}
	
		#menu li {
			padding: 0px 20px 0px 20px;
			display: inline;
			border-left: 1px solid #222;
		}
		
		#menu li a {
			font-family: Arial;
			font-size: 10px;
			color: #fff;
			text-decoration: none;
		}
		
		#menu li a:hover {
			color: #f43900;
			text-decoration: none;
		}
		
		#menu li.seleccionado {
			font-family: Arial;
			font-size: 10px;
			color: #f43900;
			text-decoration: none;
		}


/* Contenido */

#contenedor {
	width: 980px;
	height: auto;
	margin: auto;
}

	#barranaranja {
		width: 980px;
		height: 60px;
		margin: 35px 0px 50px 0px;
		background-image:url("../images/barranaranja.png");
	}
	
		#titulo {
			width: 150px;
			height: 38px;
			padding: 22px 0px 0px 20px;
			float: left;
		}
		
		#claim {
			width: 780px;
			height: 34px;
			text-align: right;
			float: left;
			padding: 26px 30px 0px 0px;
		}
		
	#contenido {
		width: 885px;
		margin: auto;
	}
	
		#fraseresumen {
			width: 240px;
			float: left;
			text-align: right;
		}
		
		#info {
			width: 564px;
			float: left;
			border-left: 1px solid #e2e2e2;
			margin-left: 30px;
			padding-left: 50px;
		}
		
			#galeria img {
				padding: 0px 10px 10px 0px;
			}
		
			#destacado {
				background-color: #ffe2d9;
				padding: 30px;
				margin: 30px 0px 30px 0px;
			}
			
			#enlaces {
				font-family: Helvetica, Arial;
				font-style: italic;
				font-size: 18px;
				color: #f97c24;
				line-height: 34px;
				margin: 15px 0px 15px 0px;
			}
			
			#enlaces_thumbnails {
				font-family: Helvetica, Arial;
				font-style: italic;
				font-size: 14px;
				color: #f97c24;
				line-height: 18px;
				margin: 15px 0px 15px 0px;
			}
			
			.thumbnail {
				width: 135px;
				height: 150px;
				text-align: center;
				float: left;
				margin-right: 6px;
			}
			
			#inicio {
				width: 980px;
				height: 398px;
				margin-top: -50px;
			}
			
			#placeholder {
				width: 980px;
				height: 398px;
				margin-top: -50px;
			}
			
				#texto {
					width: 180px;
					height: 300px;
					margin-left:715px;
					padding-top: 60px;
					color: #999;
					z-index: 999;
					position:absolute;
					top:260px;
				}
				
				#secciones {
					width: 980px;
					margin-top: 40px;
					float:left;
				}
				
					.bloque {
						width: 265px;
						float: left;
						border-right: 1px solid #cacaca;
						padding: 0px 30px 0px 30px;
					}
			
					.logos {
						width: 980px;
						float: left;
						text-align: center;
						padding: 30px 0px 0px 0px;
					}


/* Footer */

#footer {
	width: 100%;
	margin: 20px 0px 0px 0px;
	text-align: center;
	padding: 30px 0px 30px 0px;
	float: left;
	border-top: 1px solid #e2e2e2;
}


/* Textos */

h1{
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
}

h2{
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	color: #fff;
}

h3{
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-size: 18px;
	color: #222;
}

h4{
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	color: #999;
}

h5{
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	color: #222;
}

h6{
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-size: 22px;
	color: #fff;
	line-height: 26px;
}