@charset "utf-8";
/* CSS Document */

/* Estilos hechos por Webmax*/
body {
	color:#333333;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #CC6600;
	}
	
a:hover {color:#FF6600;
	}

a:active {
	color:#CC0000;
	}

a:visited {
	color:#666666;
	}
	
h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	padding-top:0px;
	padding-left:25px;
	padding-bottom:0px;
}

h2 {
	color: #CC6600;
	font-size: 14px;
	padding-left:25px;
	padding-bottom:0px;
	padding-right:25px;
	font-style: italic;	
}

h3 {
	color: #333333;
	font-size: 12px;
	padding-left:25px;
	padding-bottom:0px;
}

p {
	font-size: 12px;
	color: #333333;
	text-align: justify;
	padding-left:25px;
	padding-bottom:0px;
	padding-right:25px
}

ul {
	line-height: 20px;
}

li {
	padding-right:25px
	}

.aurastone {
	color:#FFFFFF
	}
	
.tabIndex {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

.pie {
	font-size:10px;
	text-align:center;
}
.caja-ilustrar	{
	padding-top: 10px;
	}
	
.caja-secundaria{
height: 20px;
width: 875px;
display:block;
background-color:#CCCCCC;
margin-left:25px;
}

.caja-servicios{
	width: 875px;
	margin-left:25px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #666666;
	background-color: #DCBD17;
}

.caja-servicios a {
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #666666;
	background-color: #DCBD17;
	text-decoration: none;
}
.caja-servicios a:hover{
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DCBD17;
}

#div_fotos_250 {
	width:252px;
	font-size:10px;
	}

#div_interno_250 {
	width:250px;
	border:2px solid #DCBD17;
	}
#div_interno_rojo250 {
	width:250px;
	border:2px solid #CC6600;
	}
	
#div_fotos_350 {
	width:352px;
	font-size:10px;
	}

#div_interno_rojo350 {
	width:350px;
	border:2px solid #CC6600;
	}
/*Fin de estilos hechos por Webmax*/

/*Inicio de estilos de ddsmoothmenu */
.ddsmoothmenu{
	font: bold 12px Verdana;
	background: #FFFFFF; /*Color del fondo del menu*/
	width: 95%;
	padding-left:50px;
	position: relative;
}

.ddsmoothmenu ul{ /*estilo del ul*/
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

.ddsmoothmenu ul li{/*Se encarga de la funcion y orientaci&oacute;n del menu*/
text-align:left;
position: relative;
display: inline;
float: left;
}

/*Estilos de la botonera*/
.ddsmoothmenu ul li a{
display: block;
background-color:#FFFFFF; /*DCBD17Color de los botones del menu*/
color: black;
padding: 8px 5px;	
/*border-right: 1px solid #778;*/ /*bordes de los botones*/
color: #2d2b2b;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #000000;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: #DCBD17; /*color del hover*/
color: black;
}
	
/*funcion del submenu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 12px Verdana;
width: 160px; /*width del sub-menu*/
padding:5px 5px 5px 5px; /*orden: arriba, derecha, abajo e izquierda;*/
margin-right: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 30px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
position: absolute;
/*left: 100;
top: 100;
width: 300px;
height: 0;*/
background: #999999;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.2;
}
/*Fin de ddsmoothmenu*/
