nav {
	DISPLAY: block
}

BODY {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
HTML {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	OUTLINE-STYLE: none;
	OUTLINE-COLOR: invert;
	PADDING-LEFT: 0px;
	OUTLINE-WIDTH: 0px;
	PADDING-RIGHT: 0px;
	HEIGHT: 100%;
	FONT-SIZE: 100%;
	VERTICAL-ALIGN: top;
	PADDING-TOP: 0px;
	background-attachment: scroll;
	background-color: #FFFFB0;
	background-image: url(../img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
img {
	border:none;
}
A {
	OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: medium; COLOR: #51c1d3
}
A:hover {
	TEXT-DECORATION: none
}

.clear {
	LINE-HEIGHT: 0%; HEIGHT: 0px; CLEAR: both; FONT-SIZE: 0%
}

/*Parrilla de contenido*/
.grid {}
 .grid .row {}
 .grid .row .cell { float:left; _zoom:1; }
 
 
 .grid .row.r1 .cell { float:none; }
 .grid .row.r2 .cell { width:50%; }
 .grid .row.r3 .cell { width:33.2%; }
 .grid .row.r4 .cell { width:25%; }
 .grid .row.r5 .cell { width:20%; }
 .grid .row.r6 .cell { width:16.6%; }
 .grid .row.r7 .cell { width:14.2%; }
 .grid .row.r8 .cell { width:12.5%; }
 .grid .row.r9 .cell { width:11.1%; }
 .grid .row.r10 .cell { width:10%; }
 
.grid .row, .grid .row .cell.last { overflow: hidden; _overflow:visible; _zoom:1; }
 .grid .row .cell.last { float:none; _position:relative; width:auto; }
 

.grid .row img{
	float:right;
	margin: 5px;
}
.grid .row .cell .modulo{
	
background-color: #FFF;
	margin: 4px;
	padding: 4px;
}
.grid .row .cell .footer{
	background-color: #ccc;
	margin: 3px;
	height: 100%;
	padding: 3px;
	text-align: center;
}
 
 /*Contenido*/
 #contenido  {
	position: absolute;
	width:800px;
	height:600px;
	margin-left:-400px;
	margin-top:-300px;
	left:50%;
	top:50%;
	overflow: visible;

}
 
#contenido #cabecera {
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	height: 220px;
	background-position: center bottom;
	clear: none;
	overflow: visible;
}
#contenido #menu {
	position: relative;
	float: right;
	width: 132px;
	height: 300px;
	padding-right: 12px;
}
#contenido #menu li {
	list-style-type: none;
	text-align: right;
}
#contenido a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
#contenido a:hover {
	text-decoration: underline;
}

#contenido #texto {
	text-align: center;
	font-weight: bold;
	float: none;
}
#contenido #texto h1 {
	font-size: 30px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#contenido .notalegal {
	text-align: center;
	height: 340px;
	background-image: url(../img/fondoNota.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 14px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	position: relative;
}
#contenido .notalegal .cerrar {
	text-align: right;
	padding-top: 4px;
	padding-right: 140px;
}


#footer {
	font-size: 12px;
	font-weight: bold;
	bottom: 0px;
	position: absolute;
	width: 100%;
	left: 0px;
	text-align: center;
	color: #666666;
	height: 22px;
}
#colDerecha {
	background-image: url(../img/boli.jpg);
	background-repeat: no-repeat;
	background-position: 20px -74px;
	height: 302px;
	width: 300px;
	clear: none;
	overflow: visible;
}

#footer a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
#footer a:hover {
	text-decoration: underline;
}
#menuDerecho {
	float: left;
	width: 200px;
	padding-top: 25px;
	padding-left: 20px;
}
#contenido #menuDerecho  UL  LI {
	list-style-type: none;
}
#contenido #menuDerecho  UL  LI a{
display:block;
}
#contenido #menuDerecho  UL  LI  UL{
	list-style-type: none;
	position: relative;
	padding-left: 25px;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	line-height: 21px;
}
#contenido #menuDerecho  UL  LI  UL LI a{
	color: #000000;

}
.pie2 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #666666;
}
.nombreMail {
	color: #000000;
}
#contenido .notalegal .textNota {
	padding-right: 130px;
	padding-left: 130px;
}
#contenido  #textoPerfil  .nombre{
	font-size: 28px;
	font-weight: bold;
}
#contenido  #textoPerfil strong{
	color: #666666;
}
#contenido #textoPerfil {
	text-align: center;
	float: none;
	padding-right: 0px;
	padding-top: 8px;
	font-size: 14px;
}
#contenido #textoPerfil img{
box-shadow: 1px 1px 15px rgba(0,0,0,.5);

}
