/* *********************************************************************************************
				Styles.css - Hoja de Estilos de Web Informatica
					Hoja de estilos para standar en web sites
			 Derechos Reservados ® Web Informatica S.A. de C.V. 2003
		     Departamento de Producción (Raúl Escamilla - ©Zegga-01sv)
'**********************************************************************************************/

body { font-size: 11px; font-family: Verdana;
		 text-align: justify;
		 padding-left: 0; padding-top: 0;
 		 /*background-repeat: repeat-x;*/
		 background-color:#ded9ce;
		 margin-left: 0; margin-top: 0; color:#3e0f0f;
		 /*scrollbar-face-color: #022753; 
		 scrollbar-shadow-color: #FFFFFF; 
		 scrollbar-highlight-color: #FFFFFF; 
		 scrollbar-3dlight-color: #022753; 
		 scrollbar-darkshadow-color: ; 
		 scrollbar-track-color: #FFFFFF; 
		 scrollbar-arrow-color: #FFFFFF:*/
				 
		}
		
		
table, td	{ font-size: 13px; font-family: Times New Roman;
			  text-align: justify;
			  background-repeat: no-repeat;
			  border-collapse: collapse; color:#3e0f0f;
			  }

	
font.pie { font-family: Verdana; font-size: 9px; 
			text-decoration: none; 
			color: #3e0f0f 
		      }
font.news { font-family: Times New Roman; font-size: 20px; 
			text-decoration: none; 
			color: #3e0f0f 
		      }
font.recetas { font-family: Times New Roman; font-size: 18px; 
			text-decoration: none; 
			color: #3e0f0f 
		      }
		      
		
			
a:active { font-family: Times New Roman; font-size: 13px; 
			text-decoration: underline; 
			color: #847653;
		      }
a:active.pie { font-family: Verdana; font-size: 9px; 
			text-decoration: none; 
			color: #3e0f0f;
		      }
a:active.under { font-family: Times New Roman; font-size: 13px; 
			text-decoration: none; 
			color: #3e0f0f;
		      }

	
a:link	{ font-family: Times New Roman; font-size: 13px; 
		 text-decoration: underline; 
		 color: #847653;
		}
a:link.pie { font-family: Verdana; font-size: 9px; 
			text-decoration: none; 
			color: #3e0f0f;
		      }
a:link.under { font-family: Times New Roman; font-size: 13px; 
			text-decoration: none; 
			color: #3e0f0f;
		      }


a:visited { font-family: Times New Roman; font-size: 13px; 
		  	 text-decoration: underline;
		  	 color: #847653;
		  	 }
a:vidited.pie { font-family: Verdana; font-size: 9px; 
			text-decoration: none; 
			color: #3e0f0f;
		      }
a:visited.under { font-family: Times New Roman; font-size: 13px; 
			text-decoration: none; 
			color: #3e0f0f;
		      }

	  	  	  	  	
a:hover { font-family: Times New Roman; font-size: 13px; 
			 text-decoration: underline;
			  color: #3e0f0f;
			  }
a:hover.pie { font-family: Verdana; font-size: 9px; 
			text-decoration: none; 
			color: #3e0f0f;
		      }
a:hover.under { font-family: Times New Roman; font-size: 13px; 
			text-decoration: none; 
			color: #3e0f0f;
		      }


.borde	{border: 1px solid #dad2c0;
		 padding-left: 4; padding-right: 4;
		 padding-top: 1; padding-bottom: 1;
		 font-family: Verdana; font-size: 11px;
		 color: #3e0f0f;
		 }

		
input 	{border: 0px;
		 padding-left: 4; padding-right: 4; 
		 padding-top: 1; padding-bottom: 1;
		 background-color:#FFFFFF;
		 font-family: Verdana; font-size: 11px;
		 color: #3e0f0f;
		 }

		 
select 	{border: 1px solid #dad2c0;
		 padding-left: 4; padding-right: 4; 
		 padding-top: 1; padding-bottom: 1;
		 background-color:#FFFFFF;
		 font-family: Verdana; font-size: 11px;
		 color: #3e0f0f;
		 }
		 
textarea 	{border: 1px solid #dad2c0;
		 padding-left: 4; padding-right: 4; 
		 padding-top: 1; padding-bottom: 1;
		 background-color:#FFFFFF;
		 font-family: Verdana; font-size: 11px;
		 color: #3e0f0f;
		 }