/*############################################
REGLAS GENERALES - Aplicación: Todo el sitio
#############################################*/
body {
	background-color: White;
	font-family: "Trebuchet MS", Arial, Helvetica; color: #333333;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
 
img {
	border: none;
}

a.amenu:link {color: Black;  text-decoration: none}
a.amenu:visited {color: Black; text-decoration: none}
a.amenu:hover {color: Black; text-decoration: none}
a.amenu:active {color: Black; text-decoration: none}

p{
	font-family:  Lucida Sans Unicode;
	padding-left: 10px;
	padding-top: 10px; 
	font-size: 14px;
}

p.contenidos{
	font-family:  Lucida Sans Unicode;
	padding-left: 10px;
	padding-top: 10px; 
	font-size: 14px;
}

p.pmenu{
	font-family:  Lucida Sans Unicode;
	font-size: 11px;
	padding-left: 15px;
	padding-top: 5px; 
} 
p.psubmenu{
	font-family:  Lucida Sans Unicode;
	font-size: 11px;
	padding-left: 15px;
	padding-top: 2px; 
} 

p.direccion{
	font-family:  Lucida Sans Unicode;
	padding-left: 10px;
	font-size: 8pt;
}

li.puntos{ 
	list-style: disc;
} 
li.letras{
	list-style: lower-alpha;
}
li.numeros{  
	list-style: decimal;
} 
#dmenu{
	width: 535px;
	height: 25px;
}

#dsubmenu{
	width: 435px;
	height: 20px;
	padding-top: 0px;
	background: url(publico/imagen/fondosubmenu.gif) no-repeat;
}
#centro{
	height: 373px;
	margin-left:30px;
	}
	
FORM.contacto P
{
    CLEAR: both;
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    WIDTH: 360px
}
FORM.contacto P LABEL
{
    FLOAT: left;
    COLOR: #ff9900;
}
FORM.contacto P INPUT
{
    FLOAT: right;
}
FORM.contacto P TEXTAREA
{
    FLOAT: right;
}

/*########################
TERMINA REGLAS GENERALES
########################*/
