@charset "utf-8";
/* CSS Document */
body, td, th {
	font-family: tahoma;
	font-size: 11px;
	color: #303030;
	border-top: 2;
}
body {
	background:#9d1c1c url("../images/bg.gif");
	margin-top: 0px;
	margin-bottom: 0px;
}
img {
	border: 0;
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #990000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
/* div */
#content {
	margin:auto;
	background-image: url(../images/bg.gif);
	width:753px;
	height:auto;
}
#cabecera {
	width: 753px;
	margin:0 auto;
	height:auto;
	background-image: url(../images/bg.gif);
}
#contenido {
	width:753px;
	margin:0 auto;
	height:auto;
	background-color:#FFFAFA;
}
#pie {
	clear:both;
	width:753px;
	margin:0 auto;
	height:auto;
	background-image: url(../images/bg.gif);
}
/* end div*/

.titulo {
	font-family: tahoma;
	font-size: 13px;
	color: #E27439;
	font-weight: bold;
}
.titulo2 {
	font-family: tahoma;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}

.other {
	color:#6A8156;
	font-family:tahoma;
	overflow: scroll;
}
.blanco {
	color:#fff;
	font-family:tahoma;
}
.contenido {
	text-align:justify;
	overflow: scroll;
	height: 500px;
}
.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:11px;
	color: #af6635;
	background-color:#FFFFFF;
	border:1px solid #999999;
}
.boton {
	color:#FFFFFF;
	overflow:auto;
	border:2px solid #006600;
	background-color:#006600;
	font-size:11px;
	font-weight:bold;
}
