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 {
width: 100%;
/*text-align: center;*/
margin-top: 10px;
}

#container {
width: 900px;
height:100%;
margin-left:auto;
margin-right:auto;
}


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: 12px;
	color: #FFFFFF;
	padding-top:0px;
	margin-top:0px;
	padding-left:0px;
	padding-right:0px;
	
}


.noteveo {
	display:none;
	
	}



#cabecera {
	position:relative;
	width:100%;
	height:80px;
	z-index:1;
	/*left: 0px;*/
	/*background-color:#333333;
	background-image:url(img/bg.gif);
	background-attachment: fixed;
*/
}
#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: 467px;
	top: 0px;
}

/* menu */
#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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#666333;
	left: 131px;
	width:115px;
	height:25px;
	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: 14px;
	top: 0px;



}

#contacto {
	position:absolute;
	list-style-type: none;
	left: 469px;
	width:109px;
	height: 14px;

	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;
	padding:5px;


}


#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:930px;
	z-index:2;
	left: 0px;
	top: 10px;
	/*background-color: #99CCFF;*/
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#cuerpo-a1 {
	position:absolute;
	width:883px;
	height:210px;
	z-index:1;
	background-color: #666666;
	left: 1px;
	top: 14px;
	padding:5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}


#pie {
	position:relative;
	width:900px;
	height:20px;
	z-index:3;
	left: 0px;
	top: 20px;
}
#pie-1 {
	position:absolute;
	width:880px;
	height:15px;
	z-index:1;
	left: 10px;
	top: 0px;
	right: auto;
}



.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;
}

.Texto12GrisBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

.Texto12GrisBoldLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-align:left;
}


/* reglas CSS para formulario */
.form-consulta {max-width: 500px; background: #eee; padding: 25px; font-family: 'Source Sans Pro', sans-serif;}
.campo-form {width:100%; height:36px; margin:2px 0 6px; padding-left:6px; box-sizing: border-box; border-radius:3px; border:0; font-family: 'Source Sans Pro', sans-serif; font-size:1em;}
label span {color: #f00}
textarea {min-height: 150px!important;}
.btn-form {display: inline-block; border:0; background: #000; height: 46px; line-height: 46px; padding: 0 20px; border-radius: 6px; color:#fff; text-decoration: none; text-transform: uppercase; letter-spacing: 1px}
.btn-form:hover {background: #444}
