html,
body {
	margin: 0px;
	height: 100%;
	background-image: url(../img/trama.gif);
	background-position: left top;
	background-attachment: fixed;
}
a:link,
a:visited,
a:active {
	color: #098040;
	text-decoration: none;
}
a:hover {
	color: #034857;
	text-decoration: none;
}
#main {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#main #top {
	height: 110px;
}
#main #menu {
	background-color: #A82D32;
	color: #FBEBD2;
	height: 19px;
}
#main #menu #logo-menu {
	float: left;
	padding-left: 16px;
}

#main #menu .estilo-menu {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
}
#main #menu .estilo-menu li {
	display: inline;
	margin: 0px;
	height: 18px;
	padding: 0px;
	
}
#main #menu .estilo-menu li a {
	color: #FBEBD2;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	height: 16px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	
}
#main #menu .estilo-menu li a:hover {
	color: #A82D32;
	background-color: #EDE1CB;
}
#main #contenido {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A82D32;
	border-right-color: #A82D32;
	border-bottom-color: #A82D32;
	border-left-color: #A82D32;
	
}
#main #contenido #logo-iguana-index {
	margin-right: 230px;
	margin-left: 15px;
}

#main #contenido #contenido-left {
	margin-right: 250px;
	margin-bottom: -95px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	z-index:1;
}

#main #contenido #panel-right {
	float: right;
	width: 225px;
	padding-bottom: 20px;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main #contenido #panel-right .header-der {
	margin-right: -5px;
	
}
#fondo {
	text-align: center;
	height: 40px;
}
.bloque-index {
	margin-right: 95px;
	margin-left: 20px;
}


.header-der {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #A82D32;
	background-image: url(../img/header_izq.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 25px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 30px;
	padding-top: 0px;
}

.texto-botton {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #098040;
	text-align: center;
}
.titulo-g-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #098040;
}
.titulo-m-1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #981E2B;
}
.texto-contenido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
}
#cuadro-aviso {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
}
