/*
	Tipo: css (Cascading Style Sheets)
	Descripcion: estilos para toda la pagina de www.mezcola.com
	Realizado por: Juan Azcona
	Fecha: 2007-06-13
*/

body {
	padding: 30px;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	background: #3f3f3f;
	text-align: justify;
	font-size: 80%;
}
td.pestana{
	background: white;
	width: 120 px;
	padding: 0px;
	font-family: Verdana, Arial;
	color: black;
	font-size: 12px;
	font-weight: bolder;
	text-decoration:none;
	text-align: center;
}
td.submenutitulo{
	background: #3f3f3f;
	width: 200 px;
	height: 20 px;
	padding: 0px;
	font-family: Verdana, Arial;
	color: white;
	font-size: 12px;
	font-weight: bolder;
	text-decoration:none;
	text-align: left;	
}
td.submenu{
	background: white;
	width: 120 px;
	height: 20 px;
	padding: 0px;
	font-family: Verdana, Arial;
	color: black;
	font-size: 11px;
	font-weight: bolder;
	text-decoration:none;
	text-align: center;	
	background-image: url(../img/submenu/submenu_ctr.gif);
}
td.submenufecha{
	background: #3f3f3f;
	height: 20 px;
	padding: 0px;
	font-family: Verdana, Arial;
	color: white;
	font-size: 10px;
	font-weight: none;
	text-decoration:none;
	text-align: right;	
}
td.idiomas{
	background: #3f3f3f;
	height: 20 px;
	padding: 0px;
	font-family: Verdana, Arial;
	color: white;
	font-size: 11px;
	font-weight: none;
	text-decoration:none;
	text-align: right;	
}
#idioma {	
	font-family: Verdana, Arial;
	color: white;
	font-size: 11px;
	font-weight: none;
	text-decoration:none;
}
#idioma a, #idioma a:link, #idioma a:visited{
	font-family: Verdana, Arial;
	color: white;
	font-size: 11px;
	font-weight: none;
	text-decoration:none;
}
.contenidobarra{
	border-top: 1px solid #999999;
}
td.contenido{
	background: white;
	font-family: Verdana, Arial;
	color: black;
	font-size:11px;
	text-decoration:none;
}
.pie{
	padding-top: 6px;
	font-family: Verdana, Arial;
	color: #e6e6e6;
	font-size: 9px;
	text-align: center;
	border-top: 1px solid #999999;
}
.pieempresa{
	font-family: Verdana, Arial;
	color: #e6e6e6;
	font-size: 12px;
	line-height:16px;
}
a.pie2{
	font-family: Verdana, Arial;
	color: #e6e6e6;
	text-decoration:underline;
}