
BODY {
	margin-left : 0px;
	margin-top : 0px;
}

/*color para img*/
.borde{
  border: 2px solid #99cc99;
}

/*inserccion de img de fondo en celda de texto*/
td.fondo{
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../motivodecorativo.gif);
   background-position: bottom left;
   background-repeat: no-repeat;
}

/* pie de foto*/
.centralpeq{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9px;

}


/*estilos de parrafo*/
P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 20px;
	text-align : justify;
	text-indent : 25px;
	color : #242424;
}
P.pegao{
	text-indent: 0px;
	margin: 0px;
}
P.corto{
	margin: 0px;
}´
P.centro{
	text-align: center;
}
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.propio {
	color : #CC3300;
}

/*estilo de enlaces*/
A {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	color : #CC6633;
	font-weight : 600;
}
A:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	color : #99CC33;
	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;
}




