@charset "utf-8";
/* CSS Document */
body, td, th {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
}
body {
	background:#77804b;
	margin-top: 0px;
	margin-bottom: 0px;
}
img {
	border: 0;
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #3d5454;
	font-weight:600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3d5454;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #3d5454;
}
/* div */
#content {
	margin:auto;
	background-color:#ebe8d7;
	width:860px;
	height:auto;
}
#cabecera {
	width: 860px;
	margin:0 auto;
	height:auto;
	background-color:#ebe8d7;
}
#contenido {
	width:860px;
	margin:0 auto;
	height:auto;
	background-color:#ebe8d7;
}
#pie {
	clear:both;
	width:860px;
	margin:0 auto;
	height:auto;
	background-color:#3d5454;
}
/* end div*/
/* bg- design */
.topfin {
	background-image: url(../images/top-final.jpg);
}
.banner {
	background-image: url(../images/banner.jpg);
	background-repeat:no-repeat;
}
/* end bg- design */

.copy {
	font-family: tahoma;
	font-size: 11px;
	color: #FFF;
}
.last_title1 {
	font-family: tahoma;
	font-size: 16pt;
	color: #af6635;
	font-weight: bold;
}
.last_title2 {
	font-family: tahoma;
	font-size: 16pt;
	color: #FFFFFF;
	font-weight: bold;
}
.titulo {
	font-size: 12pt;
	color:#3d5454;
	font-weight:bold;
	font-family:tahoma;
}
.contenido {
	text-align:justify;
}
.der {
	text-align:right;
}
.textarea {
	margin-bottom:1px;
	font-size:12px;
	color: #225FCB;
	background-color:#FFFFFF;
	border:1px solid #999999;
}
.txt {
	margin-bottom:1px;
	font-size:12px;
	color: #af6635;
	background-color:#FFFFFF;
	border:1px solid #999999;
}
.boton {
	color:#FFFFFF;
	overflow:auto;
	border:2px solid #af6635;
	background-color:#af6635;
	font-size:11px;
	font-weight:bold;
}

