@charset "utf-8";
/* CSS Document */

#cuerpo{
	margin-top:0px;
	width:780px;
	height:600px;
	}
#cabecera{
	width:780px;
	height:103px;
	}
#btn_sup{
	width:780px;
	height:25px;
	}
#titulo{
	width:780px;
	height:38px;
	background-color:#BDC1CE;
	}
#fondo{
	float:right;
	width:780px;
	height:676px;
	background-image:url(imagenes/basicas/fondo.jpg);
	}
#texto{
	margin-top:25px;
	float:right;
	width:560px;
	height:375px;
	
	}
#texto1{
	margin-top:25px;
	float:left;
	width:200px;
	height:375px;
	}
#texto2{
	float:left;
	width:260px;
	height:200px;
	}
#texto3{
	float:right;
	width:260px;
	height:200px;
	}
#aviso{
	margin-top:25px;
	float:right;
	width:780px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	}

