body {
	background:url(../images/fondo.jpg);
	background-position:center 0px;
	font-family:verdana;
	color:gray;	
}

div {
	height:40px;
	color:#1B2631;
	text-align:center;
	font-family:verdana;
	padding:15px 20px 0px 20px;
}

table {
	width: 60%;
	border:2px solid #CCC;
	border-radius: 10px;
	height:50px;
	color:#1B2631;
	text-align:center;
	font-family:verdana;
}

td {
   width: 50%;
}

/*TITULO*/
 div h1{
	background-color:lightblue;
	position:relative;
	width:70%;
	height:40px;
	display:inline-block;
	font-size:30px;
	text-align:center;
	color:#21618C;
	letter-spacing:5px;
	padding:4px 20px 4px 20px;
	text-shadow:2px 2px 2px #000;	
}

.caja-h {
	position:relative;
	right:center
}

/*MENUS*/
h2 {
	background:#D1F2EB;
	position:relative;
	width:60%;
	height:30px;
	display:inline-block;
	font-size:25px;
	text-align:center;
	color:#A04000;
	padding:7px 5px 7px 5px;
}

/*MENUS*/
h3 {
	/*background:#E8F1FA;*/
	background-image: url("images/fondo.jpg");
	font-family:verdana;
	text-align:center;
	font-size:20px;
	padding:5px 0px 0px 0px;
}

/*VUELTAS A MENU*/

h4 div a{
		height:55px;
		font-family:verdana;
		text-align:center;
		font-size:15px;
		padding:10x 0px 10px 0px;
}

h5 div {
		background:#E8F1FA;
		font-family:verdana;
		width:;
		height:auto;
		text-align:justify;
		font-size:20px;
		font-weight: normal;
		margin-left: 40px;
		margin-right:40px;
		padding:10x 0px 15px 0px;
}

/*ENLACES*/
div a {
		font-size:20px;
		text-decoration:none;
		margin:0px 10px;
		background:#3BA7E1;
		color:#fff;
		padding:5px 20px;
		box-shadow:0px 5px 0px #2874A6;
}

a:hover {
		box-shadow:0px 2px 0px #2874A6;
		text-decoration:none;
		font-size:;
		background:#3BA7E1;
		Color:;
}

