/* Basicos */

p {
	padding:1px;
	margin:2px;
}
body { 
	font-family: Verdana, Arial, Tahoma; 
	font-size:10px; 
	text-align:center; 
}

/* TEXTOS EN PÁRRAFOS */
.txtslogan, .txtslogan a { /* Slogan de todas las páginas */
	font-family: Tahoma, Arial, Verdana;
	font-size:14px;
	color:#aeb1bb;
	font-weight: bold; 
	text-align:center;
}
.txt01, .txt01 a { /* Texto de presentación - Index */
	font-family: MS Tebruchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666; 
	font-weight: normal;
	text-align:center; 
}
.txt02, .txt02 a { /* Texto de sección */
	font-family: MS Tebruchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666; 
	font-weight: normal;
	text-align:left; 
}
.txt03, .txt03 a{ /* Dirección de la Empresa */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#666666;
	font-weight:bold;
	text-align:center; 
}
.titulos, .titulos a {
	font-family:arial; 
	font-size:24px;
	color:#666666;
	font-weight:normal;  
}
.txtmkred, .txtmkred a  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ccc;
	text-align: center;
}

/* ESPECIALES */

/* TEXTO DEL DISPLAY EN EL SUBMENU */

.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#9A9A9A;
	text-align:center;
	text-decoration:none;
}

/* TEXTOS EN FORMULARIOS */
.itemf {
	font-family: Tahoma;
	font-weight:normal;
	font-size:10pt;
	color:#666666;
}
.celdaf {
	font-family: Tahoma;
	font-weight:normal;
	font-size:10pt;
	color:#554246;
}
.btnback {
	font-family: Tahoma;
	font-weight:bold;
	font-size:10pt;
	color:#fff;
}