
html, body {
	font-family:"Trebuchet MS";
	height:95%;
	top-margin:5px;
}
body a{
	text-decoration:none;
	cursor:pointer;
}
/*-------------------------------------------------------*/
/*----------------ESTILO SUPERIOR------------------------*/
div#fndoSuperior{
	background:url(../imgDiseno/fondo.png);
	width:916px;
	height:103px;
	margin:auto;
}

/* Estilo para colocar el logo del sistema*/
.logo{
	background:url(../imgDiseno/logo.png) no-repeat;
	width:136px;
	height:81px;
	float:left;
	margin:15px 20px 0 30px;
}
/*--------------------------------------*/
/*-------------------banner--------------*/
div#banner{
	width:916px;
	height:180px;
	margin:auto;
}
p#textobanner{
	float:left;
	margin: 50px 0 10px 40px;
	line-height:1;
}
.line1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:22px;
}
.line2{
	color:#333333;
	font-size:30px;
	font-weight:bold;
	
}

.line3{
	color:#FFFFFF;
	font-size:13px;
}

p#imgbanner{
	float:right;
	width:361px;
	height:178px;
	margin:0;
}
/*--------------------------------------*/
div#derecha{
	float:right;
}
/*--------------------------------------*/
/*Estilo para colocar las opciones de  arriba (inicio-inciarsesión-contáctenos...)*/
div#menu{
	float:right;
	width:700px;
	margin-top:25px;
}
div#menu a{
	padding: 5px 10px 5px 10px;
	font-weight:bold;
	font-size:9px;
	color:#333333;
	float:right;
	text-decoration:none;	
}

div#menu input{
	border:none;
	width:181px;
	height:23px;
	background:url(../imgDiseno/motor.png) no-repeat;
	padding:2px 0 0 1px;
	/*margin-left:10px;*/
	float:right;
}
/*----------------------------------*/
/********ESTILO INFERIOR******/
div#brInferior{
width:916px;
background:url(../imgDiseno/barrainf.png);
height:25px;
margin:auto;
clear:both;
}
div#desarrollador{
	margin:auto;
	width:916px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
}
div#desarrollador a{
color:#333;
}