@charset "UTF-8";
body {
	font: 100% Verdana,Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #313D44;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(img/pagebg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}


#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #6A8595;
	border-bottom: none;
	border-top: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


a:link, a:visited {
color: #F58501;
text-decoration: none;
font-weight: bold;
}


a:hover {
text-decoration: underline;
}


#header {
height: 140px;
width: 100%;
/*background-image: url(img/headerbg.jpg);*/

}

#header #logo{
width: 190px;
height: 124px;
float:left;
margin: 10px 0 0 20px;

}

#header #logo h1{
width: 169px;
height: 124px;
margin: 0;
padding: 0;
}

#header #logo h1 a{
display: block;
text-indent: -3000px;
width: 150px;
height: 116px;
background-image:url(img/logo.jpg);
margin: -5px 0 0 24px;
}

#header #rightlogos {
	width: auto;
	height: auto;
	float: right;
	margin: 5px 30px 0 0;
}



#menu {
height: 38px;
width: 100%;
background-image: url(img/menugb.gif);
text-align: center;
}


#splash {
background-color: #72C044;
height: 244px;
clear: both;
}

#content {
min-height: 200px;
background-color: #FFFFFF;
padding: 0 40px 0 40px;
font-size: 10px;
display: table;
color: #666666;
text-align: justify;
margin: 0 !important;
margin: -10px 0 0 0;
}

#content-foot {
width: 906px;
height: 60px;
margin: auto;
background-image: url(img/content-foot.jpg);
background-position: 1px 0;
}


#footer {
margin: 10px 0 30px 0;
font-size: 11px;
color: #FFFFFF;
line-height:20px;
}

#footer a {
color: #FFFFFF;
text-decoration:none;
font-weight: normal;
}

#footer a:hover {
color:#FFFF99;
text-decoration: underline;


}



#footer ul {
margin: 0;
padding: 0;
list-style: none;
width: 700px;
margin: auto;
}

#footer ul li{
display: inline;
margin-right: 6px !important;
margin-right: 10px;
}






/*--columnas del home--*/

#hometable {
width: 100% !important;
width: 820px;
padding: 5px 0 0 0 ;
/*border: solid 1px #000000;*/
}

#hometable .column {
width: 238px !important;
width: 228px;
float: left;
/*border: solid 1px #CCCCCC;*/
margin: 0 34px 20px 0;
}


#hometable .column img {
margin: 0 8px 6px 0;
}

#hometable .column .segment{
clear: both;
}

#hometable .column div#segment-instituciones{
margin-top: 40px;
}



#hometable h2 {
height: 32px;
margin: 0 0 10px 0;
background-image: url(img/home-h2.gif);
text-indent: -2000px;
}

#hometable h2#h2-informacion-mipymes {
background-position: 0 1px;
width: 125px;
}



#hometable h2#h2-informacion-instituciones {
background-position: -232px 0;
width: 184px;
}

#hometable h2#h2-perfil-proyecto {
background-position: -126px 0;
width: 106px;
}


#hometable h2#h2-descargas {
background-position: -418px 0;
width: 145px;
}


ul#perfil-home, ul#descargas-home {
margin: 0 0 15px 0; 
padding: 0;
list-style: none;
}

ul#perfil-home li, ul#descargas-home li {
border-bottom: dotted 1px #CCCCCC;
padding: 12px 0 12px 0;
}


ul#descargas-home li {
background-image: url(img/icon-pdf.gif);
background-repeat: no-repeat;
background-position: left center;
padding: 14px 0 12px 32px;
}

ul#descargas-home li a {
display: block;
width:100%;
text-align: left;
padding: 0 0 6px 0;
}


/*----Interiores----*/

ul#descargas-int {
margin: 0 ; 
padding: 0;
list-style: none;


}


ul#descargas-int li {
background-image: url(img/icon-pdf.gif);
background-repeat: no-repeat;
background-position: left center;
padding: 14px 0 12px 32px;

border-bottom: dotted 1px #CCCCCC;
margin: 0 0 10px 0;
}

ul#descargas-int li a {
display: block;
width:100%;
text-align: left;
padding: 0 0 6px 0;
color:#666;
text-decoration:underline;
font-size:12px;
font-weight:normal;
}

ul#descargas-int li a:hover {
color:#3DAD00;
}


ul#descargas-int li.word {
background-image: url(img/icon-word.gif);
}


ul#descargas-int li.excel {
background-image: url(img/icon-excel.gif);
}


ul#links-int {
margin: 0 ; 
padding: 0;
list-style: none;

}


ul#links-int li {
background-image: url(img/icon_links.png);
background-repeat: no-repeat;
background-position: left center;
padding: 14px 0 12px 32px;
list-style: none;
border-bottom: dotted 1px #CCCCCC;
margin: 0 0 10px 0;
}

ul#links-int li a {

width:100%;
text-align: left;
padding: 0 0 6px 0;
color:#666;
text-decoration:underline;
font-size:12px;
font-weight:normal;
}

ul#links-int li a:hover {
color:#3DAD00;
}



#splash-interiores {
background-color: #72C044;
height: 168px;
clear: both;
}


#content-interiores {
min-height: 200px;
background-color: #FFFFFF;
padding: 0 40px 0 40px;
width: 820px;
font-size: 10px;
display: table;
color: #666666;
text-align: justify;
margin: 0 !important;
margin: -5px 0 0 0;
/*border: solid 1px #000000;*/
}



#content-interiores div#maincontent-interiores {
/*border: solid 1px #000000;*/
float: right;
width: 530px;
min-height: 340px;
display: inline;
clear: right;
font-size: 12px;
line-height: 20px;
}

#content-interiores div#maincontent-interior {
/*border: solid 1px #000000;*/
width: 800px;
min-height: 340px;

position: relative;
clear: right;
font-size: 12px;
line-height: 20px;
}

#content-interiores div#maincontent-interior h2 {
color: #F58501;
font-size: 27px;
font-weight: normal;
margin: 0 0 24px 0;
line-height:30px;
}


#content-root {
font-size: 9px;
color: #999999;
margin: 0 0 10px 0;
}

#content-root a {
font-weight: bold;
color: #999;
text-decoration: none;
}


#content-interiores div#maincontent-interiores h2 {
color: #F58501;
font-size: 27px;
font-weight: normal;
margin: 0 0 24px 0;
line-height:30px;
}



#content-interiores div#maincontent-interiores h3 {
	color:#3DAD00;
	font-size:14px;
	border-bottom-color:#E1E1E1;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding:0 0 10px 0;
}


#sidebar-interiores {
float: left;
width: 232px;
}


#sidebar-interiores h3 {

	padding: 33px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
    height: 0px !important;
    height /**/:33px;
	margin: 0;
	width: 232px;
}


#sidebar-interiores h3#submenu-acerca {
background-image: url(img/submenu_acerca.gif);
}

#sidebar-interiores h3#submenu-mipymes {
background-image: url(img/submenu_mipymes.gif);
}


#sidebar-interiores h3#submenu-ifis {
background-image: url(img/submenu_ifis.gif);
}


#sidebar-interiores h3#submenu-descargas {
background-image: url(img/submenu_descargas.gif);
}

#sidebar-interiores h3#submenu-enlaces {
background-image: url(img/submenu_enlaces.gif);
}



#sidebar-interiores ul {
background-color: #EDF0F3;
margin: 0;
padding: 10px 0 20px 0;
list-style: none;
border: solid 1px #CCCCCC;
}


#sidebar-interiores ul li {
width: 198px;
height: 37px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background-image: url(img/submenu_itembg.gif);
background-position: bottom left;
background-repeat:no-repeat;
margin: auto;
}

#sidebar-interiores ul li.larger {
height: 70px;
}



#sidebar-interiores ul li a{
font-weight: normal;
color: #666;
display: block;
height: 25px;
padding: 11px 0 0 20px;
text-decoration: none;
}

#sidebar-interiores ul li a:hover {
text-decoration: underline;
}

#boton-herramienta-sidebar {
position: relative;
top: 20px;
}

#boton-herramienta-sidebar a {
width: 234px;
height: 57px;
display: block;
background-image: url(img/submenu_button_herramientainteractiva.png);
}

#boton-herramienta-sidebar a span{
	display: none;
}




#boton-calculo-sidebar a {
width: 234px;
height: 57px;
display: block;
background-image: url(img/submenu_button_calculo_cuotas.png);
margin-top:40px;
margin-bottom:10px;
}

#boton-calculo-sidebar a span{
display: none;
}



.white-for-tables{
color:#FFFFFF;
font-size:10px;
font-weight:bold;
}

.gray-for-tables{
color:#333;
font-size:10px;
font-weight:bold;


}

#content-all{
clear:both;
width: 100%;
display: block;
font-size: 12px;
line-height: 20px;


}



#content-all h2 {
color: #F58501;
font-size: 27px;
font-weight: normal;
margin: 0 0 24px 0;
line-height:30px;
}




/*=FORMS
=== === === === === === === === === === */


#contact-form{
  width: 550px;
  margin: 10px 0 0 0;
    
}





#contact-form label{
	font-size:12px;
	font-weight:bold;
	width:100px;
	margin: 0 20px 0 0;

}

#contact-form input{
	display:block;
	width:300px;
	height:30px;
	border: solid 1px #CCCCCC;
	background-image: url(img/textfield-bg.gif);
	font-size: 14px;
	color: #333;
	margin: 10px 0 10px 0;
}
	
