@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding-bottom: 10px;
	margin:0;
	background-color:#B6B6B6;
	
}
a {
	outline:0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	float: left;
}

/* DIVS */

#contenido_margen {
	width: 900px;
	margin: 5px auto;
	background-color:#D0D0D0;
}

#contenido {
	background: #FFF;
	width: 888px;
	margin: 7px auto;
}

#header {
	height: 85px;
	padding: 0px 13px;
}
#micromenu {
	font-size: 12px;
	color: #333333;
	width: 350px;
	float: right;
	text-align: right;
	margin-top:15px;
}
#naranjo{
	color:#FFCC00;
	font-size:9px;
}

.vinc_destacado {
	color: #666666;
	text-decoration: none;
	margin-top: 5px;
	font-size:13px;
}
.vinc_destacado a:hover {
	text-decoration: none;
	color:#FFCC00;
	font-size:13px;
}


#micromenu a {
	color: #666666;
	text-decoration: none;
	margin-top: 5px;
}
#micromenu a:hover {
	text-decoration: none;
	color:#FFCC00;
}
#micromenu li {
	margin-top: 3px;
}
	/* Class especial */
	#micromenu .espaciomicromenu {
		margin-left: 3px;
		margin-right: 3px;
	}
	#micromenu .chile {
	margin-left: 13px;
	border: 0px solid #FFFFFF;
	}
	#micromenu .ingles {
	margin-right: 1px;
	margin-left: 9px;
	border: 0px solid #FFFFFF;
	}
	
#menu {
	margin-left:17px;
	background-color: #99CC00;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	margin-bottom: 1px;
	width: 857px;
	position: relative;
	visibility: visible;
	z-index: 10;
	white-space: normal;
	letter-spacing: 0.1em;
	text-align:center;
}
#menu li {				/* permite visualizar menu hacia abajo con estilos #menu ul li ul y #menu ul li:hover ul */
	position:relative;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 8px;
	text-align: center;
}

#menu a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-bottom: 8px;
	text-align: center;
}

.espacioMenuMedio{
	width:100px;
}
.espacioMenu{
	width:120px;
}

.espacioMenuSE{
	width:160px;
}

#menu li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#FF9900;
}

#menu ul li ul {
	display:none;
	position: absolute;
	left: 0px;
	top: 100%;
	letter-spacing: normal;
}
#menu ul li:hover ul {
	display:block;
}
#menu ul li ul li a {
	background-color: #FF8533;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: solid 1px #FF761A;
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
	padding-left: 20px;
	width: 128px;
}
#menu ul li ul li a:hover {
	background-color: #666666;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: solid 1px #666;
}
#menu ul li ul li {
	position:relative;
}

#menu ul li ul li ul.notoy {
	display:none;
	position: absolute;
	left: 195px;
	top: 0px;
}
#menu ul li ul li:hover ul.notoy {
	display:block;
}
	/* class MENU */
	#menu .li1 {
	width: 156px;
	}
	#menu .li2 {
	width: 182px;
	}
	#menu .li3 {
	width: 126px;
	padding-right: 10px;
	}
/* DIV BARRA OPCIONES INDEX */
#barra {
	height: 3px;
	background-color: #F8F8F8;
	margin-left:17px;
	margin-bottom: 9px;
	width:857px;
}
#barra a {
	color: #333333;
	text-decoration: none;
}
#barra a:hover {
	text-decoration: none;
}
#barra li {
	margin-right: 203px;
}
/* DIV CUERPO */
#cuerpo {
	width: 575px;
	padding-left: 16px;
	float: left;
	font-size: 12px;
}
#cuerpo h1 {
	margin: 2px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
}
#cuerpo h2 {
	margin-top: 8px;
	margin-bottom: 6px;
	color: #F68200;
	font-size: 20px;
	line-height: 20px;
}
#cuerpo h3 {
	margin-top: 15px;
	margin-bottom: 6px;
	color: #333;
	font-size: 15px;
	line-height: 20px;
}
#cuerpo h4 {
	margin-top: 15px;
	margin-bottom: 6px;
	color: #F68200;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}
#cuerpo p {
	margin-top: 0px;
	margin-bottom: 11px;
}
#cuerpo img {
	margin-bottom: 5px;
}
#cuerpo ul {
}
#cuerpo li {
	float:none;
	padding-left: 33px;
	background-image: url(../imag/cuadritorojo.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
}
#cuerpo br {
	clear:both;
}
#cuerpo form {
	margin: 0px;
	padding: 0px;
}
#cuerpo fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cuerpo legend {
	display:none;
}
#cuerpo label, #cuerpo input, #cuerpo textarea {
	float: left;
}
#cuerpo label {
	font-weight: bold;
	padding-top: 1px;
}

#cuerpo .inputupload {
	height: 20px;
}
	/* class CUERPO */
	#cuerpo .destacado {
		font-size: 20px;
		font-weight: lighter;
		color: #FFFFFF;
		background-color: #A6DD00;
		margin: 0px;
		padding: 10px 16px;
		line-height: 20px;
	}
	#cuerpo .textonegro {
		font-size: 15px;
		font-weight: bold;
	}
	#cuerpo .left-imagen {
		margin-left: 26px;
	}
	#cuerpo .piefoto {
		font-size: 11px;
		line-height: 11px;
		font-weight: bold;
		width: 477px;
		display: block;
		margin-top: 0px;
		margin-bottom: 25px;
	}
	#cuerpo .sinespacios {
		margin:0px;
	}
	/* formulario */
	#cuerpo .margenderecho {
	margin-right: 48px;
	}
	#cuerpo .franjaformulario {
	border-top: solid 1px #CACACA;
	height: 7px;
	padding-top: 5px;
	margin-left: -2px;
	padding-left: 18px;
	}
	#cuerpo .franjaformulario2 {
	border-top: solid 1px #CACACA;
	border-bottom: solid 1px #CACACA;
	padding-top: 5px;
	margin-left: -2px;
	padding-left: 18px;
	height: 95px;
	padding-bottom: 9px;
	}
	#cuerpo .franjaformulario3 {
	border-top: solid 1px #CACACA;
	border-bottom: solid 1px #CACACA;
	padding-top: 5px;
	margin-left: -2px;
	padding-left: 18px;
	height: 18px;
	padding-bottom: 9px;
	}
	#cuerpo .colorlabel {
	color:#FF6600;
	}
	#cuerpo #button {
	background-color: #FFF;
	width: 50px;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	margin-bottom: 15px;
	}
	#cuerpo #button:hover {
	background-color: #FFF;
	color: #FF6600;
	}
	#cuerpo .margenboton1 {
	margin-left: 425px;
	}
	#cuerpo .margenboton2 {
	margin-left: 51px;
	}
	/* class imagen */
	.fotoizquierda {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	}
	.fotoderecha {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	}
/* class PERSONAL */
#cuerpo_interior{
	font-size: 12px;
	width: 857px;
	float: left;
	margin-top:10px;
	margin-left:17px;
}
#cuerpo .personal, #cuerpo .personal2 {
	font-size: 14px;
	line-height: 14px;
	width: 202px;
	float: left;
	font-weight: bold;
	margin-bottom: 70px;
}
#cuerpo .personal img, #cuerpo .personal2 img {
	margin-bottom: 7px;

}
#cuerpo .personal h1, #cuerpo .personal2 h1 {
	font-size: 12px;
	color: #FF0000;
	margin: 0px;
	text-transform: none;
	font-weight: bold;
	line-height: 10px;
}
#cuerpo .personal br, #cuerpo .personal2 br {
	clear:both;
}
/* class PERSONAL */
#cuerpo .personal2 {
	width: 201px;
}

/* DIV NOTICIA */
#noticia {
	font-size: 12px;
	line-height: 12px;
	width: 236px;
	float: left;
	margin-right: 13px;
	padding: 0px 8px;
	border-right: solid 1px #CCC;
	margin-left:17px;
}
#noticia a{
	color: #333333;
	text-decoration: none;
}
#noticia a:hover {
	text-decoration: none;
	color: #F58102;
}
#noticia p {
	margin-top: 13px;
	margin-bottom: 0px;
}
#noticia strong, #noticia b {
	font-weight: bold;
	text-transform: uppercase;
}

/* class Historial */
#historial {
	margin-left: -2px;
	margin-top: 9px;
}
#historial a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
}
#historial a:hover {
	color: #FF6600;
	text-decoration: none;
	padding-left: 18px;
}
#historial ul {
	border-bottom: solid 1px #CACACA;
}
#historial li {
	float: none;
	display: block;
	border-top: solid 1px #CACACA;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: none;
}
	/* class historial */
	#historial .left18 {
	padding-left: 18px;
	display: block;
	padding-bottom: 6px;
	font-weight: bold;
	color: #FF6600;
	}
	#historial .left19 {
	padding-left: 18px;
	display: block;
	padding-bottom: 6px;
	font-weight: bold;
	color: #FF6600;
	border-bottom: solid 1px #CACACA;
	}
	.testimonio {
	padding: 6px;
	border-bottom: solid 1px #CACACA;
	height: 45px;	
	}
	.testimonio img {
	border: 1px solid #CACACA;
	float: left;
	margin-right: 17px;
	}
	.testimonio a {
	color: #333333;
	text-decoration: none;
	float: left;
	margin-top: 32px;
	font-weight: bold;
	}
	.testimonio a:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	}
/* class EXITO */
.exito {
	width: 207px;
	float:left;
	padding: 10px 0px;
}
.exito img {
	border: 1px solid #CACACA;
	margin-bottom: 6px;
}
.exito a {
	color: #333333;
	text-decoration: none;
}
.exito a:hover {
	text-decoration: underline;
}
.exito a:hover img {
	border: 1px solid #F58102;
}
.exito p {
	margin: 0px;
	line-height: 13px;
}

/* DIV MENU INTERIOR */

#submenu {
	font-size: 11px;
	color: #333333;
	text-transform: uppercase;
	width:246px;
	float: left;
	padding-left: 6px;
	margin-right: 14px;
	margin-top: 47px;
}
#submenu ul{
		margin: 0px;
		padding: 0px;
}
#submenu a {
	display: block;
	text-decoration: none;
	color: #333333;
	padding-top: 11px;
	height: 20px;
}
#submenu li {
	list-style-type: none;
	float: none;
	background-color: #F8F8F8;
}
#submenu li a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	padding-left: 25px;
}
#submenu li a:hover {
	color: #F28100;
	text-decoration: none;
}
#submenu li ul {
	padding: 0px;
	margin: 0px;
}
#submenu li ul li a {
	border-bottom-color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #FFFFFF;
}
#submenu li ul li a:hover {
	color: #F28100;
}
	/* class SUBMENU */
	#submenu .sobrelinea {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	}



/* DIV FOOTER */
#footer {
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #CCC;
	clear: both;
	marginp: 10px 0px;
	margin-top: 16px;
	text-align: center;
	height: 50px;
	letter-spacing: 0.1em;
}
#footer a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	float: left;
	width: 100px;
	margin: 0px 13px;
}
#footer a:hover {
	text-decoration: none;
}
#footer ul {
	display: block;
	width: 888px;
	height: 14px;
	text-align: center;
	border-bottom: solid 1px #CCC;
	background-color: #F8F8F8;
	margin-bottom: 5px;
	padding: 5px 0px;
	letter-spacing: normal;
}
#footer li {


}
	/* subfooter1 */
	#subfooter1 {
		width:666px;
		float: left;
		margin-left: 111px;
	}
	/* subfooter2 */
	#subfooter2 {
		text-align:right
		width:150px;
		font-size: 10px;
		float: right;
	}
	#subfooter2 a {
		color: #BEBEBE;
		text-decoration: none;
	}
	#subfooter2 a:hover {
		text-decoration: underline;
	}

/* DIV autores/Diseñadores */
#autoria {
	text-align:right
	width:150px;
	font-size: 10px;
	width: 888px;
	text-align: right;
	margin-top: 5px;
}

#autoria a {
	color: #BEBEBE;
	text-decoration: none;
}
	
#autoria a:hover {
	text-decoration: underline;
}

/* CLASS especiales */
.espacio {
	clear:both;
}

#topLogo {
	margin-left:4px;
	height: 80px;
	width: 857px;
	position: relative;
	visibility: visible;
	margin-top:3px;
}

#contactenos {
	font-size: 12px;
	width: 300px;
	margin-top: 5px;
}

#contactenos a {
	color: #4F4F4F;
	text-decoration: none;
}
	
#contactenos a:hover {
	text-decoration: underline;
}

h1 {
	margin: 2px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
}
h2 {
	margin-top: 8px;
	margin-bottom: 6px;
	color: #F68200;
	font-size: 20px;
	line-height: 20px;
}
h3 {
	margin-top: 15px;
	margin-bottom: 6px;
	color: #333;
	font-size: 15px;
	line-height: 20px;
}
h4 {
	margin-top: 15px;
	margin-bottom: 6px;
	color: #F68200;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}

.lineaSeparadora{
	border-top-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:1px;
}
.detalleHome{
	width:550px;
}