@CHARSET "ISO-8859-1";

/*
 * Se establecen valores globales para asegurarnos de que todos los
 * elementos tienen el mismo comportamiento para todos los navegadores.
 */

/* Eliminar margin y padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

* {margin: 0;padding: 0;}

/* Cabeceras */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Estilos de las listas */
ol, ul {
	list-style: none;
}

/* Estilo y grosor de las fuentes */
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

strong {
	font-weight: bolder;
}

/* Bordes de las tablas */
table {
	border-collapse: separate;
	border-spacing: 2px;
}

/* Otros bordes */
fieldset, img {
	border: 0;
}

/* Alineacón del texto */
caption, th {
	text-align: left;
}

/*
 * ESTILOS
 */

body {
	background: #e5e7f1 url(../img/back.png) top center repeat;
}

#container {
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: url(../img/background.png) top center repeat-y;
}

#body {
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

#header {
	background: url(../img/top.png) top left repeat-x;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 900px;
	height: 167px;
}

#header .logo {
	margin: 0 auto;
	width: 141px;
	height: 156px;
	display: block;
	background: url(../img/logo.gif) top center no-repeat;
}

#header .leftimg {
	margin: 0;
	width: 88px;
	height: 113px;
	display: block;
	float: left;
	background: url(../img/top-left.gif) top center no-repeat;
}

#header .rightimg {
	margin: 55px 0 0 0;
	width: 86px;
	height: 108px;
	display: block;
	float: right;
	background: url(../img/top-right.gif) top center no-repeat;
}

div.logo_vert {
	margin-top: -120px;
	margin-left: -51px;
    width: 58px;
    height: 505px;
    display: block;
    float: left;
    background: url(../img/logo-vert.png) top center no-repeat;
}

#menu {
	width: 900px;
	height: 48px;
	display: block;
	float: left;
	background: #e5d7c5 url(../img/menu.png) top left repeat-y;
	padding: 2px 0;
	margin: 0;
	overflow: hidden;
}

#content {
	width: 880px;
	min-height: 300px;
	margin: 0;
	padding: 10px;
	display: block;
	float: left;
}

#footer {
	display: block;
	float: left;
	padding: 0;
	width: 100%;
	height: 200px;
	background: url(../img/bottom.png) top center no-repeat;
}

h1 {
	padding: 0;
	margin: -10px 0 0 -10px;
	width: 900px;
	height: 200px;
}

h1 span {
	display: none;
}

h2 {
	padding: 0;
	margin: -10px 0 10px 0;
	color: #145d18;
	font-weight: normal;
	font-size: 28pt;
	text-align: center;
}

div.block_content_first {
	display: block;
	float: left;
	margin: -100px 0 0 0;
	padding: 0;
}

div.block_content {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

div.line_content {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 50px 0;
	display: block;
	float: left;
}

div.line_content img {
	display: block;
	float: left;
	margin: auto 0 35px 25px;
}

div.line_content img.last {
	margin-bottom: 0;
}

div.image {
    display: block;
    float: left;
    width: 390px;
	height: 100%;
    margin: 0;
	padding: 0;
    vertical-align: middle;
}

div.text {
	display: block;
	float: right;
	width: 450px;
	margin: auto 25px auto 15px;
	padding-bottom: 50px;
	background: url(../img/separador-bottom.gif) bottom center no-repeat;
	vertical-align: middle;
}

div.fullwidth {
	display: block;
	float: right;
	width: 860px;
	margin: auto 10px;
	padding-bottom: 50px;
	background: url(../img/separador-bottom.gif) bottom center no-repeat;
	vertical-align: middle;
}

div.text div.title, div.fullwidth div.title {
	padding-top: 60px;
	background: url(../img/separador-top.gif) top center no-repeat;
}

div.text p,
div.text li,
div.text dt, div.text dd {
	text-align: justify;
	font-family: Palatino Linotype, Times, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	color: #145d18;
}

div.text p {
    margin: 5px 0 15px 0;
}

div.text li {
    margin: 0 0 0 30px;
	list-style-position: outside;
	list-style: url(../img/icon-list.gif);
}

div.text dt, div.text dd {
    display: block;
    float: left;
}

div.text dl {
	width: 100%;
	margin-bottom: 20px;
	display: block;
	float: left;
}

div.text dt {
	font-weight: bold;
	width: 69%;
}

div.text dd {
    width: 30%;
}

div.text p.letra_peque {
    font-size: 9pt;
}

div.text p.center {
    text-align: center;
}

div.margin10 {
    display: block;
    float: left;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 10px 0 0 0;
}

div.margin25 {
    display: block;
    float: left;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 25px 0 0 0;
}

div.margin50 {
    display: block;
    float: left;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 50px 0 0 0;
}

div.margin100 {
    display: block;
    float: left;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 100px 0 0 0;
}

#footer div {
    width: 800px;
    margin: 50px auto 20px auto;
    padding: 0;
}

#footer div a {
	display: block;
	float: left;
	font-family: Palatino Linotype, Times, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #125f1b;
	text-decoration: none;
}

#footer div a:hover {
	color: #000;
}

#footer div ul, #footer div ul li {
    display: block;
}

#footer div ul {
	float: right;
	margin: 20px 0 0 0;
}

#footer div ul li {
	float: left;
	margin: 3px;
	padding: 5px;
}

#footer span.copyright a {
	display: inline;
	float: none;
	margin: 0 5px;
	padding: 0;
}

#footer span.copyright {
    display: block;
    float: right;
    text-align: center;
    margin: 10px 0;
    width: 70%;
}

#footer span.copyright, 
#footer span.copyright a {
    font-family: Palatino Linotype, Times, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 8pt;
    color: #000;
}

