@charset "utf-8";


/*aca le damos 0 margen en la pagina y aplicamos el primer back en este caso top y repite en x*/
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: 0px;
}
#contenedor_general {
	width: 960px;
	min-height: 460px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0px;
	height: auto;

}
/*aca le damos backgroud y filetes y margenes si es necesario ,
recordar que el div suma los margenes, padding y los bordes es decir entre margenes y bordes resto 10px,
el min_height tiene que ser menor al contenedor general
recordar float left esto es principal para que se moldeen los divs
*/
#contenedor {
	width: 950px;
	min-height: 450px;
	border: 1px solid #d4d4d4;
	margin: 4px;
	float: left;
	height: auto;

}
/* aca le damos un color de fondo y le aplicamos una imagen de background a la izquierda
recordemos
*/
#header {
	width: 950px;
	height: 303px;
	background-color: #000000;
	float: left;
	background-image: url(../images/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#menu {
	width: 910px;
	height: 26px;
	background-color: #000000;
	float: left;
	background-image: url(../images/menu.jpg);
	background-position: left top;
	background-repeat:  repeat-x;
	padding-left: 30px;
}
/* los tag ul li son nativos de html  ul ees la lista y li cada elemnto de la lista
recordad que el li da un bullet por defaul por ende agregar siempre  list-style: none;
inherit Permite crear herencia, en elementos que no la tengan de forma automática

ejemplo
#contenedor {
font-color: xxx;
border: 10px;
color: xxx;
}

#contenedor h1 {
border: inherit;
}


*/

#menu ul{
	height: 30px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu ul li {
	float: left;
	list-style: none;
}
/*http://www.manualdecss.com/codigos-css/valores-propiedad-display-inline-block.php*/
#menu ul li a {
	display: block;
	text-decoration: none;
	background: inherit;
	color: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}
#menu ul li a:hover {
	color: #FFFF00;
	background-color: #171717;
}

/* aca recordar el min height es muy importante
*/
#contenido {
	width: 950px;
	min-height: 300px;
	float: left;
	height: auto;
}
#contacto {
}


#video1 {
	height: 325px;
	float: left;
	width: 400px;
	margin-left: 50px;
	margin-top: 25px;
}
#video2 {
	float: left;
	height: 325px;
	width: 400px;
	margin-left: 50px;
	margin-top: 25px;
}


#galeria {
	float: left;
	height: 415px;
	width: 522px;
	margin-left: 215px;
}

#contenido_bio {
	width: 950px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#contenido_noticias {
	height: 350px;
	width: 950px;
	background-position: center top;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../images/fondo_noticias.jpg);
}
#contenido_noticias p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	height: auto;
	width: 260px;
	float: left;
	margin-left: 50px;
	margin-top: 100px;
}
#contenido_noticias p a {
	color: #FF0;
	text-decoration: none;
}
#contenido_noticias p a:hover {
	color: #FF0;
	text-decoration: underline;
}
#contenido_bio_cajaizq {
	float: left;
	height: 290px;
	width: 340px;
	margin-left: 30px;
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/bio.jpg);
}


#contenido_bio_cajaderecha {
	height: auto;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	margin-top: 0px;
	float: right;
	padding: 0px;
}
#acordeon_hugo {
	height: 350px;
	background-image: url(../images/biohugo.png);
	background-repeat: no-repeat;
}
#acordeon_hugo p {
	font-size: 11px;
	height: 250px;
	width: 390px;
	margin-right: 20px;
	text-align: left;
	float: right;
	margin-top: 20px;
}
#acordeon_daniel {
	background-image: url(../images/biodaniel.png);
	height: 350px;
}
#acordeon_daniel p {
	text-align: left;
	font-size: 11px;
	height: 250px;
	width: 390px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
#acordeon_javier {
	background-image: url(../images/biojavier.png);
	height: 350px;
}
#acordeon_javier p {
	text-align: left;
	font-size: 11px;
	height: 250px;
	width: 390px;
	float: right;
	margin-right: 20px;
}







#caja_izq {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 350px;
	height: 350px;
	background-image: none;
	margin-left: 10px;
	background-color: #000000;
}
#masinfo {
	float: left;
	height: 30px;
	width: 350px;
	background-color: #333;
}
#masinfo a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: right;
	float: right;
	margin-top: 7px;
	margin-right: 10px;
	text-decoration: none;
}
#masinfo a:hover {
	color: #FF0;
	text-decoration: underline;
}

#caja_der {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	float: left;
	height: 350px;
	width: 570px;
	margin-left: 20px;
}
#caja_links {
	height: 120px;
	width: 950px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	float: left;
	margin-top: 20px;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#caja_inferior {
	float: left;
	height: 100px;
	width: 200px;
	margin-top: 10px;
	margin-left: 60px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#caja_inferior2 {
	float: left;
	height: 100px;
	width: 200px;
	margin-top: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#caja_inferior3 {
	float: left;
	height: 100px;
	width: 200px;
	margin-top: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#caja_inferior4 {
	float: left;
	height: 100px;
	width: 200px;
	margin-top: 10px;
	margin-left: 10px;
}








#footer {
	width: 950px;
	height: 18px;
	background-color: #666666;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	background-repeat: no-repeat;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	color: #FFFFFF;
	background-image: url(../images/footer.jpg);
	float: left;
	text-align: right;
	margin-top: 10px;
	padding-top: 8px;
}
#contacto {
	float: left;
	height: 330px;
	width: 900px;
	margin-left: 25px;
	background-color: #000000;
	margin-top: 20px;
	background-repeat: no-repeat;
}
