/* Basicos */
body { 
	background-color:#f9faf9;
}



/* DIVS FORMATO */

/* PLANTILLA GENERAL */
#G { /* Todo */
	width:770px;
	height: auto;
	margin:auto;
	background-color:#fffffff;

}
#content { /* concentra el contenido */
	width:770px;
	height: auto;
	background-color:#ffffff;
	padding:0;
}
/* PLANTILLA DE CONTENIDO */
/* Zona superior del sitio */
#UP {
	width:770px;
	height: auto;
	float: left;
}
/*--dentro de UP*/
#uplogo {
	width: 200px; 
	height: auto;
	float: left;
	padding:10px;
}
#upwww {
	width: 530px; 
	height: auto;
	float:left;
	padding:10px;	
}
/* dentro de upwww */
.barup {
	width: 510px; 
	height: auto;
	float:left;
	padding:10px;
}
#barupmenu {
	width: 530px; 
	height: auto;
	float:left;
	padding:0;
}
#upmenu {
	width:530px; 
	height:80px;
	text-align:left;
	float:left;	
}
/*--*/
#CENTRO {
	width:770px;
	height: auto;
	float: left;
}
/* dentro de CENTRO */
#ima_anima {
	width:730px;
	height: auto;
	float: left;
	padding:20px 20px 10px 20px;
}
#txtcentro {
	width:730px;
	height: auto;
	float: left;
	padding:0 20px 20px 20px;
}
/* -- */
#LOGOS {
	width:762px;
	height: auto;
	float: left;
	padding:4px;
	background-color:#ffffff;
}
/* dentro de LOGOS */
.block{
	width:254px;
	height: auto;
	float:left;
	text-align:center;
}
/*--*/

#footer {
	width:750px;
	height:auto;
	margin:auto;
	padding:10px;
}

/*---*/
/* PLANTILLA DE PAGINA SERVICIOS */

.servbar {
	width:720px;
	height: auto;
	float: left;
}
/* dentro de servbar */
.imaserv {
	width:150px;
	height: auto;
	float: left;
	padding:10px;	
}
.textserv {
	width:530px;
	height: auto;
	float: left;
	padding:10px;
}

/* PORTAFOLIO */
/* dentro de servbar */
.portaima {
	width:300px;
	height: auto;
	float: left;
	padding:10px;	
}
.portatext {
	width:380px;
	height: auto;
	float: left;
	padding:10px;
}

/* FORMULARIOS */

.Ftot {
	width:520px;
	height: auto;
	float: left;
	padding:5px;
}
.Fitem {
	width:170px;
	height: auto;
	float: left;
}
.Iitem {
	width:350px;
	height: auto;
	float: left;
}
/* Estilos de celdas */
.celdas { /* estilo de celdas */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#70772a; 
	font-weight:bold; 
	background-color:#ebeecc;
}
.btns { /* estilo de botones */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#ffffff; 
	font-weight:bold; 
	background-color:#b0b869;
}
