BODY{
   text-align: center;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 18px;
   background: url("../images/green.jpg") no-repeat scroll center top #6E9C21;
   color: #555;
}

b{
   font-weight: bold;
}
strong{
   font-weight: bold;
}
em{
   font-style: italic;
}
input[type=button], input[type=submit]{
   padding: 3px;
}

#menu{
   height: 47px;
   background: url("../images/fondoMenu.png") repeat-x;
}

.fondoMenu{
   background: url("../images/fondoMenuBlanco.png") repeat-x;
   width: 977px; 
   margin-left: auto; 
   margin-right: auto;
   height: 47px;
}

.menu{
   margin-left: auto;
   margin-right: auto;
   width: 980px;
}

.menu li{
   font-size: 13px;
   float: left;
   padding-left: 15px;
   padding-right: 15px;
   border-right: solid #91b506 1px;
   border-left: solid #2d7a35 1px;
   line-height: 35px;
}
.menu li a{
   color: #fff;
   font-size: 13px;
   text-decoration: none;
}
.menu li a:hover{
   color: #bddb3e;
}
.submenu{
   display: none;
   border:0px solid #000000; padding:0px; position:absolute; list-style:none; background-color:#428749;
   margin-left: -16px;
   opacity: 1;
   
}
.submenu li{
   float:none; background-image:none; border-bottom:solid #9cbc1e 1px; width:250px;
   line-height: 32px;
   text-align: left;
   border-left-width: 0px;
   border-right-width: 0px;
}

.fondoBlanco{
   width: 1005px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   background: url("../images/fondoBlanco.png") repeat-y;
}

.contenido{
   width: 961px;
   margin-left: auto;
   margin-right: auto;
   overflow: hidden;
}

.contenido ul{
   list-style: disc;
   margin-left: 15px;
}

.noticiasportada{
   width: 90%;
   margin-top: 5px;
   margin-left: auto; margin-right: auto;
}
.noticiasportada td{
   width: 33%;
   padding: 15px;
   background: url("../images/bordetablanoticias.png") no-repeat right top;
}
.noticiasportada td:last-child{
   background: none;
}

.noticiasportada .titular{
   font-weight: bold;
   font-size: 16px;
   color: #000;
}
.noticiasportada .fecha{
   font-style: italic;
   font-size: 12px;
   color: #000;
}
.noticiasportada .entradilla{
   font-size: 12px;
   color: #000;
}

.certificadosportada{
   width: 100%;
   margin-top: 5px;
   margin-left: auto; margin-right: auto;
}
.certificadosportada td{
   width: 25%;
   padding: 5px;
}


.certificadosportada .titular{
   font-weight: bold;
   font-size: 16px;
   color: #000;
   padding-top: 10px;
}
.certificadosportada .entradilla{
   font-size: 12px;
   color: #000;
}

.marco{
   background: url("../images/marconivo2.png") no-repeat scroll center bottom transparent;
   width: 231px;
   min-height: 83px;
}

.pie{
   background: url("../images/fondoPie.png") repeat-y;
   color: #fff;
   overflow: hidden;
   height: 264px;
}
.pie ul{
   float: left;
   margin-left: 30px;
   margin-right: 40px;
}
.pie li{
   font-size: 14px;
   line-height: 24px;
}
.pie a{
   text-decoration: none;
   color: inherit;
}

.bannercertificaciones li{
   border-bottom: solid #c3c3c3 1px;
   padding-top: 5px;
   padding-bottom: 5px;
}
.bannercertificaciones a{
   color: #959595;
   text-decoration: none;
}
.bannercertificaciones a:hover{
   color: #c4da00;
}

#frmContacto{
   padding: 10px;
}
#frmContacto input[type=text], #frmContacto textarea{
   display: block;
   padding: 3px;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 12px;
   color: #555;
   border: solid #ccc 1px;
   width: 300px;
}
#frmContacto textarea{
   height: 100px;
   margin-bottom: 5px;
}

.noticia{
   background: url("../images/rayanoticias.png") no-repeat center bottom;
   margin-bottom: 20px;
   padding-bottom: 20px;
}
.noticia .titular, .noticia .titular a{
   font-weight: bold;
   color: #2c7934;
   font-size: 16px;
   text-decoration: none;
}
.noticia .fecha{
   font-size: 12px;
   font-weight: bold;
   color: #9fbd32;
}
.noticia .desarrollo{
   font-size: 12px;
   color: #000;
}

.paginacion{
   text-align: right;
   font-weight: bold;
   font-size: 13px;
   color: #000;
}
.paginacion a{
   color: inherit;
   text-decoration: none;
}

.volver{
   font-size: 12px;
   font-weight: bold;
   color: #9fbd32;
   text-decoration:none;
}

.cajalogin{
   -moz-border-radius: 1em 1em 1em 1em;
   -webkit-border-radius: 1em; // WebKit y Safari
   -khtml-border-radius: 1em;
   border-radius: 1em;
   border: 1px solid #bfdd41;
   margin-left: auto;
   margin-right: auto;
   margin-top: 40px;
   margin-bottom: 20px;
   padding: 10px;
   width: 500px;
   background-color: #6e9c20;
   color: #fff;
   text-align: center;
   -moz-box-shadow:4px 4px 3px #555;
   -webkit-box-shadow: 4px 4px 3px #555;
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=125,strength=5)";
   filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=125,strength=5);
}
.cajalogin p{
   line-height: 30px;
}
.cajalogin input[type=text], .cajalogin input[type=password], .cajalogin textarea, .cajalogin select{
   padding: 1px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 15px;
   width: 360px;
}
.cajalogin a{
   color: #fff;
   text-decoration: none;
}

div.aviso{
   border-style: solid;
   border-width: 1px;
   border-color: #ffd700;
   background-color: #ffef95;
   color: #8e7a00;
   text-align: center;
   line-height: 34px;
   font-size: 16px;
   font-weight: bold;
   margin-top: 20px;
   width: 80%;
   margin-left: auto;
   margin-right: auto;
}
.tablaweb{
   margin-bottom: 10px;
}
.tablaweb th{
   background-color: #6e9c20;
   color: #fff;
   padding: 3px 5px;
   font-weight: bold;
}
.tablaweb caption{
   padding: 10px;
   font-weight: bold;
}
.tablaweb td{
   padding: 3px 5px;
   border-bottom: solid lightgrey 1px;
}
.lista ul{
   list-style: circle;
}
.lista ul li{
   list-style: circle;
}
