*{
	margin: 0;
	padding: 0;
}

body {
	font-family:  Arial, Helvetica, sans-serif;
	background: #ededed;
	text-align: left;
	line-height: 140%;
	font-size: 13px;

	color: #666666;
	}

#web{
	clear: both;
	width: 1024px;
	min-height: 1000px;
	margin: auto;
		background: #ededed;

	

        }
		  
#contenido{
	border-radius: 5px;
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	display: block;
	min-height: 500px;
	background: #fff ;
}

#megabanner{  border-radius: 3px; text-align: center;}

#header {
    background: none;
    border-radius: 5px 5px 5px 5px;
    display: inline;
    float: left;
    height: 135px;
    overflow: hidden;
    position: relative;
    width: 100%;
	}
	
#header h1.blogtitle {
    background: none repeat scroll 0 0 #3D4663;
    border-radius: 8px 8px 8px 8px;
    color: white;
    font-family: "Arial Narrow";
    font-size: 40px;
    margin-top: 15px;
    padding-left: 180px;
       }
		 
#header h1.blogtitle a{
	color: white;
}
p.description {
	padding-left: 180px;
	font-size: 16px;


        } 
		
#logo{
	width: 125px;
	height: 125px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/logo-ahorra.png) no-repeat 0 0 transparent;
	margin-left: 15px;
}

#nav {
	line-height:23px;
	position: absolute;
	bottom: 4px;
	left: 160px;;
	width: 726px;
        }
		  

.seccioncat{
color:#666;



}
.seccioncat a{
	color: #00789F;
}

.seccionmas{
	color: white;
	background: #00789F;
	margin:15px 0px 15px 0;
	padding:0 0 0 7px;
	line-height: 30px;
	font-family: "Arial Narrow";
	font-size:21px;
	letter-spacing: -0.4px;
}

.postcat{
	margin:8px 0px 10px 0px;
	background: url(images/degradado.jpg) repeat-x bottom;
	border:1px solid #cccccc;
	padding:10px 0 30px 20px;

}

.postcat h2 a{
	color:#666666;
	line-height: 24px;
}

.postcat ul{
	margin-left: 10px;
}
.postcat li{
	list-style: none;
	color: #666;
	list-style-position: outside;
	line-height: 20px;
}
.postcat li a{
	background: url(images/flecha.gif) no-repeat 0 4px;
	padding-left: 15px;
}

#principal {
        width: 830px;
        float: left;
		  display: inline;
		  text-align: justify;
		  margin-left: 20px;
		
	}
	
#centro{
	width: 510px;
	float: left;
	display: block;	
	overflow: hidden;
}
	

#derecha {
	width: 300px;
	float: right;
	display: inline;
	margin:0 0px 0 0;
	border: 2px solid #ddd;
	text-align: left;
	font-size: 14px;
	padding-left: 0px;
	overflow: hidden;
        }




#izquierda {
	width:160px;
	padding-left: 10px;
	float: left;
	display: inline;
	font-size: 14px;

	} 

#footer {
	width:100%;
	height:90px;
	line-height: 160%;
	clear: both;
	text-align: center;
	background: #3E4763;
        }

#footer p {
	padding-top: 20px;
	color:#666;
        }
 
#tag_cloud{

}
#tag_cloud h2{
	
}
#tag_cloud a{
	color: #999999;
	padding: 7px;


}
/* -------------------[ Headings ]------------------- */

h1, h2, h3, h4, h5, h6, h7 {
	line-height: 130%;
	text-align: left;
	font-weight:normal;
	font-size: 13px;
	}

h2.titulo {
	font-size: 35px;
	color:#666;
	

	}
h2{
	color: #999999;
	font-size: 13px;
}
h3{
	color: #00789F;
	font-style: italic;
	font-weight: bold;
}
h4{
	line-height: 30px;
	color: #00789F;
	padding-left: 13px;
	margin-left: 4px;
	background: url(images/flecha-gris.gif) no-repeat 0px 9px; 
	font-weight: bold;
	display: block;
}
ul, li{
	list-style-type: none;
}


#izquierda h2{
		color:#333;
		line-height: 24px;
		background: url(images/flecha-gris.gif) no-repeat 0 7px;
		padding: 0px 0 0 15px;
		text-transform:uppercase;
		border-bottom: 1px dashed #ccc;
		

        }
#izquierda ul{
padding: 0 ;
}
#izquierda ul li{
padding: 0 0 2px 0px;
}



#derecha h2{
		color:#666;
		line-height: 24px;
		background: url(images/flecha-gris.gif) no-repeat 0 7px;
		padding: 0px 0 0 15px;
		text-transform:uppercase;

}

h2.categoria{
background: #E6E6E6;
line-height: 24px;
padding-left: 5px;
}
h2.categoria a{
	color: #00789F;
}

/* -------------------[ Links ]------------------- */



#footer a, #footer a:hover, #footer a:active {
        text-decoration:underline;
        color:#fff;
	}
	
strong{
	color:#666;
}
i{
		color:#00789F;
}
	
/* -------------------[ Images ]------------------- */

img.alignright {
        float: right;
        clear: right;
        margin: 0 0 5px 10px;
        background: #fff;
        padding: 2px;
        
        }

img.alignleft {
        float: left;
        clear: left;
        margin: 0 10px 5px 0px;
        background: #fff;
        padding: 2px;
        
        }
img.aligncenter {
        
        margin: 0px auto;
        background: #fff;
        padding: 2px;
        
        }
		

img.centered { 
        display: block; 
        padding: 2px; 
        margin: 0 auto 20px auto; 
        
        float: none; 
        clear: both;
        }



/* -------------------[ Sidebar ]------------------- */


#izquierda ul li ul {
        margin: 4px 0px 4px 0px;
        padding: 0;

        }

#izquierda ul li ul li {
	list-style-type:none;
	margin-top: 4px;
 
        }

#izquierda ul li ul li a {
		color: #000;
		font-size: 12px;
		margin-top: 5px;
		padding-left: 15px;
		background: url(images/flechas.gif) no-repeat 0 1px;
	
        }
/* -------------------[ Middle Content ]------------------- */

#derecha ul {
	list-style-type: none;
	width: 100%;
	margin: 10px;
	}
#derecha ul li {
	list-style-type: none;
	}

#derecha ul li ul {
        list-style-type: none;

        }
#derecha ul li ul li {
        list-style-type:none; 
        }
#derecha ul li ul li a {
		color: #000;
		font-size: 12px;
		margin-top: 5px;
		padding-left: 15px;
		background: url(images/flechas.gif) no-repeat 0 1px;
        }






/* -------------------[ Misc Tags and Classes ]------------------- */





p {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 13px;
	color: #666;

	}


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
        border-left:5px solid #330000;
        padding-left:5px;
	}

.center {
	text-align: center;
	}

a img, img a, img {
	margin: 0;
	padding: 0;
	border: none;
	}

a {
	text-decoration: none;
	color: #999999;

}
a:hover{
	text-decoration: underline;
}

.navigation {
	text-align: left;
	margin:0;
	padding: 10px 15px;
	}
.navigation a{
	color: #00789F;
}

.alignleft {
        float:left;
        }

.alignright {
        float:right;
        }

.entry {
	padding: 5px 0 0 0 ;
	margin: 0;
	color: #333;
	}
.entry ul, .entry ol{
	padding: 10px 0  10px 20px;
}

.entry ul li{
	background: url(images/flecha.gif) no-repeat 0 8px;
	padding: 3px 0 3px 12px;
}
.entry ol li{
	list-style: decimal;
	list-style-position: outside;
	padding: 3px 0 3px 0;
}
.entry a{
	color:#00789F;
}


.postinfo {

	font-size: 8pt;
        background: url(images/doc.gif) 0 3px no-repeat;
        clear: both;
	margin: 0 0 10px;
	padding-left: 14px;
	}

.post {

	}
	
.cont_categoria{
	margin: 0 ;
	padding: 15px 15px 5px;
	}

.featurepost {
	margin: 0;
	padding: 15px 15px 5px;
        background:#F2ECCE;
        border-bottom:1px solid #CCC9B8;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
span{
	color: blue;
}


a.more-link,a.more-link:link,a.more-link:visited,a.more-link:hover {
        background: url(images/arrow-rt.gif) 100% 70% no-repeat;
        padding-right:16px; 
        }

/* -------------------[ Search ]------------------- */

#searchform {
	margin: 0;
	padding: 0; 
        }

#searchform #s {
        font-size:8pt;
        width: 140px;
	margin-right: 2px;
	}

#searchform #submit {
        font-size:8pt;
	}

/* -------------------[ Navigation ]------------------- */

ul.nav {
	float:left;
	list-style: none;
    }  

ul.nav li {
        float: left !important;
        list-style-type: none;
        }

ul.nav li a, ul.nav li a:link, ul.nav li a:visited {    
	color: #3D4663;
	float: left;
	display: block;
	font-weight: bold;
	padding: 0 10px;
	text-decoration: none;
	font-size: 12px;
       }

ul.nav li a:hover, ul.nav li a:active {
	background:#202431;
	color: #fff;
	text-decoration: none;
        }

ul.nav li.current_page_item a {
	background: #272D3C;
	color: #fff;
	text-decoration: none;
	font-weight: bold;

        }

ul.nav li ul {
	float:left;
        }

/* ---------------[ Tables ]--------------- */

.entry table {
	margin-bottom:15px;
	padding:auto;
	border:0;
        }

.entry tr, .entry td, .entry th {
	margin:auto; padding:auto; border:auto;
        }

.entry td, .entry th {
	padding:8px;
	vertical-align:top;
}

.entry th {
	font-weight:bold;
	background:#E5E0C3;
	
}

.entry td {
	border:0;
	vertical-align: middle;
}

/* ---------------[ Related Entries ]--------------- */

.related {
        margin: 0 0 1px;
        background:#eee;
        padding:10px 10px 8px;
        }

.related ul {
        line-height:130%;
        margin: 0;
        padding-left:0;
        list-style-type: none;
        }

.related ul li {
        list-style-type:none;
        padding: 0 0 0 14px;
        margin: 0 0 2px;
        background: url(images/zekebullet.gif) 0 3px no-repeat;
        }

ul#archives {
        margin: 0 0 15px 5px;
        padding: 0;
        }

ul#archives ul {
        padding:0;
        }

ul#archives ul li {
        background:transparent;
        padding-left:0;
        margin:0;
        }

ul#archives ul ul {
        margin:0;
        margin-left: 10px;
        padding:0;
        }
.featurepost h2 a {
font-size: 20pt;
}

div.fin_de_fila{
	clear: both;
	width: 100%;
	height: 30px;
}


#izquierda ul li ul.convocatorias li a{
	font-size: 12px;
	line-height: 16px;
	background: url(images/nav.gif) no-repeat 0 3px;
	padding-left: 10px;

	margin-bottom: 10px;
}
#izquierda ul li ul.idiomas li a{
	font-size: 12px;
	line-height: 16px;
	background: url(images/nav.gif) no-repeat 0 3px;
	padding-left: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
}
div.destacado{
	width: 160px;
	height: 300px;
	background: #E7F0CE;
	float: left;
	display: inline;
	text-align: left;
	margin: 20px 0px 10px 13px;
	border: 1px solid #cccccc;
}
div.destacado img{
	width: 160px;
}
div.destacado h3{
	background: #333333 url(images/oupbullet.gif) no-repeat 5px 13px;
	line-height: 30px;
	color:#AACB54;
	font-weight: bold;
	padding-left: 15px;

}
div.destacado p{
	padding: 5px;
	color: #666;
}

div.portada{
	background: url(images/fondo_portada.jpg);
	width: 509px;
	height: 183px;
	padding: 110px 0 0 276px;
}


.modulo_portada{     border: 1px solid #EDEDED;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 10px;
    padding: 10px;
    width: 370px;
    display: block; 
    overflow: hidden;}
.modulo_portada h3{     background: none repeat scroll 0 0 #3D4663;
    color: white;
    font-style: normal;
    margin: -10px -10px 10px;
    padding: 10px;
    text-transform: uppercase;}
.modulo_portada .articulo, .buscador{     border-bottom: 1px dotted #EDEDED;
    clear: both;
    display: block;
    margin: 10px 0;
    overflow: hidden;
    padding-bottom: 10px;}
.modulo_portada .articulo img, .tagimage img, .buscador img{     background: none repeat scroll 0 0 #EDEDED;
    float: left;
    height: 80px;
    margin: 0 10px 0 0;
    padding: 5px;
    width: 80px;}
.modulo_portada .articulo h4, .buscador h2{text-decoration: underline;}
