
html, body, div, img, span, lu, li, hr, p, a, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* */
body{
	font-family: "Arial, helvetica, sans-serif";
	background-image: url("../img/bg_body.gif");
	background-repeat: repeat;
	color: #000000;
	width: 750px;
	text-align: center;
	margin: 0 auto;
}

A:link { COLOR: blue; TEXT-DECORATION: none }
A:visited { COLOR: blue; TEXT-DECORATION: none }
A:active { COLOR: blue; TEXT-DECORATION: none }
A:hover { COLOR: blue; TEXT-DECORATION: none }

p {
	font-size: 11pt;
	font-weight: normal;
	text-align: justify;
	margin-bottom: 5px;
}

h1 {
	font-family: "Georgia, times, serif";
	font-size: 15pt;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-top-style: dotted;
	border-top-width: 2px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	padding-top: 10px;
	padding-bottom:10px;
	width: 650px;
	display: block;
	margin-bottom: 30px;
}

h2 {
	font-family: "Georgia, times, serif";
	font-size: 15pt;
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-bottom: 8px;
}

h3 {
	font-family: "Georgia, times, serif";
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-bottom: 5px;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: dotted none none none;
	border-width: 2px;
}

/* CABECERA */
#cabecera {
	border-top-color: #CF6519;
	border-top-style: solid; 
	border-top-width: 10px;
	width: 750px;
}

/* MENU */
#menu {
	margin-top: 5px;
}

/* CONTENIDO */

#cuerpo{
	padding-top : 30px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	background-position: bottom left;
	background-repeat: no-repeat;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid; 
	border-bottom-width:10px;
	width: 750px;
}

#cuerpo #contenido{
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 100px;
}

#cuerpo #contenido #contenidoSeccion div.columnaTexto{
	margin-right: 25px;
	margin-left: 25px;
}

