body {
	padding: 0px;
	color: #333333;
	margin: 0px;
	width: 1090px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-image: url(../images/cabecera_chica.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 64px;
	width: 100%;
}

.contenido {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;

}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	list-style-type: none;
}
ul li {
	background-repeat: no-repeat;
	background-position: left 10px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(../images/bullet.gif);
	margin: 0px;
}
ol  {
}
ol  li  {
	list-style-type: decimal;
}
.sub_list li {
	background-image: url(../images/bullet.gif);
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 25px;
	list-style-type: none;
}



a {
	color: #333333;
}
a:hover {
	color: #3D8CD4;
	text-decoration: none;
}



.titulo1 {
	font-size: 22px;
	font-weight: bolder;
	color: #0054CB;
}
.titulo1B
{
	background-image: url(../images/fondo2.png);
	background-repeat: no-repeat;
	height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	line-height: 20px;
	padding-left: 20px;
}
.texto2 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.texto3 {
	font-size: 13px;
	color: #0054CB;
	font-weight: bold;
}
.texto4 {
	font-size: 13px;
	color: #C00;
	font-weight: bold;
}

.help {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}

