﻿
* html #wrapper #wrappercontent #central {
	height: 410px;
}

body {
	background: #fff;
	font: 8pt "Trebuchet MS", Verdana, Sans, Arial, Sans-Serif;
	color: #006C84; /*#0093b0;*/
	margin: 0px;
	text-align: center;
}

/* Layout */

#contenedor {
	margin-top:50px;
	width: 823px;
	text-align: left;
	margin: auto;
	border-top: none;
}


#cabecera {
	margin-top:35px;
	background: url(../img/cabecera-innoayudas.png) no-repeat top left;
	width: 821px;
	height: 122px;
}
#logoHEI 
{
	float: left; 
	width: 120px; 
	height: 100px; 
	margin: 15px 0 0 20px; 
	padding: 0; 
	cursor: pointer; 
}
#bordercabecera{
	width: 821px; 
	height: 20px;  
	background-image:url(../img/fondo_cuerpo.jpg); 
	margin-top:-5px;
}


#wrapper{
	background: rgb(255, 255, 255) none repeat scroll 0%; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;
	background: #fff;
	width: 811px;
}  
#cuerpo {
	background: url(../img/fondo_cuerpo.jpg) ;
	width: 821px;
	margin-top: -20px;
}
#interiorcuerpo{
	padding: 10px 20px 5px 20px; 
	}

#pie {
	background: url(../img/pie.jpg) no-repeat ;
	width: 821px;
	clear: both;
	text-align: center;
	height: 16px;
}
#pie p {
	color: #fff;
	padding: 4px 0px 0px 0px;
	margin: 0px;
}
#col_izq {width:200px; float:left;}
#col_centro{margin-left:20px; width:360px; float:left;}
#col_drch{margin-left:20px; width:180px;  float:left;}





strong {
	font-weight: bold;
}


a:link {
	color: #336699;
}

a:visited {
	color: #336699;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;

}

a:active {
	color: #fcb131;
	text-decoration: underline;
}

img {
	border: 0px;
}

#navegacion ul {
	list-style: none;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

#navegacion ul li {
	float: right;
	margin-top: 100px;
	line-height: 17px;
	
}

.menu li a:link 
{
	padding: 2px 8px 2px 8px;
	text-transform: uppercase;
	color: #fff;
	height: 20px;
	border-left: 1px solid #047890;
	text-decoration: none;
}

.menu li a:visited 
{
	padding: 2px 8px 2px 8px;
	text-transform: uppercase;
	color: #fff;
	height: 20px;
	border-left: 1px solid #047890;
	text-decoration: none;
}
