html, body{ height: 100%;
 }

body {
    text-align:center; /*IE5 no centra con margenes auto pero text-align:center; alinear los DIV's superiores*/
    min-width:900px; /*Agregar un min-width tan ancho como el del contenedor*/
	margin : 0px 0px 0px 0px;
	height: 100%;
	/*background-color:#333333;*/
	background-image:url(img/fondo.png);
	background-attachment: fixed;
}

.wrapper {
	min-height:100%;
	height: auto !important;
	height:100%;
	margin: 0 auto -45px;
}


A:link {COLOR: #FF6600; TEXT-DECORATION: none}
A:visited {COLOR: #FF6600; TEXT-DECORATION: none}
A:active {COLOR: #FF6600; TEXT-DECORATION: none}
A:hover {COLOR: #FF6600; TEXT-DECORATION: none}
A:img, img {border: none; text-decoration: none;} 

img { border:0;
}

h2 {
	font-size:14px;
	color: #2d2d2d;
	padding-top:0px;
	margin:0px;
	text-decoration:underline;
	
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:#CCCCCC; /* #FF6600;*/
	padding:0px;
}

a {
	margin:0px;
	
}
/*
#cabecera {
	position:relative;
	width:100%;
	height:80px;
	z-index:1;*/
	/*left: 0px;*/
	/*background-color:#333333;
	background-image:url(img/bg.gif);
	background-attachment: fixed;
*/
#cabecera {
	width:900px;
	margin-left: auto ;
  	margin-right: auto ;
	/*background-color:#333333;
	background-image:url(img/bg.gif);
	background-attachment: fixed;
*/
}

#dentro-cabecera {
	position:relative;
	width:900px;
	height:80px;
}


#Cabecera1 {
	position:absolute;
	width:345px;
	height:80px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#Cabecera2 {
	position:absolute;
	width:200px;
	height:80px;
	z-index:2;
	left: 347px;
	top: 0px;
}

#container-menu {
	width:900px;
	margin-left: auto ;
  	margin-right: auto ;

}

#barra-menu {
	position:relative;
	width:900px;
	height:28px;
	z-index:2;
	top: 0px;
	left: 0px;
}

#barra-menu li a {
	background: -webkit-gradient(linear, left top, left bottom, from(#666333), to(#E3E3E3));
	background: -moz-linear-gradient(center top , #666333 12px, #E3E3E3 25px) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(center top , #666333, #E3E3E3 18px) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(center top , #666333, #E3E3E3 18px) repeat scroll 0 0 transparent;
	background: linear-gradient(center top , #666333, #E3E3E3 18px) repeat scroll 0 0 transparent;
	border: 1px solid #666333;
	margin: 0 1px 0 0;
	/*padding: 5px 25px;*/
	/*position: relative;*/
	z-index: 1;
	font-size: 12px;

	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	display: block;
	top: 1px;
	
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
	
	padding: 5px 25px;
}

#barra-menu li a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E3E3E3));
	background: -moz-linear-gradient(center top , #666333, #EEEEEE 18px) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(center top , #FFFFFF 12px, #E3E3E3 25px) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(center top , #FFFFFF 12px, #E3E3E3 25px) repeat scroll 0 0 transparent;
	background: linear-gradient(center top , #FFFFFF 12px, #E3E3E3 25px) repeat scroll 0 0 transparent;
	border: 1px solid #666333;
	border-bottom-width:0px;
	color: #666333;
}

#mleft {
	position:absolute;
	list-style-type: none;
	width:34px;
	height:25px;
	z-index:2;
	/*padding-top:2px;*/
	/*padding: 5px 5px 5px 5px;*/
	left: 0px;
	border-bottom:1px solid #666333;
	text-align:center;
	margin: 0 1px 0 0;
	clip: rect(auto,auto,auto,0px);
	top: 0px;
}


#inicio {
	position:absolute;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#666333;
	left: 34px;
	width:98px;
	top: 0px;
	height: 25px;

}

#notaspc {
	position:absolute;
	list-style-type: none;
	width:102px;
	height:14px;
	z-index:2;
	padding: 5px;
	left: 131px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	/*color:#666333;*/

	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E3E3E3));
	background: -moz-linear-gradient(center top , #666333, #EEEEEE 18px) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(center top , #FFFFFF 12px, #E3E3E3 25px) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(center top , #FFFFFF 12px, #E3E3E3 25px) repeat scroll 0 0 transparent;
	background: linear-gradient(center top , #FFFFFF 12px, #E3E3E3 25px) repeat scroll 0 0 transparent;
	border: 1px solid #666333;
	border-bottom-width:0px;
	color: #666333;

	/*border-left:1px solid #666333;
	border-top:1px solid #666333;
	border-right:1px solid #666333;*/
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align:center;
	margin: 0 1px 0 0;
	top: 0px;
}

#fotografia {
	position:absolute;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#666333;
	left: 245px;
	width:122px;
	top: 0px;
	height:25px;

}

#video {
	position:absolute;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#666333;
	left: 366px;
	width:105px;
	height: 25px;
	top: 0px;

}

#contacto {
	position:absolute;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#666333;
	left: 469px;
	width:122px;
	height: 25px;
	top: 0px;

}


#mright {
	position:absolute;
	list-style-type: none;
	width:305px;
	height:25px;
	z-index:2;
	/*padding-top:2px;*/
	/*padding: 5px 25px;*/
	left: 590px;
	top: 0px;
	border-bottom:1px solid #666333;
	text-align:center;
	margin: 0 1px 0 0;
}

/* menu fin */
	
/*
#cuerpo {
	position:relative;
	width:900px;
	height:1750px;
	z-index:2;
	left: 0px;
	top: 10px;
	text-align:left;/*	
	/*background-color: #99CCFF;*/
/*	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}*/

#cuerpo
{
	text-align:left;
	width: 900px ;
  	margin-left: auto ;
  	margin-right: auto ;
}

#dentro-cuerpo {
	position:relative;
	width:900px;
	height:1730px;
	z-index:3;
	left: 0;
	top: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

}

#indice {
	position:absolute;
	width:281px;
	height:167px;
	z-index:1;
	left: 595px;
	top: 15px;
	border-color:#2d2d2d;
	border-width:2px;
	border-style:solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
}

#foto {
	position:absolute;
	width:301px;
	height:201px;
	z-index:3;
	left: 595px;
	top: 206px;
	border-color:#2d2d2d;
	border-width:2px;
	border-style:solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#pc-limpio {
	position:absolute;
	width:876px;
	height:351px;
	z-index:2;
	top: 904px;
	left: 0px;

	text-align:justify;

	border-color:#2d2d2d;
	border-width:2px;
	border-style:solid;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
}

#archivos-ocultos {
	position:absolute;
	width:562px;
	height:373px;
	z-index:1;
	top: 15px;
	left: 0px;
	border-color:#2d2d2d;
	border-width:2px;
	border-style:solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding:10px;
	text-align:justify;
}

#cuerpo-3 {
	position:absolute;
	width:876px;
	height:401px;
	z-index:1;
	left: 0px;
	top: 1282px;
	padding:10px;
	border-color:#2d2d2d;
	border-width:2px;
	border-style:solid;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align:justify;
}

.footer, .push {
	height:40px;
}


#pie {
	margin:auto;
	width:100%;
	height:50px;
	background-color:#2d2d2d;
	border-top-width:2px;
	border-top-style:solid;
	border-top-color:#999999;  
}

#dentro-pie {
	position:relative;
	margin:auto;
	width:900px;
	height:45px;
	z-index:1;
	top: 0px;
	right: auto;
	left: auto;
}

#dentro-pie1 {
	position:absolute;
	width:200px;
	height:21px;
	z-index:4;
	left: 5px;
	top: 7px;
}


#social {
	position:absolute;
	width:141px;
	height:21px;
	z-index:1;
	left: 750px;
	top: 14px;
}




.Texto10NaranjaBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}

.Texto12Blanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.Texto12NaranjaBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}

.Texto12Gris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}

.Texto12GrisBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

.Texto12-2d2d2d {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #2d2d2d;
}
