/* 
ESTILO PARTICULAR DE UNA PÁGINA WEB

Debe existir una hoja de estilos por cada página web que necesite una modificación especifica en los estilos

*/

#supportingText{ /*contiene el contenido de la pagina*/
background-image:url(../img/fondo.jpg);
background-repeat:repeat-y;
width:750px;


}

.imgact{
float:left;
margin-right:7px;}

.texto_gris{
font-size:10pt;
color:#666666;
padding-left:7px;
}

ul{
padding-left:15px;
float:left;}
li{
list-style-image:url(../img/flecha-roja_29.jpg);
color:#666666;
font-size:10pt;
}

.catalogo{
padding-left:12px;
float:left;
width:138px;
}

.contactar{
;
float:left;
width:135px;
}

.contacto{
background-image:url(../img/contactar_index.jpg);
background-repeat:no-repeat;
width:341px;
height:124px;
margin-top:3px;
}

.tlf{
color:#FFFFFF;
font-weight:bold;
padding-left:22px;
float:left;
line-height:22px;
margin-right:10px

}

.correo{
padding-left:20px;
}

.imagen2{
}


#fondoabajo{
	
	}
	
#textoarriba{
	position:absolute;
	left:0;
	top:260px;
	margin-left:200px
	}
#textoarriba a{color:#FFF;text-decoration:none;
	}
#textoarriba p{
	font-size:12px}
	
.incuadro{
	background-image:url(../img/incuadro.jpg);
	background-repeat:no-repeat;
	width:92px;
  height:35px;
  color:#FFF;
  font-size:12px;
  padding-top:12px;
  float:left;
  margin-right:18px;
  cursor:pointer}
	
