﻿#texto2{
	background: white url('fondo.jpg') right top no-repeat;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	margin-top:0px; 
	margin-left:5px;
	color: #004687;
	width: 750px;
	min-height:400px;
	overflow: hidden;
	height: expression(this.scrollHeight < 401? "400px" : "auto" );

}
#flash {
	width:795px;
	margin-top:5px;
	text-align:center;
	height:540px;
}
#todo{
	background: white url('fondo.jpg') right top no-repeat;
	width:760px;
	margin-left:10px;
	margin-top:-15px;
}
#cv{
	background: white url('fondo.jpg') right bottom no-repeat;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	margin-top:-5px; 
	margin-bottom: 5px;
	margin-left:5px;
	color: #004687;
	width:760px;
	
}
#texto{
	background: white url('fondo.jpg') right top no-repeat;
	font-family: "Trebuchet MS", sans-serif;
	text-align: justify;
	font-size: 14px;
	margin-top:-5px; 
	margin-left:5px;
	margin-right:10px;
	color: #004687;
	width: 600px;
	min-height:400px;
	overflow: hidden;
	height: expression(this.scrollHeight < 401? "400px" : "auto" );
	
}
#contacto {
	
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #004687;
	margin-left:25px;
	margin-top:-25px; 
	margin-right:25px;
	
}

#contacto2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 20px;
	color: #004687;
	margin-left:25px;
	margin-top:0px; 
}
a {
	color: #009cda;
}