/* Estilo Main */
* {
	padding: 0;
	margin: 0; 
}

body {
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #10296c url(../images/bg.jpg) repeat-x;
	color: #ffffff;
	line-height: 13px;
	text-align: center;
}

#contenedor {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 728px;
}

#headmenu {
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #333333;
}

#menu {
  margin: 12px 0 0 -1px;
  padding: 0 0 0 0;
  height: 22px;
  width: 730px;
  background: url(../images/backmenu.gif) no-repeat;
  clear: both;
}
#menu ul {
  margin: 0 0 0 2px;
  text-align: center;
  list-style-type: none;
}

#menu li {
  line-height: 20px;
  float: left;
  display: block;
}

#menu li a{
  color: #cfd4e2;
  text-decoration: none;
  display: block;
  height: 22px;
  width: 80px;
}

#menu li a:hover {
  color: #02ae96;
/*  background-color: #018673;*/
}

#menu li ul li a{
  border: 1px #3e5388 solid;
  background: #283f7b;
  margin: 0 0 0 -8px !important;
  margin: 0;
  width: 101px;
}

#menu ul ul{
  visibility: hidden;
  position: absolute;
  display: block;
  width: 149px;
  height: 0;
  margin-top: -70px;
}

#menu ul li:hover ul, #menu ul a:hover ul {
  visibility: visible;
}

#menu table {
  position: relative;
  border-collapse: collapse;
  z-index: 80;
  left: -53px;
  top: 2px;
}

#main {
  margin: 12px 0 0px 0;
  padding: 0;
  width: 728px; 
  text-align: left;
}

.left {
  margin: 20px 16px 30px 0;
  padding: 20px 20px;
  border: 1px #3e5388 solid;
  background: #283f7b url(../images/degblue.jpg) bottom no-repeat;
  width: 198px;
  height: 334px;
  float: left;
} 

.medio {
  margin: 20px 16px 30px 0;
  padding: 20px 20px;
  border: 1px #3e5388 solid;
  background: #283f7b url(../images/medio.jpg) bottom no-repeat;
  width: 198px;
  height: 334px;
  float: left;
} 

.left a, .left a:visited, .rightblue a, .rightblue a:visited {
  color: #C4CBDB;
  text-decoration: none;
}

.left a:hover, .rightblue a:hover {
  color: #ffffff;
  border-bottom: 1px #ffffff dotted;
}

.rightblue {
  margin: 20px 0 16px 0;
  padding: 20px 17px;
  border: 1px #3e5388 solid;
  background: #283f7b url(../images/degblue.jpg) bottom no-repeat;
  width: 180px;
  height: 152px;
  float: right; 
  overflow: hidden;
}

.rightblue img {
float: right;
border: 1px solid #3e5388;
}

.otros {
  text-align: right;
  font-style: italic;
  font-weight: bold;
}

.rightgreen {
  margin: 0;
  padding: 20px 17px;
  border: 1px #1B9281 solid;
  background: #018673 url(../images/deggreen.jpg) bottom no-repeat;
  width: 180px;
  height: 124px;
  float: right;
}

.rightgreen a, .rightgreen a:visited {
  color: #BADED9;
  text-decoration: none;
}

.rightgreen a:hover {
  color: #ffffff;
  border-bottom: 1px #ffffff dotted;
}




h1 {
 	font-size: 24px;
  font-weight: normal;
  margin-bottom: 22px; 
}

h2 {
  font-size: 16px;
  margin-bottom: 16px; 
}

p {
  margin-bottom: 11px;
}

ul {
list-style-type: none;
line-height: 18px;
margin-bottom: 18px; 
}

ul.tilde li{
  list-style-type: none;
  background-image: url(../images/tilde.gif);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding: 0 0 0 20px;
  margin: 0;
}

ul ul {
margin: 0 0 0 20px;
} 

ul.tilde ul li {
  background-image: none;
  padding: 0 20px;
}

hr {
  margin: 30px 10%;
  border: 0;
  width: 80%;
  color: #3e5388;
  background-color: #3e5388;
  height: 2px; 
}



.centrar {
  text-align: center;
}

