@charset "utf-8";
/* CSS Document */

body{
margin:10;
padding:0;
line-height: 1.5em;
background-color:#161616;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 900px; /*Width of main container   840px*/
margin: 0 auto; /*Center container on page*/
background-color:#FFFFFF;
}

#topsection{
background: #FFFFFF;
height: 310px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 337px 0 0; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 0; /*Width of left column in pixel*/
margin-left: -900px; /*Set margin to that of -(MainContainerWidth)*/
background: #C8FC98;
}

#rightcolumn{
float: left;
width: 337px; /*Width of right column*/
margin-left: -337px; /*Set left margin to -(RightColumnWidth)*/
background: #FFFFFF;
}

#footer{
clear: left;
width: 100%;
background: #161616;
color:#FFFFFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

#div_espaciador{
width:100%;
height:10px;
}

.innertube{
margin-left: 50px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-right: 50px;
margin-top: 0;
margin-bottom: 10px;
}

.tabla_menu{
width:100%;
border:0;
height:30px;
}

.item_menu{
font-family:Arial;
font-size:14px;
letter-spacing:1px;
font-weight:bold;
color:#FFFFFF;
background-color:#000000;
text-align:center;
width:13%;
}

.item_separator{
font-family:Arial;
font-size:14px;
font-stretch:semi-expanded;
font-weight:bold;
color:#FFFFFF;
background-color:#000000;
text-align:center;
}

.principal_titulo{
font-family:Arial;
font-size:22px;
font-weight:bold;
color:#000000;
}

.principal_texto{
font-family:Arial;
font-size:12px;
color:#000000;
text-align:justify;
line-height:20px;
}

.firma{
font-family:Arial;
font-size:14px;
color:#333333;
text-align:right;
}

.tabla_menu_bajo{
width:100%;
border:0;
}

.item_menu_bajo{
font-family:Arial;
font-size:9px;
letter-spacing:1px;
font-weight:bold;
color:#FFFFFF;
background-color:#161616;
text-align:center;
}

.item_separator_bajo{
font-family:Arial;
font-size:10px;
font-stretch:semi-expanded;
font-weight:bold;
color:#FFFFFF;
background-color:#161616;
text-align:center;
}

A.link{ text-decoration: none; color:#000000;}
	A:hover.link{ text-decoration: underline; color: #666666;}
	
A.mail{ text-decoration: none; color:#666666;}
	A:hover.mail{ text-decoration: underline; color: #666666;}

.cerrar_derecha{
text-align:right;
}

.fadebox {
display: none;
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.overbox {
display: none;
position: absolute;
top: 55%;
left: 25%;
width: 50%;
height: 40%;
z-index:1002;
overflow: auto;
background-color:#FFFFFF;
vertical-align:middle;
}
.border_overbox {
display: none;
position: absolute;
top: 53%;
left: 24%;
width: 52%;
height: 44%;
z-index:1002;
overflow: auto;
background-color:#999999;
vertical-align:middle;
}

.noticias{
font-family:Arial;
font-size:28px;
font-weight:bold;
color:#000000;
line-height:15px;
}

.siguenos{
font-family:Arial;
font-size:16px;
font-weight:bold;
color:#2BCBFF;
}
