@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color:#666666;
}
.Estilo2 {font-size: x-small;}
.precio {
font-family:"Times New Roman", Times, Georgia, serif;
color:#10137F;
}
.modelo{
font-family: "Courier New", Courier, monospace;
}
.descripciones {
font-size:13px;
}
.lineas {
margin-bottom: 1px;
margin-top: 1px;
}

.menusuperior {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	/*color: #666666;*/
	margin-top: 3px;
}
.menucatalogo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 10px;
	text-transform: uppercase;
	/*color: #666666;*/
	font-weight: bold;

}

.celdainferior { border-top:1px; border-top-color:#666666;border-top-style:solid;} 
.bordederecho {
	border-right-color:#666666;
	border-right-style:solid;
	border-right-width: 1px;
}
.bordeinferior {border-bottom:1px; border-bottom-color:#666666; border-bottom-style:solid;}
.celdamenu  {/*border-bottom:3px; border-bottom-color:#666666; border-bottom-style:dotted;*/
border-top:1px; border-top-color:#666666;border-top-style:solid;
padding-top:5px;
height:40px;
}
.celdamenu-catalogo  {border-bottom:1px; border-bottom-color:#666666; border-bottom-style:solid;
border-top:1px; border-top-color:#666666;border-top-style:solid;
padding-top:5px;
height:40px;
}
.catalogo { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 9px; 
    color: #333333; 
} 
h2 {
	border-bottom:0px;
	margin-bottom:0px;
	}
	
h3 {
	border-bottom:0px;
	margin-bottom:0px;
	}
	
A.menusuperior:hover{
text-decoration:underline;
color: #FF3300;
}
A.menusuperior:active{
color: #FF3300;
}
A.menusuperior:visited {
/*color: #666666;*/
}
A.menucatalogo:hover{
text-decoration:underline;
color: #FF3300;
}
A.menucatalogo:active{
text-decoration:underline;
color: #FF3300;
}
.Estilonegro {
	color: #000000;
	font-weight: bold;
}
.texto-bocata-preguntas {
margin-top:0px;
padding-left:25px;
padding-right:25px;
font-size:12px;
}



.texto-bocata-preguntas h1 {
color:#666666;
}

/******BOCADILLO CARACTERISTICAS DE LA PÁGINA DETALLE-CATALOGO.PHP**********/
/*ID DE LA CAPA*/

#texto-caracteristicas {
padding-top:15px;
padding-left:25px;
padding-right:180px;
font-size:12px;
}
#texto-caracteristicas H3 {
text-transform:uppercase;
font-size:11px;
}

#textosdetallecatalogo {
padding-top:15px;
padding-left:10px;
padding-right:180px;
}
#textosdetallecatalogo h1 {
/*font-size:12px;*/
}
#textosdetallecatalogo h2{
margin-top:-10px;
}

/* ESTILOS PARA EL SLIDER DEL INDEX */

.TextoSliderPies { padding-left: 25PX;
font-family:"Courier New", Courier, monospace;
}

.TextoSliderPies { padding-left: 25PX;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
}

.SomosRapidos {
padding-left: 25PX;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
}
.MasClaros {
padding-left: 25PX;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
}

/* estilo del formulario*/ 

.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}

