/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*Estilos Página******************************************************/


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	background-image: url(images/layout/fondoGigantes.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	text-align: center;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 235px;
	width: 960px;
	z-index: 99;
}
#logo {
	float: left;
	height: 200px;
	width: 200px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 100px;
}
#Menu {
	background-image: url(images/layout/BckMenu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 200px;
	width: 570px;
}

#Menu a {
	display:block;
	cursor:pointer;
}

/*MENU DE IDIOMAS****************************************************/
#menuidiomas {
	float:left;
	position: relative;
	top: 40px;
	left:230px;
	width: 155px;
	height: 25px;
}
#idiomas {
	display: block;
	float: left;
	margin: 0;
	padding: 2px;
}
#idiomas li {
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#idiomas a.ingles {
	background-image: url(images/layout/Botones/ingles.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	float: left;
	height: 16px;
	width: 60px;
	margin-right: 5px;
}
#idiomas .separador {
	display: block;
	float: left;
	height: 15px;
	width: 1px;
	background-color: #FFF;
}
#idiomas a.spanish {
	background-image: url(images/layout/Botones/espanol.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	float: left;
	height: 20px;
	width: 64px;
	padding-left: 15px;
}
#idiomas a.ingles:hover {
	background-image: url(images/layout/Botones/inglesON.jpg);
}
#idiomas a.spanish:hover {
	background-image: url(images/layout/Botones/espanolON.jpg);
}

/*Final de idiomas*/
#NavBar{
	float:left;
	position:relative;
	left:-29px;
	top:124px;
	z-index:2;
}

/*Menu Principal*/
#MenuBar li{
	width: 122px;
	height:40px;
	list-style:none;
	float:left;
	display:block;
}
#MenuBar li a#casa{
	background:url(images/layout/menu/CasaOFF.jpg) no-repeat;
	display:block;
	width:122px;
	height:40px;
}
#MenuBar li a#casa:hover{
	background:url(images/layout/menu/CasaON.jpg) no-repeat;
}
#MenuBar li a#casa_ingles{
	background:url(images/layout/menu/CasaOFFI.jpg) no-repeat;
	display:block;
	width:122px;
	height:40px;
	position:relative;
	left:4px;
}
#MenuBar li a#casa_ingles:hover{
	background:url(images/layout/menu/CasaONI.jpg) no-repeat;
}
/*Submenus de menu principal*/
#MenuBar li ul{
	position:relative;
	float:left;
	display:none;
}
#MenuBar li:hover ul{
	display:block;
}

#MenuBar li ul li{
	width: 122px;
	height:26px;
	list-style:none;
	float:left;
	display:block;
}
/*Quienes son*/
#MenuBar li a#quienessomos{
	background:url(images/layout/menu/casa/QuieneSomosOFF.jpg) no-repeat;
	display:block;
	width:122px;
	height:40px;
}
#MenuBar li a#quienessomos:hover{
	background:url(images/layout/menu/casa/QuieneSomosON.jpg) no-repeat;
}
#MenuBar li a#quienessomos_ingles{
	background:url(images/layout/menu/casa/QuieneSomosOFFI.jpg) no-repeat;
	display:block;
	width:122px;
	height:40px;
	position:relative;
	left:4px;
}
#MenuBar li a#quienessomos_ingles:hover{
	background:url(images/layout/menu/casa/QuieneSomosONI.jpg) no-repeat;
}
/*Mision*/
#MenuBar li a#mision{
	background:url(images/layout/menu/casa/MisionOFF.jpg) no-repeat;
	display:block;
	width:122px;
	height:40px;
}
#MenuBar li a#mision:hover{
	background:url(images/layout/menu/casa/MisionON.jpg) no-repeat;
}
#MenuBar li a#mision_ingles{
	background:url(images/layout/menu/casa/MisionOFFI.jpg) no-repeat;
	display:block;
	width:122px;
	height:40px;
	position:relative;
	left:4px;
}
#MenuBar li a#mision_ingles:hover{
	background:url(images/layout/menu/casa/MisionONI.jpg) no-repeat;
}
/*Vision*/
#MenuBar li a#vision{
	background:url(images/layout/menu/casa/VisionOFF.jpg) no-repeat;
	display:block;
	width:122px;
	height:40px;
}
#MenuBar li a#vision:hover{
	background:url(images/layout/menu/casa/VisionON.jpg) no-repeat;
}
#MenuBar li a#vision_ingles{
	background:url(images/layout/menu/casa/VisionOFFI.jpg) no-repeat;
	display:block;
	width:122px;
	height:40px;
	position:relative;
	left:4px;
}
#MenuBar li a#vision_ingles:hover{
	background:url(images/layout/menu/casa/VisionONI.jpg) no-repeat;
}
/*Historia*/
#MenuBar li a#historia{
	background:url(images/layout/menu/casa/HistoriaOFF.jpg) no-repeat;
	display:block;
	width:122px;
	height:40px;
}
#MenuBar li a#historia:hover{
	background:url(images/layout/menu/casa/HistoriaON.jpg) no-repeat;
}
#MenuBar li a#historia_ingles{
	background:url(images/layout/menu/casa/HistoriaOFFI.jpg) no-repeat;
	display:block;
	width:122px;
	height:40px;
	position:relative;
	left:4px;
}
#MenuBar li a#historia_ingles:hover{
	background:url(images/layout/menu/casa/HistoriaONI.jpg) no-repeat;
}
/*CATALOGO************************/
#MenuBar li a#catalogo{
	background:url(images/layout/menu/CatalogoOFF.jpg) no-repeat;
	display:block;
	width:122px;
	height:40px;
}
#MenuBar li a#catalogo:hover{
	background:url(images/layout/menu/CatalogoON.jpg) no-repeat;
}
#MenuBar li a#catalogo_ingles{
	background:url(images/layout/menu/CatalogoOFFI.jpg) no-repeat;
	display:block;
	width:122px;
	height:40px;
}
#MenuBar li a#catalogo_ingles:hover{
	background:url(images/layout/menu/CatalogoONI.jpg) no-repeat;
}

a.subCatalogo{
	background:url(images/layout/menu/catalogo/arriba.png);
	width:101px;
	height:26px;
	display:block;
	font-family:arial;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	line-height:22px;
}
a.subCatalogo:hover{
	background:url(images/layout/menu/catalogo/arribaON.png);
}

/*CONTACTO************************/
#MenuBar li a#contacto{
	background:url(images/layout/menu/ContactoOFF.jpg) no-repeat;
	display:block;
	width:122px;
	height:40px;
	position:relative;
	left:-2px;
}
#MenuBar li a#contacto:hover{
	background:url(images/layout/menu/ContactoON.jpg) no-repeat;
}
#MenuBar li a#contacto_ingles{
	background:url(images/layout/menu/ContactoOFFI.jpg) no-repeat;
	display:block;
	width:122px;
	height:40px;
	position:relative;
	left:-2px;
}
#MenuBar li a#contacto_ingles:hover{
	background:url(images/layout/menu/ContactoONI.jpg) no-repeat;
}

#Slogan {
	height:60px;
	left:210px;
	position:relative;
	top:143px;
	width:200px;
	z-index:1;
	float:left;
}

#content {
	height:auto;
	left:97px;
	top:30px;
	position:relative;
	width:810px;
	float:left;
}
#LeftColumn {
	float: left;
	height: auto;
	width: 355px;
	text-align: justify;
	position: relative;
}
#FotoLeftColumn {
	clear: both;
	height: 380px;
	width: 355px;
	margin-right: auto;
	margin-left: auto;
}
.FotoGrande {
	border: 3px solid #900;
}

.Thumb {
	float: left;
	height: 73px;
	width: 73px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.navthumbs {
	margin-right: auto;
	margin-left: auto;
	height: 74px;
	margin-top: 35px;
	width: 335px;
}
#RightColumn {
	height: auto;
	width: 420px;
	float: right;
	margin-left: 20px;
}
#TitleSeccion {
	clear: both;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.textoColumnaContenido {
	text-align: justify;
	line-height: 22px;
	width: auto;
	margin-left: 0px;
	margin-right: auto;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
}
#FormularioBoletin {
	background-image: url(images/layout/BckBoletin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 125px;
	width: 245px;
	margin-right: auto;
	margin-left: auto;
}
.textfield {
	color: #333;
	background-color: #FFF;
	height: 15px;
	width: 200px;
	margin: 0;
	border: 1px dashed #900;
}
.submitButton {
	background-color: #FFECBA;
	height: 20px;
	width: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	border: 1px dashed #666;
}
.TitulosBold {
	font-weight: bold;
}
a.submitButton:hover {
	background-color: #930;
	height: 20px;
	width: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	border: 1px dashed #666;
}
#subNavContenido {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#footer {
	background-image:url("images/layout/FondoFooter.png");
	background-position:center 45px;
	background-repeat:no-repeat;
	float:left;
	height:355px;
	left:-145px;
	line-height:16px;
	margin-top:40px;
	position:relative;
	top:0px;
	width:960px;
}
#SubNavPrev {
	float: left;
	height: 110px;
	width: 115px;
}
#SubNavNext {
	float: right;
	height: 110px;
	width: 115px;
}
a.BotQuienesSomosPREV {
	background-image: url(images/layout/Botones/BotQuienesSomos.png);
	background-repeat: no-repeat;
	height: 110px;
	width: 114px;
	display: block;
}
a.BotQuienesSomosPREV:hover {
	background-image: url(images/layout/Botones/BotQuienesSomosON.png);
}
a.BotQuienesSomosPREV_ingles {
	background-image: url(images/layout/Botones/BotQuienesSomosI.png);
	background-repeat: no-repeat;
	height: 110px;
	width: 114px;
	display: block;
}
a.BotQuienesSomosPREV_ingles:hover {
	background-image: url(images/layout/Botones/BotQuienesSomosONI.png);
}
a.BotVisionNEXT {
	background-image: url(images/layout/Botones/BotVision.png);
	background-repeat: no-repeat;
	height: 110px;
	width: 111px;
	display: block;
}
a.BotVisionNEXT:hover {
	background-image: url(images/layout/Botones/BotVisionON.png);
	background-repeat: no-repeat;
}
a.BotVisionNEXT_ingles {
	background-image: url(images/layout/Botones/BotVisionI.png);
	background-repeat: no-repeat;
	height: 110px;
	width: 111px;
	display: block;
}
a.BotVisionNEXT_ingles:hover {
	background-image: url(images/layout/Botones/BotVisionONI.png);
	background-repeat: no-repeat;
}

a.BotVisionPREV {
	background-image: url(images/layout/Botones/VisionPREV.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 118px;
	display: block;
}
a.BotVisionPREV:hover {
	background-image: url(images/layout/Botones/VisionPREVon.gif);
	background-repeat: no-repeat;
}
a.BotVisionPREV_ingles {
	background-image: url(images/layout/Botones/VisionPREVI.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 118px;
	display: block;
}
a.BotVisionPREV_ingles:hover {
	background-image: url(images/layout/Botones/VisionPREVonI.gif);
	background-repeat: no-repeat;
}



a.BotMisionPREV {
	background-image: url(images/layout/Botones/MisionPREV.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 117px;
	display: block;
}
a.BotMisionPREV:hover {
	background-image: url(images/layout/Botones/MisionPREVon.gif);
}
a.BotMisionPREV_ingles {
	background-image: url(images/layout/Botones/MisionPREVI.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 117px;
	display: block;
}
a.BotMisionPREV_ingles:hover {
	background-image: url(images/layout/Botones/MisionPREVonI.gif);
}
a.BotMisionNEXT {
	background-image: url(images/layout/Botones/MisionNEXT.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 117px;
	display: block;
}
a.BotMisionNEXT:hover {
	background-image: url(images/layout/Botones/MisionNEXTON.gif);
}
a.BotMisionNEXT_ingles {
	background-image: url(images/layout/Botones/MisionNEXTI.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 117px;
	display: block;
}
a.BotMisionNEXT_ingles:hover {
	background-image: url(images/layout/Botones/MisionNEXTONI.gif);
}



a.BotHistoriaNEXT {
	background-image: url(images/layout/Botones/HistoriaNEXT.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 114px;
	display: block;
}
a.BotHistoriaNEXT:hover {
	background-image: url(images/layout/Botones/HistoriaNEXTon.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 114px;
	display: block;
}

a.BotHistoriaNEXT_ingles {
	background-image: url(images/layout/Botones/HistoriaNEXTI.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 114px;
	display: block;
}
a.BotHistoriaNEXT_ingles:hover {
	background-image: url(images/layout/Botones/HistoriaNEXTonI.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 114px;
	display: block;
}

/* Barra secundaria de Navegacion para seccion CATALOGO */

#subNavCatalogo {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 55px;
	margin-left: 15px;
}

/* Primer nivel de menu */
#subNavCatalogo > ul {
	display: inline;
	float: left;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 350px;
}

/* Configura las caracteristicas de cada item en todos los niveles */

#subNavCatalogo  ul > li {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	display: inline;
	text-decoration: none;
	cursor: pointer;
	float: left;
	margin-right: 5px;
	height:25px;
}

#subNavCatalogo ul > li:hover {
	font-style: italic;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	text-decoration: none;

}

/* Le quita la visibilidad a los subniveles*/

#subNavCatalogo  ul > li > ul{
	display: none;
	position: absolute;

}

/* Coloca al segundo nivel alineado hacia la izquierda con el primer nivel abajo de CASA */

#subNavCatalogo > ul > li > ul{
	
	left:10px;
	top:25px;
}

/* Coloca el tercer nivel alineado a la izquierda con el 2do nivel*/

#subNavCatalogo > ul > li > ul > li > ul{

	left:0px;
	top:25px;
}


#subNavCatalogo ul > li:hover > ul{
	display: block;

}
#subNavCatalogo a.linkCatalogo {
	text-decoration: none;
	color: #000;
	float: left;
}
a.BotSiguiente {
	background-image: url(images/layout/Botones/Siguiente.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 121px;
	display: block;
	float: left;
}
a.BotSiguiente:hover {
	background-image: url(images/layout/Botones/SiguienteON.png);
}
a.BotSiguiente_ingles {
	background-image: url(images/layout/Botones/SiguienteI.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 121px;
	display: block;
	float: left;
}
a.BotSiguiente_ingles:hover {
	background-image: url(images/layout/Botones/SiguienteONI.png);
}



a.BotAnterior {
	background-image: url(images/layout/Botones/Anterior.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 109px;
	display: block;
	float: left;
}
a.BotAnterior:hover {
	background-image: url(images/layout/Botones/AnteriorON.png);
}
a.BotAnterior_ingles {
	background-image: url(images/layout/Botones/AnteriorI.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 109px;
	display: block;
	float: left;
}
a.BotAnterior_ingles:hover {
	background-image: url(images/layout/Botones/AnteriorONI.png);
}

.TitulosCatalogo {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	font-style: italic;
}
.SubNavCatalogoSelected {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	display: block;
	margin-top: -3px;
	text-decoration: none;
}

.OfertaFoto {
	background-image: url(images/layout/Botones/oferta.png);
	background-repeat: no-repeat;
	height: 107px;
	width: 160px;
	position: absolute;
	display: block;
	float: right;
	margin-top: -20px;
	margin-left: 702px;
}
.textCamposFormulario {
	text-align: right;
	padding:10px 0;
}
#BotonSubmit {
	background-image: url(images/layout/Botones/Enviar.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 100px;
	width: 179px;
	display: block;
}
#BotonSubmit_ingles {
	background-image: url(images/layout/Botones/EnviarI.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 100px;
	width: 179px;
	display: block;
}
#BotonSubmit:hover {
	background-image: url(images/layout/Botones/EnviarON.png);
	height: 98px;
	width: 178px;
}
#BotonSubmit_ingles:hover {
	background-image: url(images/layout/Botones/EnviarONI.png);
	height: 98px;
	width: 178px;
}
#BotAmpliarMapa {
	background-image: url(images/layout/Botones/AmpliarMapa.png);
	background-repeat: no-repeat;
	display: block;
	height: 105px;
	width: 137px;
	margin-right: auto;
	margin-left: auto;
	background-position: left top;
}
#BotAmpliarMapa_ingles {
	background-image: url(images/layout/Botones/AmpliarMapaI.png);
	background-repeat: no-repeat;
	display: block;
	height: 105px;
	width: 137px;
	margin-right: auto;
	margin-left: auto;
	background-position: left top;
}
#BotAmpliarMapa:hover {
	background-image: url(images/layout/Botones/AmpliarMapaON.png);
}
#BotAmpliarMapa_ingles:hover {
	background-image: url(images/layout/Botones/AmpliarMapaONI.png);
}

