/* CSS Document */

html {
	 width: 100%;
	 height: 100%;
}
body {
    background: url(../img/fondo.png) repeat-x ;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#294f88;
}
a:hover{
	display:block;
	text-decoration:none;
	color:#095166;
	
}
a {
	display:block;
	text-decoration:none;
	color:#0e87ac;
	
}
.label_{
    text-align: right;
    
}

.titulo1{
    top:0px;
    text-align: right;
}
#contenido,#contenido_main{
	position:fixed;
 	background: url(../img/bg.png)   repeat-x ;
	background-color:#ebf3f5;
	top:192px;
	height:90% ; 
	/*height:400px;*/
	width:787px;
	left:50.1%;
    text-align: justify !important;
	margin-left:-386px;
	margin-right: auto; 
	z-index:1;
	border:thick #FFFFFF;
	padding:4px;
	font-size:12px;
	overflow:auto;
}
#contenido_main{
    	top:192px !important;
        background-color:#000 !important;
}
#updateie{
	top:5px;
	position:absolute;
	height:166px;
	width:770px;
	left:50%;
	font-size:18px;
    font-weight: bold;
	margin-left:-385px;
	color:#FFFFFF;
	text-align:center;
}
#title_page{
    font-size: 1.8em;
    margin: 5px 5px 5px 0px;
    background-image:url('../img/line.png');
    background-repeat:repeat-x;
    background-position:left bottom;
        
}
#session_user{
	position:relative;
	top:0px;
	width:300px;
	text-align:right !important;
	float:right !important;
	padding-top:-1px;
	padding-right:7px; 
    
}

#setlenguaje_en, #setlenguaje_es{
	/*top:15px;*/
    margin:14px;
    height: 20px;
    left: 5px;
	text-align: right !important;
	float:right !important;
    font-size:13px !important;
    z-index: 9999999999999;
    padding-left:32px; 
}
#setlenguaje_en{
	background: url(../img/flags/usa1.png) no-repeat transparent ;
    background-position: left center ;
}
#setlenguaje_es{
	background: url(../img/flags/spain1.png) no-repeat transparent ;
    background-position: left center ;
}
#alenguaje:hover{
	display:block;
	text-decoration:none;
	color: #E1E1E1;
	
}
#alenguaje{
	display:block;
	text-decoration:none;
	color: white;
	
}
#p_t{       
    position: absolute;
    top: 210px!important;
    text-align: justify;
    width:430px;
    height: 38%;
    font-size: 14px !important;

}

#column_left {
    width:390px;
    height:20px;
    float:left !important;
    text-align: center !important;
}
#column_right {
    width:390px;
    height:20px;
    text-align: center !important;
    float:right !important;
}

#slogan{
    font-family: Arial;
    position: absolute;
    color: white;
    left: 128px;
    top: 70px;
    font-size: 12px;
    width: 220px;
}