@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("menu.css");

body{
	background-color: #f0f0f0;
	font-size: .9em;
	line-height: 1.3em;
	}
	
a, a:visited{
	color: #006699;
	text-decoration: underline;
	}

a:hover{
	text-decoration:none;
	}
	
#pagina{
	width: 900px;
	margin: 5px auto 5px auto;
	background-color: #FFF;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	
}

#head1{
	background-color: #006699;
	}

#head1 h1{
	padding: 4px;
	text-align: right;
	}

#head1 h1 a,#head1 h1 a:hover, #head1 h1 a:visited {
	color: #FFF;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	}

#publicidad .logo{
	margin: 10px 40px;
	display: inline;
	}

#publicidad .banner{
	display: inline;
	width: 468px;
	margin: 0 0 0 60px;
	}
	
#menu_navegacion{
	height: 20px;
	background-image: url(../images/fondomenu.gif);
	background-repeat: repeat-x;
	padding-top: 14px;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#menu_navegacion img{
	margin-right: 3px;
	}

#cuerpo{
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	}

#cuerpo #izquierda{
	width: 190px;
	float:left;
	background-color: #006699;
	margin: 10px 0 0 5px;
}

#izquierda h1{
	background-color: #006699;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	}

#izquierda .padding5{
	margin: 1px;
	padding: 5px;
	background-color: #fff;
}

#izquierda h2{
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	color: #006699;
	}

#izquierda img{
	margin: 10px 0;
	}
	
#izquierda p{
	text-align: center;
	font-size: .7em;
	}

#cuerpo #centro{
	width: 474px;
	float:left;
	margin-left:10px;
	padding:10px;
/*	border-left: 1px solid #ccc;*/
/*	border-right: 1px solid #ccc;*/
}

#centro h1{
	font-size: 1.3em;
	letter-spacing: 0.5px;
	color: #006699;
	margin-bottom: 15px;
	text-align: center;
}

#centro h2{
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.2px;
	color: #006699;
	margin-bottom: 15px;
	padding-top: 10px;
	text-align: left;
}

#centro p, #centro p.sangria10{
	margin-bottom: 1em;
	}
	
#centro p.sangria20{
	padding-left: 20px;
	}
	
strong{
	color: #006699;
	}

ul{
	margin-bottom: 1.2em;
	}

ul li{
	margin-left: 20px;
	list-style:square;
	margin-bottom: 1em;
	}



#cuerpo #derecha{
	width: 190px;
	float:right;
	background-color: #99cc00;
	margin-top: 10px;
	margin-right: 5px;
	}

#cuerpo #derecha a, #cuerpo #derecha a:visited{
	display: block;
	text-decoration: none;
	color: inherit;
	}

#derecha h1{
	background-color: #99cc00;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
}

#derecha .planes{
	margin: 1px;
	padding: 5px;
	background-color: #fff;
	}

#derecha h2{
	color: #FFF;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	}

#derecha h2.plan1000{
	background-color: #cc0000;
	}

#derecha h2.plan2000{
	background-color: #ff9900;
	}

#derecha h2.plan4000{
	background-color: #006699;
	}

#derecha h2.plan10000{
	background-color: #993366;
	}

#derecha ul{
	padding: 5px;
}

#derecha ul.plan1000{
	border: 1px solid #cc0000;
}

#derecha ul.plan2000{
	border: 1px solid #ff9900;
}

#derecha ul.plan4000{
	border: 1px solid #006699;
}

#derecha ul.plan10000{
	border: 1px solid #993366;
}

#derecha li, #derecha li.masinfo{
	font-size: .75em;
	margin:0; padding:0;
	margin-left:20px;
	list-style-type: circle;
}

#derecha li.masinfo{
	list-style-type: none;
	text-align: right;
	}

#pie{
	margin-top: 40px;
	clear: both;
	font-size: .7em;
	color:#666666;
	text-align: center;
	line-height: 1.2em;
	}



