﻿
body {
	margin: 0px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	color: #000066;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #FFCCFF;
	background-image: url('../images/fondodegradamep.jpg');
}
.style3 {
	background-color: #FFFFFF;
}
.style4 {
	border-width: 0;
	background-color: #FFFFFF;
}
.CeldaBoton {
	margin: 0px;
	padding: 0px 5px 12px 5px;
	background-color: #99CCFF;
	text-align: center;
}

.celda-titulo {
	text-align: center;
	font-size: xx-large;
	color: #DD0000;
	background-color: #99CCFF;
	padding-bottom: 15px;
	text-transform: capitalize;
	font-weight: bold;
}
.celdapie {
	background-color: #99CCFF;
}

.botones {
	text-align: center;
	background-color: #99CCFF;
}
/* Estilos de contenido */
#cuerpo {
	border-style: none;
	border-color: inherit;
	border-width: 0 0px 0 20;
	margin: 0px 4px 0 15px;
	padding: 0;
}
#cuerpo p {
	margin: 0px 1px 1px 3px;
	color: #333333;
}
#cuerpo h1 {
	color: #0000FF;
}
#cuerpo h2 {
	color: #0066FF;
	text-decoration: underline;
	text-transform: capitalize;
}

#cuerpo h3 {
	padding: 0px;
	margin: 7px 0px 0px 0px;
	color: #0066FF;
	font-size: medium;
	font-weight: bold;
}

#cuerpo h4,h5,h6 {
	padding: 0px;
	margin: 7px 0px 0px 0px;
	color: #0099FF;
	font-size: small;
	font-weight: bold;
}


#cuerpo img {
	border-style: none;
	border-width: 0px;
	padding: 0px;
	text-align: center;
	float: none;
}

#cuerpo a {
	border-style: none;
	color: #0033CC;
	text-decoration: none;
	background-color: 99ccff;
	font-size: small;
}
#cuerpo a:hover {
	border-style: none;
	color: #000080;
	text-decoration: none;
}
#cuerpo celdatitulo {
	background-color: #99CCFF;
	text-align:center ;
	vertical-align:middle ;
	
	
}
/* Estilos de botones*/
#bottit {
		border-style: none;
	border-color: inherit;
	border-width: 0 0px 0 20;
	margin: 0px 0px 0 0px;
	padding: 0;

}
#bottit celda-boton-titulo {
	margin: 7px;
	text-align: center;
	background-color: #99CCFF;
}
#bottit a {
	color: #0033CC;
	text-decoration: none;
	background-color: #99CCFF;
	
}
#cuerpo ul {
	padding: 10px;
	margin: 0px 0px 0px 19px;
}
#cuerpo li {
	padding-left: 10px;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: inherit;
	text-align: left;
	text-indent: 0px;
	margin-left: 20px;
	margin-bottom: 8px;
}




