body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #003399;
	text-align: justify;
	line-height: 140%;
	margin: 15px;
	background-color: #CCCCCC;
	background-image: url(fondo.jpg);
 } 
 td{
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #003399;
 
 }
p {
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
li {
	font-size: 12px;
	list-style-image: url(b06-rojo.gif);
	line-height: 150%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
} 

h1{
	font-size: 26px;
	margin-top: 10px;
	font-weight: bold;
}
h2{
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 120%;
}
a{
	line-height: normal;
	text-decoration: none;
	color: #FF6600;
	}

a:hover{
	color: #B8C5D8;
	text-decoration: none;
}
#menu{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	width: 130px;
	}
#menu ul{
    list-style-image: none;
	list-style-type: none;
}
#menu li{
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 7px;
	margin-top: 7px;
	height: 28px;
	width: 115px;
	background-color: #92A5C3;
	border: 1px solid #878EAD;
	text-align: center;
	vertical-align: middle;
	margin-left: -35px;
	padding: 0px;
	position: relative;
	margin-right: auto;
	line-height: 100%;	
}

#menu li:hover{
	background-color: #C8D2E1;
	color: #006699;
}

#menu a{
	height: 26px;
	width: 115px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	bottom: 50%;
	top: 50%;
	padding-top: 5px;
	
}

#menu a:hover{
   	background-color: #C8D2E1;
	color: #006699;
}
#izquierda{
	position: absolute;
	width: 150px;
	top: 123px;
	left: 0px;
	text-align: center;
}
#contenedor
{
	width: 750px;
	height: 500px;
	background-color: #CCCCCC;
	position: absolute;
	left: 0px;
	top: 0px;
}
#cabecera{
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(fondo.jpg);
	height: 150px;
	width: 750px;
	float: right;
}

#nombre{
	left: 0px;
	position: absolute;
	top: 0px;
	width: 750px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	height: 129px;
}
#centro{
	background-image: url(fondo.jpg);
	background-repeat: repeat;
	position: absolute;
	width: 520px;
	left: 155px;
	top: 125px;
	padding: 0px 15px 15px;
}
.centrar{
	text-align: center;
}
