/* CSS Document */
html {
	min-width: 720px;
	height: 100%;
}

body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	color: #333333;
}

#header_area
{
	width:			702px;
	float:			left;
	margin:			0px;
	border:			0px;
	padding:		0px;
	background-color:#FFFFFF;
}

#menu_area
{	
	width:			702px;
	height:			61px; 
	float:			left;			
	margin:			0px;
	border:			0px;
	padding:		0px;
	background-color:#FFFFFF;
}

#foot_area
{
	width:			650px;
	float:			left;	
	margin:			0px;
	border:			0px;
	padding:		0px;
	background-color:#FFFFFF;
}

#foot_area p, a, ul, li, div{
    font-size: 95%;
    line-height: 80%;
	text-align: center;
}

#only_column
{
	width:			650px;
	min-height: 	200px;
	float:			left;	
	margin:			0px;
	border:			0px;
	padding:		15px 0px 15px 0px;
	background-color:#FFFFFF;	
}

#only_column p, a, li, ul, div{
    font-size: 	12px;
    line-height: 17px;
	text-align: left;
}

#only_column h1{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 200%;
    color: #003366;
    text-align: left;
}

#only_column h2{
    color: #003366;
    font-size: 130%;
    text-align: left;
}

#only_column h4, h5, h6 {
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #336699;
    text-align: left;
}

#papers_menu{ font-size: 11px; 
			  line-height: 15px; 
			  text-align: center; }
#papers_menu p{ padding-bottom: 3 px;}
#papers_menu a:link { font-size: 10px;  line-height: 15px; color: #0066CC; text-decoration: underline; text-align: center;}
#papers_menu a:visited { font-size: 10px;  line-height: 15px; color: #006699; text-decoration: underline; text-align: center;}
#papers_menu a:active { font-size: 10px;  line-height: 15px; color: #3399FF; border-bottom: none; text-align: center;}


#paper{
  font-size: 	12px; 
  line-height:  125%;
  text-align: left;
  padding-bottom: 10px;
}

#paper authors{ font-size: 	12px; }
#paper refTitle{ font-size: 95%; font-weight: bolder;  }
#paper refInfo{ font-size: 12px; font-style: italic; }

#main_column h1{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 200%;
    color: #003366;
    text-align: left;
}

#main_column h2{
    color: #003366;
    font-size: 130%;
    text-align: left;
}

#main_column h3{
	font-size: 121%;
	color: #003366;
    text-align: left;
}


#main_column h4, h5, h6 {
    font-size: 130%;
	color: #003366;
    text-align: left;
}
div.content{
	float:		left;
	width:		702px; 
	background-image: url("../BMLimages/izq_line.png"); 
	background-position:left; 
	background-repeat:repeat-y;
}
	
div.control{ 
	float:		right;
	width:		702 px;
	padding:	0px 26px 0px 26px; 
	background-image: url("../BMLimages/der_line.png"); 
	background-position:right; 
	background-repeat:repeat-y; 
}

a:link { color: #0066CC; text-decoration: underline;}
a:visited { color: #006699; text-decoration: underline;}
a:active { color: #3399FF; border-bottom: none;}

a.image:link	{ text-decoration: none; border-bottom: none;}
a.image:visited	{ text-decoration: none; border-bottom: none;}
a.image:active	{ text-decoration: none; border-bottom: none;}
a.image:hover	{ text-decoration: none; border-bottom: none;}

/* IE 5.5 box model hack para posicionar correctamente las imagenes de esquina */
* html img  { \margin-left:-.2em;  ma\rgin-left:0; }
