body {
	margin:0px; 
	padding:0px;
	text-align:center;
	background: url(../images/bk-gradiente.gif) repeat-x;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
	


#cabezal {
	background-color: #fff;
	width: 900px;
	height: 100px;
}

#navbar {
	width: 320px;
	height: 900px;
	float: left;
	border-width: 1px;
	border-color: #adadad;
	border-left-style: dashed;
	background: #d9d8d5 url(../images/sky2.jpg) no-repeat;
}

#datos{
	width: 570px;
	height: 890px;
	float: right;
	padding-top: 30px;
	border-width: 1px;
	border-color: #adadad;
	border-right-style: dashed;
	background: url(../images/sky.jpg) no-repeat;
}
	
#todo{
	margin-top: 190px;
	z-index: 100;
	border-bottom: 1px solid #a0a0a0;
}

#introduccion{
	margin-top: 190px;
	height: 379px;
	z-index: 100;
	border-bottom: 1px solid #a0a0a0;
}

#planes{
	margin-top: 15px;
	width: 100%;
	z-index: 101;
	display: inline-block;
}



#planes a{
	color: #025099;
	font-style: bold;
	}
	
#planes hover{
	color: #2e88c3;
	font-style: bold;
	}




.plan{
	width: 160px;
	display: inline-block;
	border-style: dashed;
	border-color: #959595;
	border-width: 1px;
		}






.foto_introduccion{
	width: 230px;
	float: left;
}

.texto_introduccion{
	padding-right: 10px;
	padding-top: 60px;
	font-size: 15px;
	color: #959595;
	text-align: left;
	width: 300px;
	float: right;
}



.texto_tablas{
	text-align: center;
	font-size: 14px;
	color: #959595;
	border: 1px solid #ddd;
}



#contenido {
	width:905px;
	margin:0px auto;

}


	
#formas {
	margin-top: 10px;
	text-align: left;
	padding-left: 15px;
	font-size: 10px;
	color: #3163af;
	padding-bottom: 15px;
}

#formas a{
	margin-top: 10px;
	text-align: left;
	font-size: 10px;
	color: #3163af;
	padding-bottom: 15px;
}


.textarea{
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #aeaeae;
	color: #878787;
	padding: 4px;
}

.textarea251{
	font-size: 12px;
	width: 150px;
	background-color: #fff;
	border: 1px solid #aeaeae;
	color: #878787;
	padding: 4px;
}

.titulo{
	margin-top: 15px;
	padding-top: 5px ;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #025099;
	color: #fff;
	font-size: 10px;
	text-align: left;
	
	}

.titulo_planes{
	padding-top: 5px ;
	padding-bottom: 5px;
	background-color: #025099;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	
	}

/* @group menu */
	
#menu {
	text-align: right;
	float: left;
	list-style: none;
	
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: right;

	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #025099 url("../images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #6c9d31 url("../images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;	

}
/* @end */


