* {
	margin: 0;
	padding: 0;
}

html {
	height:100%; 
	width:100%;
	margin:0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat; 
	
}

body {
	padding-top: 0px;
}

.inner-container {
	font-size: 1.1em;
	margin: 0px auto;
	width: 1024px;
	height: auto;
	
}


a
{
	color: #3aadcf;
	text-decoration:none;
}

a:hover
{
	color: #3aadcf;
	text-decoration:underline;
}


body, td, th, .bod, font, p, html {
	font-size:12.5px;
	font-family:"Verdana";
	color: #404040;
}


p,code,ul
{
	padding-bottom: 1.2em;
}

li
{
	list-style: none;
	display:inline; 
} 

h1
{
	font: normal 1.5em Verdana, sans-serif; margin-left: 30px;
 }

h2
{
	font: bold 1.6em sans-serif;
}

h3
{
	margin-left: 90px;
	font: bold 1.3em Tahoma, sans-serif;
}

form,input
{
	margin: 0;
	padding: 0;
	display: inline;
}

h1,h2,h3
{
	padding-top: 6px;
	/*color: #d90b27;*/
	margin-bottom: 4px; 
}

/* forms, inputs, fieldsets */
textarea, input.styled
{
	border: 1px solid #BBB;
	padding: 2px;
	font: normal 1em Verdana,sans-serif;
}
input.boton_envio
{
	border: 1px solid #BBB;
	padding: 2px;
	font: normal 1em Verdana,sans-serif;
}
input.boton_envio:hover
{
	color:#FFFFFF;
	background-color:#067AEE;
}
p.volver{
	text-align:center;
	margin-top:50px;
}
a.volver{
}

select
{
	border: 1px solid #BBB;
	padding: 2px;
	font: normal 1em Verdana,sans-serif;
	width: 110px;
	height:30px;
}

select option
{
	padding: 0 5px;
}

fieldset
{
	background-color: #FFFFFF;
	border: 1px solid #d7d7d2;
	padding: 3px 7px 10px;
}

fieldset legend
{
	color: #586e83;
	font-size: 11px;
	padding: 0.1em 0.3em;
}

/* misc */
.clearer
{
	clear: both;
	font-size: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

div.message
{
	border-style: solid;
	border-width: 1px;
	margin: 0 0 16px 8px;
	padding: 6px;
	background-color: #c1dc9d;
	border-color: #7ab727;
	color: #000;
}

div.error {	 
	width:370px;
	height:auto;
	margin: 20px 0 15px 50px;
	padding: 20px 0px 10px 15px;
	background-color: #FFEBE8;
	border:#F03 1px dashed;
	color: #000;
	font-size:13px;
}

div.error h2 {
	font-size: 16px;
	text-decoration: underline;
}

div.error p { font-size:13px;} 

table.dashboard
{
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}

table.dashboard td
{
	padding: 15px;
	text-align: center;
}

table.admin
{

	width: 100%;
}

th.admin
{
	text-align: left;
	color: #586e83;
	font-weight: normal;
	border-bottom:2px solid #d7d7d2;
}

td.admin
{
	border-bottom:1px solid #d7d7d2;
}

img.middle
{
	vertical-align: middle;
}

.tooltip
{
	position: absolute;
	padding: 10px 13px;
	z-index: 2;

	display: none;
	color: #303030;
	background-color: #F5F5B5;
	border: 1px solid #DECA7E;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

/* structure */
 
.inner-container {
	font-size: 1.1em;
	margin: 0px auto;
	width: 1024px;
	height: auto;
	border: 2px solid #000000;
	
	 
}
 

.outer-container
{ 
	/*background: url('../images/bg.jpg') repeat-x center bottom; */
	background:none;
	width: 100%;
	
}

/* headere & title */
.header {
	position:relative;
	height: 97px;
}

.header .title
{
	color: #FFF;
	padding: 10px 0 0 10px;
}

.header .title .sitename a
{
	color: #FFF;
	font: normal 2em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}

.header .title .slogan
{
	font: normal 1.1em Verdana, sans-serif;
	padding-top: 6px;
}

/* top */
.top
{
	background: #949490;
	color: #FFF;
	font: normal 1.1em Verdana, sans-serif;
}

.top a
{
	color: #FAFAFA;
	text-decoration: underline;
}

.top a:hover
{
	color: #FFC;
	text-decoration: none;
}

/* main */
.main
{
	/*background: url('../images/main.gif') repeat-y; */
	background-color:#FFFFFF;
}

/* content */
.content
{
	width: 73%;
	margin-left:5px;
	padding-left:20px;
	/*background: url('../images/fondo.jpg') no-repeat; */
	padding-top:0px; 
	clear:right;
	float:left; 
	margin-bottom:20px;
	text-align:justify;
	
	border-left: #999 1px solid;

}

.content-full
{
	width: 1024px;
	height:auto; 
	padding-top:0px;
	clear:right;
	float:left;

}


.content .descr
{
	color: #664;
	font-size: 0.9em;
}

.content li
{
	list-style: url('../images/li.gif');
	margin-left: 18px;
}

 
.footer {
	width:100%;  
	height:200px; 
	background-color: #000000;
	align:center;	
}

.footer p {  
	font-family:'PT Sans Narrow',"Grey";
	font-size:21px;
	line-height:10px; 
	color: #FFFFFF; 
	text-align: left;
}
.footer a { 
	color:#000; 
	text-decoration:none;
}
.footer a:hover {
	color:#000; 
	text-decoration:none; 
}


.disconect{
	position:absolute;
	top:5px;
	right:5px;
	border: 2px solid #0066FF;
	font-size:10px;
}

.disconect a{
	display:block;
	width:100px;
	text-align:center;
	color: #0099FF;
	background-color: #ECF8FF;
	font-weight: bold;
	text-decoration: none;
	padding:3px;
}
.disconect a:hover{
	color: #000;
	background-color: #F9DC86;
}
.user{
	position:absolute;
	top:35px;
	right:5px;
	border: 2px solid #0066FF;
	background-color: #ECF8FF;
	color: #0099FF;
	font-size: 9px;
	padding:3px 10px;
}



.mens_pag{
	background-color:#DFE2E6;
	font-weight:normal;
}
.titulo_tabla{
	background-color:#AEDFFF;
}

.paginacion {
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
	text-align:center;
	margin:0px;
	padding:0px;
	width:100%;
	margin-right:-122px;
	float:left;
}
.paginacion a{
	font-size:12px;
	color:#333333;
	float:none;
	text-decoration:none;
}




.content td{
	border: 1px solid #FFFFFF;
	padding: 3px;
	height:25px;
}
.content table{
}
.content table a{
	color:#333333;
	text-decoration:none;
}
.content table a:hover{
	color:#333333;
	text-decoration:underline;
}


.content .est_mens_1{
	background-color:#FFFFFF;
	color: #333333;
}
.content .est_mens_2{
	background-color:#E6F4FF;
	color: #333333;
}
.content .tr_activo{
	background-color:#003E71;
	color: #FFFFFF;
}
.content .est_mens_1 td{
	padding: 1px;
	padding-top:3px;
	padding-bottom:3px;
}
.content .est_mens_2 td{
	padding: 1px;
	padding-top:3px;
	padding-bottom:3px;
}
.content .tr_activo td{
	padding: 1px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#003E71;
	color: #FFFFFF;
}
.content .tr_activo td a{
	padding: 1px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#003E71;
	color: #FFFFFF;
	text-decoration:none;
}
.content .boton{
	color: #FFFFFF;
	background-color: #006DB7;
	margin: 2px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border: 1px solid #0099FF;
	text-decoration:none;
}
.content .boton:hover{
	padding:2px 8px;
	color:#006DB7;
	background-color:#FFFFFF;
	text-decoration:none;
}

