BODY{
	background: #FAFAFA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #222222;
	text-align:center;
	margin:10px 0px 10px 0px;
}

#container{
	/*background: #acb2ba;*/
	text-align:left;
	width:760px;
	margin:0px auto;
	/*background-attachment:fixed;*/
	background-image:url("images/fondomenu.gif");
}

#cabecera{
	background: url("images/header.gif") no-repeat;
	width:760px;
	height:135px;
}

#pie_pagina{
	background-color: #fafafa;
	margin:0px auto;
	width:100%;
	/*height:80px;*/
	height:200px;
}

#lateral_izquierdo{
	width:200px;
	/*background:#acb2ba;*/
	background-image:url("images/fondomenu.gif");
	float:left;
	color:#FFFFFF;
	list-style:none;
}

#banderas{
    /*background:#acb2ba;*/
	float:none;
	text-align:center;
}

#menu{
	/*background:#acb2ba;*/
	float:left;
}

#menu ul{
	margin-left:1px;
	list-style-image:url(images/bullet2.gif);
	padding:2px;
	margin:2px;
	padding:1px 15px 5px 15px;
}

#menu li{
	padding: 0 0 5px 10px;
	margin:2px;
	list-style-type:none;
	background:transparent url(bullet2.gif) no-repeat 0 4px;
}

#principal{
	width:550px;
	background-color:#FFFFFF;
	float:right;
	color:#222222;
	padding-left:10px;
}

#pie_cuadro{
	width:760px;
	background-color: #010066;
	background-image: url("images/fondomenu.gif");
    background-repeat:repeat-y; 
	float:left;
	height:30px;
}

.noseve{
	visibility:hidden;
}

a.linkmenu:link{color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:12px}
a.linkmenu:visited{color:#FFFFFF; text-decoration:none;font-weight:bold; font-size:12px}
a.linkmenu:active{color:#FFFFFF; text-decoration:none;font-weight:bold; font-size:12px}
a.linkmenu:hover{color:#CCCCCC; text-decoration:underline;font-weight:bold; font-size:12px}

a:link{color:#3e85c7; text-decoration:none;}
a:visited{color:#3e85c7; text-decoration:none;}
a:active{color:#3e85c7; text-decoration:none;}
a:hover{color:#777777; text-decoration:underline;}

p.left{text-align:justify; padding-right:10px;}
p.center{text-align:center;}

h1{font-size:14px; font-weight:bold; text-decoration:underline}
h2{font-size:13px; font-weight:bold; color:#CC0000}
h3{font-size:13px; font-weight:bold}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

table {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #444444;
}

thead th{
	background: #acb2ba;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	height: 30px;
	text-align: center;
	/*
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	*/
}
tbody td{
	font-size: 12px;
	background: #FAFAFA;
	color: #444444;
	/*border: 1px solid #444444;*/
	padding-left: 3px;
	height: 30px;
}
tbody th{
	font-size: 12px;
	background-color: #AAAAAA;
	color: #444444;
	/*border: 1px solid #444444;*/
	padding-left: 3px;
	height: 30px;
}

.boton { 
	height:30px; 
	margin-bottom:auto;  
	text-align:center;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;   
	background-color: #444444; 
	color: #FFFFFF; 
} 

