
BODY {
	margin-left : 0px;
	margin-top : 0px;
}

/*color para img*/
.borde{
  border: 2px solid #FF6633;
}
.borde2{
  border: 15px ridge #339933;
}

/*estilos de parrafo*/
P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 25px;
	text-align : justify;
	text-indent : 25px;
	color : #242424;
}
P.contacto {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 20px;
	text-align : center;
	text-indent : 0px;
	color : #242424;
}
/*colores en negrita*/
B {
	color :#339999;
}
B.b {
	color : #CC9933;
}

/*estilo de enlaces*/
A {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	color : #3366CC;
	font-weight : 600;
}
A:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	color : #99CC33;
	font-weight : 600;
}
A.enlace {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	color : #CC6633;
	font-weight : 600;
}
A.enlace :HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	color : #99CC33;
	font-weight : 600;
}
A.fijo{
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	color : #339933;
	font-weight : 600;
	cursor: default;
}
A.fijo:HOVER{
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	color : #339933;
	font-weight : 600;
}
/*estilos de lista*/
UL {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 20px;
	text-align : justify;
	text-indent :25px;
	color : #242424;
	list-style-type : none;
	margin: 0px;
}
ul.centro{
	text-align : center;
	font-style: italic;
	text-indent :0px;
}
UL.larga {
	line-height : 40px;
}




