/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#TB_secondLine {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#TB_window a:link {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
#TB_window a:visited {
	color: #666666;
}
#TB_window a:hover {
	color: #666666;
	background-color: #FFFFFF;
}
#TB_window a:active {color: #666666;}
#TB_window a:focus{
	color: #000000;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	background-color: #000000;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:center;
	top:50%;
	left:50%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#FFFFCC;
	height:40px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:center;
	line-height:normal;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	overflow: auto;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=50);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
.div_imagenes {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: auto;
	height: auto;
	width: 600px;
}
.div_imagenes img {
	margin-right: 10px;
	margin-left: 10px;
	border: medium none;
}
.div_carnaval {
	width: 182px;
	background-image: url(../imagenes/carnaval_hover.jpg);
	height: 182px;
	margin: auto;
}
body {
	margin: auto;
}
.div_contenido {
	margin-right: auto;
	margin-left: auto;
}
#links {
	margin: auto;
	width: 400px;
	text-align: center;
}
#links a {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

#main {
	height: 600px;
	width: 900px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
}
#destacado_1 {
	height: 150px;
	width: 150px;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
#destacado_1 p:first-line {
	font-weight: bold;
	color: #999999;
}
#destacado_2 img {
	text-align: justify;
	padding-left: 0px;
	padding-top: 12px;
}


body {
	background-color: #000000;
	margin-top: 8px;
}
#logo {
	width: 190px;
	float: left;
	margin-top: 7px;
	margin-left: 10px;
}
#botonera {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	height: 70px;
	width: 700px;
	float: right;
}

#fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contenido {
	height: 300px;
	width: 500px;
	border-top-color: #FFFF99;
}

.col1 {
	height: 260px;
	width: 430px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 10px;
}
.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	padding-left: 0px;
	margin-left: 5px;
	font-style: oblique;
}

.nav a.bot1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: oblique;
	color: #CCCCCC;
	text-decoration: none;
}
#contenido #sobrelaempresa h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFCC;
}

.nav a.bot2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: oblique;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFF99;
}
#contenido #sobrelaempresa p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}


#destacado_1 h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#destacado_1 p {
	font-size: 10px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

.col1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.col1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.col1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: lighter;
}
#destacado {
	height: 170px;
	width: 900px;
	background-image: url(imagenes/destacadofondo.jpg);
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#footer {
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 10px;
	display: block;
	clear: both;
}
#realizadopor {
	color: #FFFFFF;
	float: right;
	width: 200px;
}
#footer a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}



.col2 {
	height: 270px;
	width: 390px;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(imagenes/sobrelaemrpesa.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
}

.col3 {
	height: 270px;
	width: 390px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	background-repeat: no-repeat;
	margin-top: 20px;
	float: right;
}
#top {
	background-color: #999999;
	height: 70px;
	width: 900px;
	background-image: url(imagenes/fondotop.jpg);
}
#lista {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	height: 0px;
	list-style: none;
}
#lista_div {
	float: left;
}

#lista li {
	clear: none;
	display: inline;
	text-align: center;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	width: 105px;
	margin-top: 5px;
}
#lista a {
	display:block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 7px;
	padding-left: 7px;
	background-image: url(imagenes/fondoli.jpg);
	height: 32px;
	padding-top: 30px;
}

#lista a:hover {
	color:#000000;
	background-position:bottom;
}


#fecha2 {
	font-size: 10px;
	float: left;
}
#fecha a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
#destacado_2 {
	height: 150px;
	width: 150px;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
#destacado_2 h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;

}
.col3 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.col3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #FFFFFF;
}
.col3 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}
.col3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
}
.col3 a:hover {
	color: #666666;
	text-decoration: none;
}
.random {
	height: 400px;
	width: 400px;
	float: left;
	padding-top: 35px;
	text-align: center;
}
#imagenprotecto {
	float: right;
	height: 260px;
	width: 430px;
	background-image: url(imagenes/imagenindex.jpg);
}
#textosoporte {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 860px;
}
#imagensoporte {
	float: right;
	height: 350px;
	width: 400px;
	background-image: url(imagenes/imagensoporte.jpg);
	margin-top: 30px;
}
#textosoporte ul {
	color: #000000;
}
#producto {
	width: 140px;
	margin-right: 5px;
	margin-left: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	float: left;
	margin-top: 40px;
}
#ficha {
	width: 600px;
	font-size: 10px;
	margin: auto;
}
#productosficha {
	width: 650px;
	height: 650px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#contenido #producto .ver {
	color: #000000;
}
