@charset "utf-8";


/* CSS Document */

body, td, th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #000;
	background-image: url(../images/bg_line.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #900;
}
h1 {
	color: #333;
}
h2 {
	color: #333;
	text-align: center;
}
h3 {
	color: #333;
}
h4 {
	color: #333;
}
h5 {
	color: #333;
}
h6 {
	color: #333;
}
#bg_foto {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 861px;
	width: 1378px;
	z-index: -1;
	position: absolute;
	top: 0px;
	right: 0px;
}
#body {
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	height: auto;
}
#content {
	background-color: #FFF;
	display: block;
	margin-top: -9px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: -9px;
	border: 1px solid #333;
	padding-right: 10px;
	padding-left: 10px;
}
#shadow {
	background-image: url(../images/shadow.png);
	background-position: right bottom;
	background-repeat: repeat;
	margin-top: 21px;
	padding: 3px;
	margin-left: 6px;
}
#footer {
	height: 20px;
	padding-top: 2px;
	text-align: center;
	display: block;
	margin-top: 10px;
	color: #FFF;
	font-size: 10px;
}
#footer a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #900;
}
#mensaje_box {
	float: right;
	width: 300px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #CCC;
	border: 1px solid #333;
	margin-top: -1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: -11px;
}

ul {
	list-style-image: url(../images/check.gif);
}

.tiutlo_tabla {
	color: #FFF;
}
.error_msg {
	color: #990000;
	font: bold;
	font-size: medium;
}
.layer_30 {
	padding: 5px;
	float: left;
	width: 306px;
	border: 1px solid #666;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 6px;
	height: 170px;
}
.layer_50 {
	float: left;
	width: 479px;
	margin-right: 10px;
}
.clearline {
	clear: both;
	height: 2px;
	width: 100%;
}
