/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #cdcdcd;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #6e6e6e;
	text-align: center;
}

div {
	margin: 0;
	padding: 0;
}

.hideTx {
	display: none;
}


h1 {
	font-size:  12px;
	color: #F6931D;
	font-weight: bold;
}

a {
	color: #585858;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #f7941d;
}

p {
	text-align: justify;
}

p.pRight {
	text-align: right;
	margin-right: 10px;
}

#frame {
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	height: 600px;
	background-color: #ececed;
	position: relative;
	text-align: left;
}

#mainNav {
	width: 251px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
}

#titMenTerc {
	width: 165px;
	height: 374px;
	position: absolute;
	top: 85px;
	left: 266px;
	overflow: auto;
}

.cont {
	width: 503px;
	height: 374px;
	position: absolute;
	top: 85px;
	right: 0;
	overflow: auto;
}

.cont p {
	margin-right: 10px;
}

#navSecLogo {
	width: 548px;
	height: 102px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#barraLogo {
	width: 548px;
	height: 38px;
	background: url(../img/bgBarraLogo.gif) no-repeat top left;
}

img#loCenit {
	margin: 7px 0 0 15px;
}

#navSec {
	width: 548px;
	height: 50px;
	position: absolute;
	bottom: 9px;
	right: 0;
}

#navSec ul {
	list-style: none;
	float: right;
}

#navSec ul li {
	float: left;
	margin: 0 30px 0 0;
}

#navSec ul li a {
	display: block;
	height: 31px;
}

#navSec ul li#idioma {
	margin-right: 250px;
	margin-left: 0;
}

#navSec ul li#idioma a {
	width: 27px;
	background: url(../img/btnIdioma.gif) no-repeat bottom left;
}

#navSec ul li#downloads a {
	width: 30px;
	background: url(../img/btnDownloads.gif) no-repeat bottom left;
}

#navSec ul li#noticias a {
	width: 27px;
	background: url(../img/btnBlog.gif) no-repeat bottom left;
}

#navSec ul li#productos a {
	width: 26px;
	background: url(../img/btnCompras.gif) no-repeat bottom left;
}

#navSec ul li#contacto a {
	width: 24px;
	background: url(../img/btnCont.gif) no-repeat bottom left;
}

#navCarrusel {
	position: absolute;
	top: 450px;
	left: 452px;
	width: 503px;
	height: 35px;
	z-index: 10;
	background: url(../img/bgNavCarrusel.gif) no-repeat top left;
}

#navCarrusel ul {
	margin: 4px 15px 0 0;
	padding: 0;
	list-style: none;
	float: right;
}

#navCarrusel ul li {
	float: left;
	margin: 0 7px 0 0;
}

#navCarrusel ul li a {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../img/btnGaleriaA.png) no-repeat top left;
}

ul#listAlianzas {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#listAlianzas li {
	margin: 0 0 15px 0;
}

#foAdv {
	float: right;
	margin: 0 0 5px 10px;
}

ul#menTerc {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

ul#menTerc li {
	margin: 0 0 9px 0;
}

#pullquote {
	font-style: italic;
	color: #628b9f;
}

#autor {
	font-style: italic;
	text-align: right;
	font-weight: bold;
	color: #365c6e;
}

#ulIzq, #ulDer {
	margin: 18px 0 0 0;
	pading: 0;
	width: 180px;
	float: left;
	list-style: none;
}

p#regresar {
	width: 21px;
	float: left;
}

p#regresar a {
	text-decoration: none;
	font: "franklin gothic heavy", verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b1b1b1;
	display: block;
	margin: -9px 0 0 10px;
}

p#regresar a:hover {
	color: #f7941d;
}


#thumbnails dl {
	margin: 0 15px;
	padding: 9px;
}

#thumbnails dt {
	margin-top: 2px;
	float: left;
}

#thumbnails dt img {
	border: 1px solid #757575;
}

#thumbnails dd {
	margin: 0 0 7px 80px;
	line-height: 1.2em;
}

#thumbnails dd.datTit {
	font-size: 1em;
	font-weight: bold;
	color: #F6931D;
}

#thumbnails dl.alt {
	background: #dadada;
	border: 1px dotted #898989;
}

.btn {
	background: #9c9a9a;
	border: 1px solid #444040;
	font-size: 11px;
	color: #FFF;
}

.inputMail {
	background: #d3cfcf;
	border: 1px solid #aba9a9;
	font-size: 11px;
	color: #4d4a4a;
}

p.loNoticia {
	text-align: right;
}


