.texto_arial_7_puntos_blanca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
		text-decoration: none;
		color: #ffffff;
}

.texto_arial_10_puntos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
		text-decoration: none;
		color: #280854;
}

.texto_arial_10_puntos:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #280854;
}
.texto_arial_9_puntos_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
		text-decoration: none;
		color: #280854;
}
.texto_arial_9_puntos_azul:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
		text-decoration: none;
		color: #280854;
}







.texto_arial_9_puntos_negra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
		text-decoration: none;
		color: #000000;
}

.texto_arial_9_puntos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
		text-decoration: none;
		color: #666666;
}

.texto_arial_9_puntos:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
		text-decoration: none;
		color: #666666;
}


.texto_arial_10_puntos_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
		text-decoration: none;
		color: #666666;
}

.scroll {
           scrollbar-3dlight-color:#CCCCCC; 
           scrollbar-arrow-color:#CCCCCC;
           scrollbar-base-color:#ffffff;
           scrollbar-darkshadow-color:#CCCCCC;
           scrollbar-face-color:#EBEBEB;
           scrollbar-highlight-color:#ffffff;
           scrollbar-shadow-color:#ffffff;
}

/*FIBERROCK----------------------------------------------*/
#revestimiento{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:10px;
}

#revestimiento .borde{
	border:#e0f0c1 dashed 2px;
	padding:5px;
}
#revestimiento .borde strong{
	color:#99CC33;
}
#revestimiento p{
	text-align: justify;
}
#revestimiento p img{
	float:left;
	border:#99CC33 solid 1px;
	margin:0 5px 5px 0;
}
#revestimiento h1{
	font-family:"Times New Roman", Times, serif;
	color:#99CC33;
	margin:0px;
}
#revestimiento h2{
	font-family:"Times New Roman", Times, serif;
		margin:0px;
}
#revestimiento #caracteristicas{
	background:#99CC33;
	padding:10px;
	border:#e0f0c1 dashed 2px;
}
#revestimiento #caracteristicas h2{
	color:#e0f0c1;
	margin:0;
}
#revestimiento #caracteristicas h3{
	color:#ffffff;
	margin:0;
	font-size:15px;
	margin-top:5px;
}
#revestimiento #caracteristicas p{
	margin:0;
}
/*SOLERAS------------------------------------------------*/
#soleras{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:10px;
}

#soleras .borde{
	border:#d7ebff dashed 2px;
	padding:5px;
}
#soleras .borde strong{
	color:#66b2fe;
}

#soleras p{
	text-align: justify;	
}
#soleras p img{
	float:left;
	border:#66b2fe solid 1px;
	margin:0 5px 5px 0;
}
#soleras h1{
	font-family:"Times New Roman", Times, serif;
	color:#66b2fe;
	margin:0px;
}
#soleras h2{
	font-family:"Times New Roman", Times, serif;
	margin:0px;
}
#soleras #caracteristicas{
	background:#66b2fe;
	border:#d7ebff dashed 2px;
	padding:10px;
}
#soleras #caracteristicas h2{
	color:#d7ebff;
	margin:0;
}
#soleras #caracteristicas h3{
	color:#ffffff;
	margin:0;
	font-size:15px;
	margin-top:5px;
}
#soleras #caracteristicas p{
	margin:0;
}

/*PANELES------------------------------------------------*/
#paneles{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:10px;
}

#paneles .borde{
	border:#ffe6c1 dashed 2px;
	padding:5px;
}
#paneles .borde strong{
	color:#FF9900;
}

#paneles p{
	text-align: justify;	
}
#paneles p img{
	float:left;
	border:#FF9900 solid 1px;
	margin:0 5px 5px 0;
}
#paneles h1{
	font-family:"Times New Roman", Times, serif;
	color:#FF9933;
	margin:0px;
}
#paneles h2{
	font-family:"Times New Roman", Times, serif;
	margin:0px;
}
#paneles #caracteristicas{
	border:#ffe6c1 dashed 2px;
	background:#FF9900;
	padding:10px;
}
#paneles #caracteristicas h2{
	color:#ffe6c1;
	margin:0;
}
#paneles #caracteristicas h3{
	color:#ffffff;
	margin:0;
	font-size:15px;
	margin-top:5px;
}
#paneles #caracteristicas p{
	margin:0;
}


/*MENU---------------------------------------------------*/
#fiberock h1{
	margin:0;
}
#fiberock ul{
	margin:0;
	list-style-type:none;
	padding:0;
}
#fiberock li{
}
#fiberock li a.revestimiento{
	background:url(img/revestimiento.gif);
	width:196px;
	height:33px;
	display:block;
}
#fiberock li a.revestimiento:hover{
	background:url(img/revestimiento_on.gif);
}
#fiberock li a.soleras{
	background:url(img/soleras.gif);
	width:196px;
	height:31px;
	display:block;
}
#fiberock li a.soleras:hover{
	background:url(img/soleras_on.gif);
}
#fiberock li a.paneles{
	background:url(img/paneles.gif);
	width:196px;
	height:32px;
	display:block;
}
#fiberock li a.paneles:hover{
	background:url(img/paneles_on.gif);
}