html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	font-family: Tahoma, Arial, sans-serif;
	margin: 0px;
	text-align: center;
	position: relative;
	padding: 0px;
	height: 100%;
	font-size: 11px;
	background-color: #000;
	width: 100%;
}
#top {
	margin: 0px;
	padding: 0px;
	height: 184px;
	width: 100%;
	position: relative;
	background-image: url(images/f_top.jpg);
	background-repeat: repeat-x;
}
#cuerpo {
	padding: 0px;
	width: 100%;
	height: auto;
	min-height: 385px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#pie {
	position: relative;
	color: #bfb2c9;
	width: 100%;
	background-image: url(images/f_pie.jpg);
	background-repeat: repeat-x;
	height: 48px;
	font-size: 10px;
	clip: rect(auto,auto,auto,auto);
	top: auto;
	text-align: left;
	clear: left;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.info {
	width: 1160px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

/* elementos formulario */
form {
	margin: 0px;
	padding: 0px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding: 2px;
	margin: 0px;
	width: 160px;
	background-color: #646464;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.input_mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding: 2px;
	margin: 0px;
	width: 40px;
	background-color: #646464;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding: 2px;
	margin: 0px;
	width: 160px;
	background-color: #646464;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding: 2px;
	margin: 0px;
	width: 160px;
	height: 60px;
	background-color: #646464;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.button {
	width: 94px;
	height: 21px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	background-color: #646464;
}


/* links */

a:link, a:visited {
	text-decoration: none;
	color: #d1d1d1;
}
a:hover, a:active {
	text-decoration: underline;
	color: #d1d1d1;
}

a.menu:link, a.menu:visited, a.menu:hover, a.menu:active {
	color:#bfb2c9;
}

a.ver_mas:link, a.ver_mas:visited, a.ver_mas:hover, a.ver_mas:active {
	background-image: url(images/siguiente.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 10px;
	padding-left: -12px;
	padding-right: 10px;
}


/* textos */

h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	color: #9a9a9a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h2 {
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-align: left;
	font-size: 11px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	color: #24272c;
}
h3 {
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
	text-align: center;
	margin: 0px;
}


p {
	text-align: justify;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
	color: #d1d1d1;
	font-size: 11px;
}
.p_right {
	text-align: right;
	margin: 0px;
}


li {
	list-style-image: url(images/li.png);
	list-style-position: outside;
	line-height: 19px;
	margin-bottom: 4px;
	font-weight: normal;
	text-align: left;
	color: #d1d1d1;
}

ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding: 0px;
}
.foto {
	margin-bottom: 4px;
	border: 1px solid #5b5b5b;
	/*border: 1px solid #616161;*/
}
.caja {
	background-image: url(images/fondo.png);
	padding: 24px;
	height: auto;
	width: 1112px;
	text-align: right;
}
.caja_scroll {
	background-image: url(images/fondo.png);
	padding: 24px;
	float: left;
	height: 500px;
	width: 271px;
	margin-right: 29px;
	text-align: right;
	overflow-x:hidden;
	overflow-y:auto;
}
.caja_mini {
	background-image: url(images/fondo.png);
	padding: 24px;
	float: left;
	height: 289px;
	width: 271px;
	margin: 24px;
}
.caja_big {
	background-image: url(images/fondo.png);
	padding: 24px;
	float: left;
	height: 337px;
	width: 100%;
	margin-right: 29px;
	text-align: right;
	margin-bottom: 20px;
}
.tit_tabla {
	color: #FFFfff;
	background-color: #646464;
	text-align: center;
}
.txt_tabla {
	color: #FFF;
	background-color: #393939;
}
.marg_left {
	margin-left: 20px;
	text-align: left;
}
.bt_out {
	background-image: url(images/bt_out.jpg);
	text-align: center;
	padding-right: 8px;
	height: 19px;
	padding-top: 6px;
	padding-bottom: 4px;
	color: #FFF;
	cursor: pointer;
}
.bt_over {
	background-image: url(images/bt_over.jpg);
	height: 19px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 4px;
	text-align: center;
	cursor: pointer;
}

