#wrap{ background-color:rgb(234,247,239);
width:854px;
height:750px;
margin:0 auto 0 auto;
}


#contenido{ 
width:854px; 
height:300px;

background-image:url(../imagenes/menu.jpg);
background-repeat:no-repeat;



}
/**Banner*/
#banner{
width:853px;
height:105px;
background-image: url(../imagenes/banner.jpg);

}

/*
	Imagen en flash
*/
#imagen{
width:550px;
height:300px;
/*background-image:url(../imagenes/animacion.swf);*/
float: right;
}


#footer{

 text-align:center; 
 background:rgb(1,88,53);
 color:#FFFFFF;
 margin-bottom:0px;
 height:20px;
 }

/*
	Menu Vertical
*/
#menuv { 
	/*border: 1px solid #ACCFE8;
	border-width: 1px 1px 0 1px;*/
	 
	width: 100px;
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: lefty;
	
	
}

#menuv ul, li {
	list-style-type: none;
	

}

#menuv ul {
	margin: 0;
	padding: 0;
}

#menuv a {
	text-decoration: none;
	color: #FFFFFF;
	background:rgb(1,88,53);
	display: block;
	padding: 3px 8px;
	margin-top: 5px;
	margin-left: 0px;
	width: 180px;
}

#menuv a:hover {
	background: rgb(1,131,79);
}

/*
	Menu Horizontal
*/


/*Informacion*/

#informacion{
width:550px;
height:300px;
background-color: #EBEBEB ;
clear:both;
margin-left:305px;
}


.text_login{
	height: 14px;
	width: 100px;
	font-size: 9px;	
}

.button {
	padding: 0;
	margin: 0;
	border: 1;
	width: 70px;
	height: 18px;
	color: #000000;
	font-size: 9px;
	font-weight: bolder;
	font-family: "Verdana", Times, serif;
	text-shadow: #333 1px 1px 3px;
	text-align: center;
	cursor: pointer;
}
