body, div, p, td, ul, input {
	font-family: "Droid Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: justify;
	text-rendering: optimizeLegibility;
	color: #d8d8da;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
	}
body, div, td, table, p, h1, h2, h3, h4, ul{
	margin: 0px;
	padding: 0px;
	}
body{
	background: #222 url(../img/fondo_web.gif) left top repeat fixed;
	width: 993px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	}
hr{
	border: 0px none;
	height: 10px;
	_height: 1px;
	*height: 1px;
	*color: #444;
	_color: #444;
	background: url(../img/hr.png) left center repeat-x;
	}
h1, h2, h3, h4, strong{
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
	font-weight: normal;
	color: #fcfcff !important;
	}
h1{
	font-size: 28px;
	margin-bottom: 15px;
	}
.anidado{
	margin-bottom: 5px;
	}
h2{
	font-size: 20px;
	margin-bottom: 10px;
	}
h3{
		font-size: 18px;
	}
h3.acordeon{
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
		cursor: pointer;
		margin-top: 5px;
		padding: 5px;
		background: url(../img/odata.png) left center no-repeat;
		padding-left: 25px;
	}
h3.acordeon:hover{
	text-shadow: 0px 0px 5px rgba(80, 80, 255, 0.9);
	}
p{
	line-height: 30px;
	margin-bottom: 15px;
	}
a{
	color: #7e8ece; /*9cf*/
	text-decoration: underline;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	}
a:hover{
	color: #fff !important;
	text-shadow: 0px 0px 5px rgba(80, 80, 255, 0.9);
	}
a.on, a.on:hover{
	color: #f8f8fa !important;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
	}
.clickeable{
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	cursor: pointer;
	}
.clickeable:hover{
	text-shadow: 0px 0px 5px rgba(80, 80, 255, 0.9);
	}
#cabecera{
	height: 168px;
	min-height: 168px;
	width: 100%;
	overflow: hidden;
	background: url(../img/fondo_top.png) left top no-repeat;
	}
#general{
	min-height: 168px;
	height: auto;
	width: 100%;
	overflow: hidden;
	background: url(../img/fondo_general.png) left top repeat-y;
	}
#inferior{
	min-height: 14px;
	max-height: 14px;
	height: 14px;
	width: 100%;
	overflow: hidden;
	background: url(../img/fondo_bottom.png) left top no-repeat;
	}
#pie{
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 18px;
	}
#logo{
	width: 360px;
	height: 100%;
	float: left;
	}
#menus{
	float: right;
	width: 630px;
	height: 100%;
	}
#menu_flux{
	font-size: 26px;
	text-align: right;
	height: 72px;
	line-height: 72px;
	margin-top: 20px;
	width: 100%;
	}
#menu_flux a{
	color: #a8a8aa;
	font-weight: 500;
	letter-spacing: 0px;
	text-decoration: none;
	margin-right: 35px;
	margin-left: -10px;
	}
#menu_tag{
	font-size: 22px;
	text-align: right;
	height: 72px;
	line-height: 72px;
	width: 100%;
	}
#menu_tag a{
	color: #a8a8aa;
	font-weight: 500;
	letter-spacing: 0px;
	text-decoration: none;
	margin-left: -10px;
	margin-right: 35px;
	}
#submenu{
	min-height: 47px;
	max-height: 47px;
	height: 47px;
	background: url(../img/fondo_submenu.png) left top no-repeat;
	text-align: right;
	padding-left: 35px;
	padding-right: 24px;
	}
#submenu a{
	display: block;
	letter-spacing: 0px;
	text-decoration: none;
	color: #d8d8da;
	float: right;
	height: 41px;
	line-height: 42px;
	width: 159px;
	background: url(../img/boton_submenu.png) left top no-repeat;
	margin-left: 13px;
	}
#submenu a img{
	border: none 0;
	float: left;
	margin-left: 9px;
	margin-top: 14px;
	}
#submenu a span{
	display: block;
	float: right;
	margin-right: 3px;
	width: 127px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	}
#contenidos{
	min-height: 100px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(../img/fondo_contenido.png) left top repeat-y;
	overflow: hidden;
	}
#fin_contenidos{
	min-height: 2px;
	max-height: 2px;
	height: 2px;
	background: url(../img/fondo_contenido_fin.png) left top no-repeat;
	}
#mapa_web{
	min-height: 100px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	color: #e8e8ea;
	overflow: hidden;
	}
#mapa_web p, #mapa_web ul{
	margin-right: 80px;
	line-height: 22px;
	float: left;
	width: auto;
	list-style: none;
}
#mapa_web ul strong{
	margin-left: -10px;
	color: #fcfcff;
	width: 100%;
	}
#mapa_web a{
	text-decoration: none;
	color: #e8e8ea;
	font-size: 13px;
	}
#parte_izquierda, .parte_izquierda{
	width: 440px;
	float: left;
	}
#parte_derecha, .parte_derecha{
	width: 440px;
	float: right;
	}
#parte_izquierda_grande{
	width: 540px;
	float: left;
	}
#parte_derecha_peque{
	width: 340px;
	float: right;
	}
.letra_peque{
	font-size: 15px !important;
	line-height: 27px;
	}
.letra_diminuta{
	font-size: 13px !important;
	line-height: 27px;
	}
.listado{
	line-height: 18px;
	font-size: 13px;
	margin: 15px;
	margin-left: 15px;
	}
.listado li{
	margin-bottom: 7px;
	list-style: none;
	background: url(../img/ui-radio-button-uncheck.png) left top no-repeat;
	padding-left: 25px;
	}
.centrado{
	text-align: center !important;
	}
div.acordeon{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #333;
	background: -moz-linear-gradient(top, #222 0%, #333 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222), color-stop(100%, #333)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#333333',GradientType=0 ); /* ie */
	
	-webkit-box-shadow: 0px 0px 10px rgba(126,142,206,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(126,142,206,0.5);
	box-shadow: 0px 0px 10px rgba(126,142,206,0.5);
	}
.acordeon p{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
	}
.fijo{
	display: block;
	float: left;
	width: 100px;
	}
table{
	margin-top: 10px;
	margin-bottom: 15px;
	border-collapse: collapse;
	border: 1px #444 solid;
	}
thead{
	background-color: #444;
	}
td, th{
	font-size: 13px;
	padding: 3px;
	border: 1px #444 solid;
	font-weight: 400;
	}
input.texto{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	width: 96%;
	font-size: 18px;
	border-color: transparent;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #333;
	background: -moz-linear-gradient(top, #222 0%, #333 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222), color-stop(100%, #333)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#333333',GradientType=0 ); /* ie */
	
	-webkit-box-shadow: 0px 0px 10px rgba(126,142,206,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(126,142,206,0.5);
	box-shadow: 0px 0px 10px rgba(126,142,206,0.5);
	}
input.boton{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 15px;
	font-size: 22px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #333;
	background: -moz-linear-gradient(top, #333 0%, #222 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%, #222)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#222222',GradientType=0 ); /* ie */
	
	-webkit-box-shadow: 0px 0px 10px rgba(126,142,206,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(126,142,206,0.5);
	box-shadow: 0px 0px 10px rgba(126,142,206,0.5);
	}