#picture { float:left;width: 170px;}

#picture2 { float:left;width: 250px;}

body { 
font-family: Arial;
font-size: 9pt;
color: rgb(0, 0, 0);
line-height: 110%;
margin: 0;
background: rgb(248, 195, 0) url('fondo_home.jpg') repeat-x top;
}

#fondo {background: url('fondo_home.jpg') no-repeat bottom center;  }
#fondo2 {background: url('fondo_int.jpg') no-repeat bottom center;  }

#fondocelda1 {background: #E67817 url('fondo_int.gif') no-repeat top left;  }
#fondocelda2 {background: #E67817 url('fondo_int.gif') no-repeat top right; }

.datos { font-family: Arial, Helvetica, sans-serif; font-size: 18pt;}



:link { text-decoration: none; color: rgb(255, 255, 255); }
:visited { text-decoration: none; color: rgb(255, 255, 255); }
:hover { text-decoration: underline; color: rgb(255, 255, 255); }
:active { text-decoration: none; color: rgb(0, 0, 0); }

.btn1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #9F2925;
	background-color: #F4F4F4;
	background-position: center;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: rgb(0, 0, 0);
	line-height: 110%;
}
	
#mensaje {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #9F2925;
}