/* HOJA DE ESTILO - Seibo en Flor */

/*CUERPO*/
BODY{
	/* ------- BARRA DE DESPLAZAMIENTO ------ */
     scrollbar-face-color: #734A63;
	scrollbar-highlight-color: #E1C7D1;
	scrollbar-shadow-color: #734A63;
	scrollbar-arrow-color: #E1C7D1;
	scrollbar-base-color: #E1C7D1;
	color: #336600;
	font-size: 14pt;
    }
  
/*PARRAFOS*/
P{
  font-size: 10pt;
  font-family: arial;
  color: #A53131;
  text-align: center;
 }
 
P.Negrita {
			  font-size: 10pt;
			  font-family: arial;
			  color: #734A63;
			  font-weight:bold;
			  text-align: left;
		  } 

P.Prodtxt {
			  font-size: 10pt;
			  font-family: tahoma;
			  color: #990000;
			  font-weight:bold;
			  text-align: center;
		     } 

P.precios {
			  font-size: 10pt;
			  font-family: tahoma;
			  color: #A53131 ;
			  font-weight:bold;
			  text-align: left;
		     } 	 
 
/*ENCABEZADOS - Nivel 1*/
H1{
   font-size: 11pt;
   font-family: arial;
   text-align: right;
   color: #A53131;   
  }
  
H1.Productos {
			  font-size: 12pt;
			  font-family: tahoma;
			  color: #990000;
			  font-weight:bold;
			  text-align: center;
} 		    
  
H2{
   font-size: 16pt;
   font-family: arial;
   text-align: center;
   font-weight:bold;
   color: #734A63;   
  }  
  

				
/* -------------- ENLACES ------------- */     
A.linkactivo:link {
	color: #A53131;
	text-decoration: none;
	font-weight:bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
       		 	 }

A.linkactivo:visited
        		 {
	color: #A53131;
	text-decoration: none;
	font-weight:bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
     		     }		 
A.linkactivo:hover
     		    {
	   	    	  color: #A53131;
	     		  text-decoration: underline;
				  font-weight:bold;
				  font-size: 10pt;
 				  font-family: arial;
	            }		 
				
/*------------------FORMULARIOS -----------------------*/  
INPUT.campoform {
			      font-family: arial;
			      font-size: 11px;
			      color: #000000;
		    	  background-color: #E1C7D1;
			      border: #A53131;
			      border-style: solid; 
			      border-top-width: 1px; 
		    	  border-right-width: 1px; 
			      border-bottom-width: 1px; 
    	  		  border-left-width: 1px; 	 
				  width:70%;     
				  text-align:left; 	 
     	  	   }
			   
INPUT.botones {
			      font-family: arial;
			      font-size: 11px;
			      color: #ffffff;
		    	  background-color: #A53131;
			      border: #E1C7D1;
			      border-style: solid; 
			      border-top-width: 1px; 
		    	  border-right-width: 1px; 
			      border-bottom-width: 1px; 
    	  		  border-left-width: 1px; 	 
				  width:70%;     
				  text-align:center; 	 
     	  	   }			   

TEXTAREA.areaform {
			      font-family: arial;
			      font-size: 11px;
			      color: #000000;
		    	  background-color: #E1C7D1;
			      border: #A53131;
			      border-style: solid; 
			      border-top-width: 1px; 
		    	  border-right-width: 1px; 
			      border-bottom-width: 1px; 
    	  		  border-left-width: 1px; 	 
				  width:80%;     
				  text-align:left; 	 
     	  	   }	 			   	 			   
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
	text-decoration: none;
}

