@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	visibility: inherit;
	font-family: "Trebuchet MS", Tahoma, "Lucida Sans", "Lucida Sans Unicode";
	background-image: url(../images/bg_body.png);
	background-repeat:  repeat-x;
	background-position: left top;
	background-attachment: fixed;
}

/* contenedor general */
#main-content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 1000px;
}
/* div izquierdo */
#main-left {
	float: left;
	padding: 20px 20px 0px;
	margin: 530px 0px 0px;
	height: auto;
	width: 160px;
	background-image: url(../images/bg_main_left.png);
	background-repeat: repeat;
	position: fixed;

}
/* div txt */
#main-txt {
	float: right;
	padding: 30px;
	margin: 530px 0px 0px;
	height: auto;
	width: 700px;
	background-image: url(../images/bg_content.png);
	background-repeat:  repeat-x;
}
/* div banners */
#main-banners {
	float: left;
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 1000px;
}
/* div imagenes en rotador */
#main-images {
	padding: 0px;
	height: 600px;
	width: 1200px;
	z-index: -1;
	overflow: hidden;
	margin-top: 53px;
	margin-left: -600px;
	vertical-align: middle;
	position: fixed;
	left: 50%;
	top: 0px;
}
/* css del rotador de imagenes-nivo */
#slider {
	margin: 0px;
	padding: 0px;
}
.nivoSlider {
	position: relative; 
	margin: 0px; 
	min-height: 600px; 
	background: url(../images/load.gif) no-repeat 50% 45%; 
}
.nivoSlider IMG {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
}
#logoCuna {
	padding: 0px;
	width: 260px;
	height: 180px;
	margin: 0px 0px 0px -530px;
	position: fixed;
	z-index: 120;
	top: 0px;
	left: 50%;
}
/* div de la cabecera */
#header {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 60px;
	background-attachment: fixed;
	background-repeat:  repeat;
	position: fixed;
	z-index: 100;
	top: 0px;
	right: 0px;
	overflow: hidden;
	background-image: url(../images/bg_header.png);
}
#header #top {
	padding: 0px;
	margin: 0px auto;
	width: 1000px;
	overflow: hidden;
	height: 80px;
}
/* div del menu principal */
#header #menu {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 60px;
}
#header #menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#header #menu li {
	padding: 0px;
	margin: 0px 0px 0px 2px;
	display: inline;
	text-decoration: none;
	float: left;

}
/* botones en reposo */
#header #menu a:link,
#header #menu a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 17px;
	float: left;
	margin: 0px;
	padding-bottom: 0px;
	padding-right: 22px;
	padding-left: 23px;
	height: 33px;
}
/* modo sobre el boton */
#header #menu a:hover,
#header #menu a:active{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 17px;
	float: left;
	margin: 0px;
	padding-bottom: 0px;
	padding-right: 22px;
	padding-left: 23px;
	height: 33px;
}
/* botones activados */
#header #menu .selected a:hover,
#header #menu .selected a:active,
#header #menu .selected a:link,
#header #menu .selected a:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 17px;
	float: left;
	margin: 0px;
	padding-bottom: 0px;
	padding-right: 22px;
	padding-left: 23px;
	height: 43px;
	background-image: url(../images/bg_buts.png);
	background-repeat:   repeat-x;
	text-align: center;
}
#header #menu .nav a span {
	cursor:pointer;
}
/* en caso de que tenga un submenu o menu aux */
#submenu {
	float: left;
}
#submenu ul {
	list-style-type: none;
	margin: 0px 0px 20px;
	padding: 0px;
	clear: left;
}
#submenu li {
	margin: 0px 0px 3px;
	padding: 0px;
	clear: left;
}
#submenu .space {
	margin: 0px 0px 24px;
	padding: 0px 0px 5px;
	float: left;
	width: 250px;
	font-size: 13px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#submenu .float {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 230px;
}
#submenu h2 {
	color: #FFFFFF;
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	clear: ambos;
	text-transform: uppercase;

}
#submenu p {
	padding: 0px;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	float: left;
	width: 250px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* botones en reposo */
#submenu a:link,
#submenu a:visited {
	font-size: 12px;
	color: #8DA921;
	text-decoration: none;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 180px;
	margin-bottom: 3px;
	text-transform: uppercase;

}
/* modo sobre el boton */
#submenu a:hover,
#submenu a:active {
	color: #B5D630;
	text-decoration: none;
	font-weight: bold;
}
/* botones activados */
#submenu .selected a:hover,
#submenu .selected a:active,
#submenu .selected a:link,
#submenu .selected a:visited {
	color: #BFDC4B;
	text-decoration: none;
	font-weight: bold;
}
/* contenedor de textos */
#content {
	width: 700px;
	float: left;
	padding: 0px;
	height: auto;
	margin: 0px;
}
#content h1 {
	color: #FFFFFF;
	margin: 0px 0px 15px;
	padding: 6px 10px;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	float: left;
	width: 680px;
	text-transform: uppercase;
	background-image: url(../images/bg_title.png);
	background-repeat: repeat;
	list-style-position: outside;
	list-style-type: decimal;
}
#content h2 {
	color: #9BB924;
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#content h3 {
	color: #CCCCCC;
	margin: 0px 0px 3px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	clear: ambos;
}
#content h4 {
	color: #C8C8C8;
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#content p {
	font-size: 13px;
	color: #BBBBBB;
	text-align: justify;
	line-height: 19px;
	margin: 5px 0px 15px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
}
#content b {
	font-size: 13px;
	color: #CCCCCC;
	text-align: justify;
	line-height: 21px;
	margin: 0px 0px 10px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
}
#content ol {
	list-style-type: none;
	padding: 10px;
	margin: 10px 0px;
	float: left;
	background-color: #e9e9e9;
	width: 690px;
	border: 1px dotted #999999;
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#content li {
	padding: 0px;
}
#content .list {
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 660px;
	float: left;
	list-style-type: none;
}
#content .space {
	float: left;
	margin-right: 20px;
	padding: 0px;
	width: 346px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#content .float {
	float: left;
	padding: 0px;
	width: 346px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#content #listProyectos {
	margin-right: 0px;
	padding: 20px 0px 0px;
	width: 700px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B3B4A7;
	float: left;
}
#content .imgPeq {
	float: left;
	margin-right: 20px;
	padding: 0px;
	width: 300px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #CDCEC6;
	height: 150px;
}
#content .imgMed {
	padding: 0px;
	width: 150px;
	background-color: #333333;
	height: 110px;
	margin: 0px;
}
#content .imgGra {
	float: left;
	margin-right: 20px;
	padding: 0px;
	width: 400px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #333333;
	height: 280px;
}
#content .imgSpace {
	float: left;
	margin-right: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#content .imgFloat {
	float: left;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* botones en reposo */
#content a:link,
#content a:visited {
	color: #CCCCCC;
	list-style-type: none;
	text-decoration: underline;
	font-weight: normal;
	font-size: 13px;
}
/* modo sobre el boton */
#content a:hover,
#content a:active {
	color: #EEEEEE;
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}

/* div de formularios*/
#banner {
	width: 720px;
	float: right;
	padding: 0px;
	height: auto;
	margin: 690px 40px 0px 0px;
}
#banner h2 {
	color: #C3C3C3;
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#banner p {
	font-size: 13px;
	color: #999999;
	text-align: justify;
	line-height: 19px;
	margin: 0px 0px 3px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	clear: left;
}
#banner ul {
	list-style-type: none;
	margin: 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
	width: 640px;
}
#banner li {
	display: inline;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 280px;
}
/* botones en reposo */
#banner a:link,
#banner a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #CC0000;
}
/* modo sobre el boton */
#banner a:hover,
#banner a:active{
	font-weight: normal;
	color: #E10000;
	text-decoration: none;
}
/* div de pie de pagina */
#footer {
	padding: 20px 0px;
	width: 760px;
	margin-top: 20px;
	margin-left: 0px;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
}
/* contenedor del pie cuando el footer esta al 100% */
#footer #cont {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	width: 680px;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 700px;
}
#footer ol {
	list-style-type: none;
	margin: 70px 0px 0px;
	padding: 0px;
	float: right;
	width: 150px;
	background-image: url(../images/ico_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer li {
	list-style-type: none;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	float: left;
	background-image: url(../images/menu-footer_spacer.png);
	background-repeat: no-repeat;
	background-position: right 50%;
}
#footer p {
	padding: 0px;
	margin: 0px;
}
/* botones en reposo */
#footer a:link,
#footer a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	font-size: 12px;
}
/* modo sobre el boton */
#footer a:hover,
#footer a:active{
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}
/* css de titulos auxiliares */
.tituloH1 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	line-height: 19px;
	float: left;
	width: 620px;
	margin-bottom: 20px;
}
/* css de titulos auxiliares */
.tituloH2 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
}
/* css para darle contorno a las imagenes */
.contorno1 {
	padding: 0px;
	margin: 0px 0px 15px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	background-image: url(../images/load.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: right;
	width: 712px;
}
