/* general stuff */

body{
    margin:0 auto;
    padding:0;
    text-align: center;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: normal;
}

p {
    font-family: Tahoma;
    font-size: 10px;
    font-weight: normal;
}

a {
    text-decoration:  none;
    font-weight: bold;
    border: none;
    color: #07590F;
}

a:hover  {
    text-decoration:  underline; 
    border: none;
}
 
/* Layout */
#wrapper {
    z-index:1;
    margin: 0 auto;
    text-align:center;
    width:796px;
}

#Menu {
    z-index:3;
    text-align:left;
    vertical-align: top;
    margin:0px;
    padding:0px;
    background: url(../images/barsuperior.jpg) center no-repeat;
    margin:0 auto;
    width:800px;
    height: 30px;
}

#Anuncios {
    z-index:2;
    margin:0px;
    padding:5px 0px 5px 0px;
    text-align:center;
    border-top: 7px solid #215735;
    border-bottom: 7px solid #215735;
}

#Cuerpo {
    margin:0 auto;
    margin-bottom: 7px;
    width:795px;
    z-index:7;
    border-top: 2px solid #FDEA11;
    text-align: left;
}

#ColumA {
    float: left;
    width: 205px;
}

#ColumB {
    float: right;
    width: 590px;
    margin: 5px 0px 0px 0px;
}

#Pie {
    margin:0 auto;
    margin-top: 6px;
    width:800px;
    z-index:4;
    clear:both;
}

#Pie_Wrapper {
    height: 37px;
    background: url(../images/barinferior.jpg) top center no-repeat;
    font-family: Tahoma;
    font-size: 8px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px;
}
.contentheading {
    font-weight: bold;
    border-bottom: #25573A solid 3px;
    color: #25573A;
    font-size: 18px;
    width: 590px;
    margin-bottom: 7px;
}

.pathway {
    margin: 0px 0px 0px 5px;
}

#wrap{
	background:none;
	border:0px;
}

.destacado a {
 color:#838793;
}

.destacado a:hover {
 color:#07590F;
 text-decoration:none;
}
.borde{
 border-left-width:2px;
 border-left-color:#215735;
 border-left-style:solid;
 border-top-width:2px;
 border-top-color:#215735;
 border-top-style:solid;
 border-bottom-width:2px;
 border-bottom-color:#215735;
 border-bottom-style:solid;
 border-right-width:2px;
 border-right-color:#215735;
 border-right-style:solid;
}

p.acceso {
 font-size:medium;
 font-weight:bolder;
 color:#215735;
}