@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-no-rotator.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: 220px 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: 100px 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;
}
#logoCuna {
	padding: 0px;
	width: 280px;
	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;
}
#header #logo {
	padding: 0px;
	width: 220px;
	height: 180px;
	margin: 0px;
	position: fixed;
	z-index: 101;
	top: 0px;
}
/* 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;
}
#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;
}
/* botones activados */
#submenu .selected a:hover,
#submenu .selected a:active,
#submenu .selected a:link,
#submenu .selected a:visited {
	color: #C0DC52;
	text-decoration: none;
}
/* 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: #EEEEEE;
	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: #666666;
	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 .listPDF {
	margin-right: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	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 #separador {
	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 #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: #3C3C3C;
	float: left;
}
#content .imgPeq {
	float: left;
	margin-right: 20px;
	padding: 0px;
	width: 300px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #333333;
	height: 150px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;

}
#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: #FFFFFF;
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}
/* modo sobre el boton */
#content a:hover,
#content a:active {
	color: #D2D2D2;
	list-style-type: none;
	text-decoration: underline;
	font-weight: normal;
	font-size: 13px;
}

/* div de formularios*/
#form {
	width: 700px;
	float: left;
	padding: 0px;
	height: auto;
	margin: 0px;
}
#form 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;
}
#form h2 {
	color: #9BB924;
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#form h3 {
	color: #CCCCCC;
	margin: 0px 0px 3px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	clear: ambos;
}
#form p {
	font-size: 13px;
	color: #BBBBBB;
	text-align: justify;
	line-height: 19px;
	margin: 0px 0px 3px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	clear: left;
}
#form b {
	font-size: 13px;
	color: #CCCCCC;
	text-align: justify;
	line-height: 19px;
	margin: 0px 0px 3px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	float: left;
	width: 640px;
}
#form ul {
	list-style-type: none;
	margin: 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
	width: 640px;
}
#form li {
	display: inline;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 280px;
}
#form ol {
	list-style-type: none;
	margin: 0px 0px 50px;
	padding: 0px;
	display: inline;
	float: left;
}
/* botones en reposo */
#form a:link,
#form a:visited {
	color: #BBBBBB;
	list-style-type: none;
	text-decoration: underline;
	font-weight: normal;
	font-size: 13px;
}
/* modo sobre el boton */
#form a:hover,
#form a:active {
	color: #FFFFFF;
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}
/* css para los campos del formulario */
/* campos generales */
.txtForm {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	width: 320px;
	border: none;
	background: transparent url(../images/bg_title.png) repeat;
	padding: 3px;

}
/* campos generales en un tamao reducido*/
.txtFormSub {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	width: 100px;
	border: none;
	background: transparent url(../images/bg_title.png) repeat;
	padding: 3px;
}
/* campos generales en un tamao reducido*/
.txtFormMin {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	width: 83px;
	border: none;
	background: transparent url(../images/bg_title.png) repeat;
	padding: 3px;
}
/* campo de area de escritura*/
.areaForm {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	width: 680px;
	height: 200px;
	border: none;
	background: transparent url(../images/bg_title.png) repeat;
	padding: 3px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;

}
/* campo de menu de salto*/
.selectForm {
	font-size: 13px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	width: 200px;
	border: none;
	background: transparent url(../images/bg_title.png);
	padding: 3px;
}
.selectMenu {
	font-size: 13px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	width: 220px;
	border: none;
	background: transparent url(../images/bg_title.png);
	padding: 3px;
}
/* css para los botones de los formularios*/
.boton {
	font-size: 13px;
	color: #222222;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	margin: 0px;
	border: none;
	background-color: #99B529;
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 15px;
}
/* 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 */
.lineaFinal {
	float: left;
	padding: 0px;
	border-bottom: 1px dotted #999999;
	margin: 15px 0px 0px;
	width: 712px;
}
/* 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;
}
.contorno2 {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
