* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../img/fondo2.gif);
}
.contenedor .divisiones h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../img/fondobotonera.jpg);
}

.contenedor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 600px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
.contenedor .footer p {
	text-align: center;
	font-size: 12px;
}
.contenedor .footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #35A06C;
	text-decoration: none;
	font-style: italic;
}


.contenedor .top{
	position: absolute;
	width: 770px;
	height: 150px;
	background-image:url(../img/top3.jpg);
}

.contenedor .menu{
	position: absolute;
	top: 150px;
	width: 770px;
	height: 30px;
	background-image:url(../img/fondobotonera.jpg);
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


.contenedor .divisiones{
	position:relative;
	left: 600px;
	width: 168px;
	height: 380px;
	background-image: url(../img/fondodivisiones.jpg);
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #2F9F67;
	top: 184px;
}

.contenedor .footer{
	position: absolute;
	top: 564px;
	width: 770px;
	height: 38px;
	background-image: url(../img/fondofooter.jpg);
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #2F9A66;
}
.contenedor .centro textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.contenedor .centro input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.contenedor .centro td {
	font-style: italic;
	color: #4BB67E;
	font-weight: 400;
}
.contenedor .centro a {
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.contenedor .centro{
	position: absolute;
	top: 184px;
	width: 600px;
	height: 380px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	background-image: url(../img/fondocentro.jpg);
}
.contenedor .centro #scroll {
	position: relative;
	height: 380px;
	width: 600px;
}

.contenedor .centro p {
	margin-left: 25px;
	margin-right: 15px;
	margin-top: 10px;
}
.contenedor .centro h1 {
	font-size: 14px;
	font-style: italic;
	color: #4AB37A;
	text-decoration: underline;
	margin-left: 25px;
}
.contenedor .centro h2 {
	font-size: 14px;
	margin-left: 25px;
}
.contenedor .centro li {
	margin-left: 30px;
	font-style: oblique;
	font-size: 12px;
	color: #307452;
	font-weight: bold;
	line-height: 20px;
}
.contenedor .centro h3 {
	font-size: 14px;
	font-style: italic;
	line-height: 30px;
	color: #4FBA82;
	margin-left: 15px;
}
.contenedor .centro h6 {
	font-size: 12px;
	margin-left: 25px;
	font-weight: normal;
	line-height: 15px;
	margin-right: 15px;
}

.destacado {
	color: #2F9A66;
	font-weight: bold;
}
.destacadoNaranja {
	color: #FF6600;
	text-align: justify;
}
.boton {
	font-weight: bold;
	color: #FFCC33;
	background-position: center;
	background-color: #4FBA82;
}

