/* Remove padding and margin */
* {
    margin: 0;
    padding: 0;
    border: 0;
}

body{
    font-family: "Verdana", "Arial", Tahoma, Verdana, sans-serif;
    background: #ffffff;
    color: #000000;    
    text-align:center;
}

/* Classes for floatings*/

.right{
    float: right;
}
.bottom{
    float: bottom;
}
.left{
    float: left;
}
.none{
	float:none;
	
}
.none_pie{
	float:none;
	clear:both;
	
}
h3{
    font-size: 18px;
	padding:7px 0px;
	line-height:1;
}     
p{
	font-family:Arial;
    font-size: 11px;   
	padding:5px 0px;
	color: #000000; 
} 

#content a{
	font-family:Arial;
    font-size: 11px; 
	color:#666666;
}


/*========================== >> CONTENT  << =========================*/

#wrapper{ 
	background:url("/img/Eduardo_Losilla_header.png") no-repeat;
    width:1000px; 
	height:700px;
    text-align:left;  
    margin-left:auto; 
    margin-right:auto; 
}

#top{
	width:100%; 
	height:495px;
}

#top_left{
	margin:206px 0 0 29px;
	display:inline;
}
#cuerpo_top_left{
	margin:-200px 0 0 0px;
}

#top_right_inner{
	margin:170px 76px 0 0px;
}
#pie{
    margin:150px;
    float:none;
	clear:both;
	
}
#pie a{
	font-family:Arial, Verdana;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
#pie a:hover {
	color:#ff0000;
}
#top_right_inner ul li{
	list-style: none;
	display:block;
	width:160px;
	margin:0;
	padding:1px 0px;
	_padding:3px 0px;
}

#top_right_inner ul li a{
	font-family:Arial, Verdana;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

#top_right_mail{
	margin:40px 0px 0 0px;
	padding-right:55px;
	_padding-right:45px;
	text-align:right;
}

#content{
	width:100%;
	height:100%;
	font-family:Arial;
}

#left{
	width:209px;
	height:100%;
	padding:0px 18px 0px 40px;
}

#middle{
	width:209px;
	height:100%;
	padding:0px 18px 0px 10px;
}
#cuerpo{
	width:650px;
	height:100%;
	padding:0px 18px 0px 10px;
}

#right{
	width:212px;
	height:100%;
	padding:0px 0px 0px 10px;
	
}