/* CSS Document */

a:link, a:visited {  
	text-decoration: none;
	border-bottom: 1px solid #666666; 
	color: #666666;
	padding-bottom: 1px;
	}
	
a:hover, a:active {
	text-decoration: none;
	border-bottom: 1px solid #999999; 
	color: #999999;
	padding-bottom: 1px;
	}
	
body {
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
	}

#contenedor {
	width:750px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;	
	background: transparent url("img/background_01.gif") repeat-y top left;
	}

#contenido {
	width:750px;
	height: 560px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: auto;
	}

#header {
	margin: 0px 10px;
	padding-top: 20px;
	border: 0px;
	}
	
#frase {
	top: 70px;
	height: 20px;
	margin: 0px 10px;
	padding: 0px;
	background-color: #DBDBDB;
	font: 11px Verdana;
	color: #000000;
	line-height: 20px;
	}
	
#bioen, #bioes {
	float: left;
	padding: 10px 245px 20px 35px;
	text-align: left;
	font: 11px Verdana;
	color: #000000;
	background: transparent url("img/background_02.gif") repeat-y top left;
	}
		
#footer {
	height: 20px;
	margin: 0px 10px;
	background-color: #DBDBDB;
	font: 10px Verdana;
	color: #999999;
	}

#header h1 {
	float: left;
	margin: 0px;
	background: transparent url("img/h1_02.gif") no-repeat top left; 
	width: 515px; 
	height: 50px;
	}
	
#header h2 {
	float: right;
	margin: 0px;
	background: transparent url("img/h2_02.gif") no-repeat top left; 
	width: 215px; 
	height: 50px;
	}

span {
	display: none;
	}

#bioen h3, #bioes h3 {
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0px;
	border: 0px;
	width: 116px; 
	height: 17px;
	}
	
#bioen h3 {	
	background: transparent url("img/h3_en.gif") no-repeat top left;
	}

#bioes h3 {	
	background: transparent url("img/h3_es.gif") no-repeat top left;
	}
	 
.gris01, .gris02 {
	height: 20px;
	line-height: 20px;
	margin: 0px;
	}

.gris01 {
	background-color: #DBDBDB;
	padding-left: 26px;
	float: left;
	text-align: left;
	min-width: 489px;
	}

.gris02 {
	display: inline;
	float: right;
	width: 215px;
	background-color: #D1D1D1;
	text-align: center;
	}

#bioen p, #bioes p{
	margin: 0px;
	border: 0px;
	clear: left;
	padding: 0px 0px 10px 0px;
	}
