/* CSS Document BABC */
/*-----------------------------------------------*/	
/* Tags Inherentes html*/
*{
	padding:0;
	margin:0;
	}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/bg_html.gif) repeat-x #dfdff7;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

hr{
	color:#003399;
	background: #003399;
	}
p{
	line-height:14px;
	}
a{ 
	color:#003399;
	text-decoration:none;	
	}
a:hover{ 
	color:#003399;
	text-decoration:none;
	border-bottom:3px solid #003399;	
	}
h2{
	color:#003399;
	font-size:2em;
	}
h3{
	font-size:1.5em;
	}	
hr{
	color:#FF0000;
	background-color:#FF0000;

	}				
/* End hide from IE-mac */
	
/*-----------------------------------------------*/	
/*Structure website*/	

#wrapper{
	width:948px;
	margin:0 auto;
	background:url(images/bg_body.jpg) no-repeat top #FFFFFF;
	}
#header{
	height:69px;
	}
#container{
	width:911px;
	margin:0 auto;
	}	
#menu{
	background:url(images/bg_menu.jpg) repeat-x;
	margin:0 20px;
	height:28px;
	padding-left:34px;
	}
#content{
	margin:0 0 0 220px;
	padding:18px 42px 0 12px;
	}
#area_welcome{
	width:680px;
	margin:0 auto;
	padding:0 25px 0 42px;
	}
#sidebar{
	width:210px;
	float:left;
	margin-left:10px;
	margin-left:16px !important;
	/*background:#B6B8DE;*/
	}
#publisher{
	height:81px;
	clear:both;
	}
#footer{
	height:66px;
	background:url(images/bg_footer.jpg) repeat-x bottom;
	font-size:9px;
	color:#162893;
	font-weight:bold;
	clear:both;
	}
/*-----------------------------------------------*/	
/*Menu*/						
#menuhoriz{
   background:url(images/bg_button.gif) repeat-x;
   height:25px;
   font-weight:bold;
	}				
#menuhoriz ul li {
	 display: inline;
	 padding: 0px 9px; /*Separar el texto*/
	 margin:2px; /* Separar los botones */
     background:url(images/bg_button.gif) repeat-x;
	 color:#FFFFFF;
 	}
#menuhoriz ul li:hover {
   background: url(images/bg_menu.jpg) repeat-x;
   height:25px;
   cursor: pointer; /* cambiar el aspecto del puntero */
   }
#menuhoriz ul {
 /* Linea para delimitar la botonera */
    border-bottom-width: 1px;
	}
	
/*-----------------------------------------------*/	
/*Object site*/	
			
.red{
	color:#FF0000;
	}	
.viewarticle{
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#003399;
	}
		
.boxemail{
	width:150px;
	background:#E7E8F8;
	height:35px;
	padding-top:12px;
	}
.inputmail{
	background:#FFFFFF;
	border:#fff 1px solid;
	height:15px;
	font-size:10px;
	}		
/* Button Go Mail */

.buttons {
	.width:16px;/*Validate IE6 IE7 - take only format */
	width:19px;
	background: #003399;
	color:#FFFFFF;
	font-size:9px;
	border-style:none;
   }