*{
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #dbdbdb url(images/body_bg.jpg) repeat-x top;
	text-align: left;
	line-height: 140%;
	font-size: 13px;
	}

#web{
	clear: both;
	width: 969px;
	margin: auto;
	background: white url(images/derecha_fondo.jpg) repeat-y right;
	    }
		  
#contentleft{
	width: 695px;
	float: left;
	padding: 20px 0 0 0;
	display: block;
	background: white;

}

#header {
       width:695px;
        height:163px;
		  float: left;
		  display: inline;
		  background: url(images/body_bg.jpg) repeat-x top;
		  position: relative;
		 

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

#nav {
	width:695x;
	line-height:28px;
	position: absolute;
	bottom: 0px;
	left: 0;
        }
		  

.seccioncat{
color:#666;
font-size: 13px;


}
.seccioncat a{
	color: #16ABD7;
	font-size: 14px;
}

.seccionmas{
color:#FFFFFF;
background-color:#999;
margin:0 5px 10px 0;
padding:0 0 0 10px;
font-size:1.3em;

}

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

.postcat h2 a{
	color:#666666;
	font-size: 13px;
	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{
	color: #333;
	background: url(images/flecha.gif) no-repeat 0 5px;
	padding-left: 18px;
	font-size: 14px;
}
.postcat li a:hover{
		background: url(images/flecha.gif) no-repeat 3px 5px;
}

#content {
        width: 505px;
        float: left;
		  display: inline;
		  text-align: justify;
		  background: white;
	}
	

#derecha {
	width: 274px;
	float: right;
	display: inline;
	margin:0;
	background: url(images/derecha_fondo.jpg) repeat-y;
        }
		  
#derecha_contenido{
	width: 248px;
	padding: 34px 0 0px 26px;
	background: url(images/izquierda_top.jpg) no-repeat top;
}


#sidebar {
	width: 167px;
	float: left;
	display: inline;
	padding-left:5px;
	margin: 0px 10px 0 2px;
	background: white;
	border-right: #dadada 1px solid ;
	} 

#footer {
	background-color: #607179;
	font-family: Arial, Helvetica, sans-serif;
	width:945px;
	line-height: 160%;
	clear: both;
	padding: 20px 0 ;
	text-align: center;
        }

		  
#footer p {
        margin: 0;
		color:#FFFFFF;
        }
#tag_cloud{
	kpadding: 10px;
}	  
#tag_cloud a{
	color: #16abd7;
	font-family: Tahoma;

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

h1, h2, h3, h4, h5, h6, h7 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 130%;
	text-align: left;
	font-weight:normal;
	color: #333333;
	}

h1 {
	font-size: 38px;
	font-weight:normal;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #49545A;
	}
h2{
	color: #999999;
	font-size: 15px;
	mfont-weight: bold;
}

ul, li{
	list-style-type: none;
}
#header h1.blogtitle {
        color: #FAF7E8;
		  font-family: "Trebuchet MS";
        font-size:40px;
		  font-weight: bold;
        padding: 36px 0px 0px;
		  text-indent: -5000px;
        }

#sidebar h2{
		color:#FFFFFF;
		background: url(images/fondo_widget.jpg) left;
		height: 30px;
		font-family: "Trebuchet MS";
		line-height: 30px;
      font-size:14px;
		padding-left: 10px;

        }
#derecha h2{
	background:  url(images/fondo_derecha_2.jpg) no-repeat 0 0;
	color: white;
	line-height: 31px;
  	font-size:14px;
	padding-left: 15px;
	uborder-bottom: 1px solid #dadada;

}

h2.categoria{
	font-size: 13px;
}
h2.categoria a{
	color: #08B2E6;
	font-weight: bold;
}

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



#footer a, #footer a:hover, #footer a:active {
        text-decoration:underline;
        color:#fff;
	}
	
strong{
	color: #16ABD7;
	font-weight: bold;
}
	
/* -------------------[ Images ]------------------- */

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

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

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



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


#sidebar ul li ul {

        margin: 4px 0px 7px 0px;
        padding: 0;

        }

#sidebar ul li ul li {
        list-style-type:none;
        padding-left:2px;
		  margin-top: 5px;

 
        }

#sidebar ul li ul li a {
		color: #666666;
		background: url(images/equis.gif) no-repeat 0 2px;
		padding-left: 18px;
		margin-top: 5px;

		font-size: 14px;

		font-family: "Trebuchet MS";
	
        }
.flexipages_widget #sidebar ul li ul li a {
		color: #666666;
		background: url(images/equis.gif) no-repeat 0 2px;
		padding-left: 18px;
		font-size: 12px;
		line-height: 24px;
		font-family: "Trebuchet MS";
	
        }
/* -------------------[ Middle Content ]------------------- */

#derecha ul {
	list-style-type: none;
	padding:0;
	width: 224px;
	}
#derecha ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;

	}

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

        }
#derecha ul li ul li {
        list-style-type:none;
		  padding-left: 7px;
        }
#derecha ul li ul li a {
		color: #666;
		line-height:22PX;
		padding-left: 13px;
		font-size: 14px;
		font-family: "Trebuchet MS";
		kbackground: url(images/bullet_lista.gif) no-repeat 0px 4px;

		
        }






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

p.description {
        color:#FAF7E8;
        font-size: 12pt;
        padding: 0 250px;
		  margin: 0;
		  text-indent: -5000px;

        } 



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

	}

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: #16ABD7;

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

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

.alignleft {
        float:left;
        }

.alignright {
        float:right;
        }

.entry {
	padding: 0;
	margin: 0;
	}
.entry ul{
	padding: 10px 0  10px 20px;
	color: #333;
}
.entry li{
	list-style-position: outside;
	padding: 3px 0 3px 0;
	list-style: disc;
}

.entry strong{
	color: #666;
}


.postinfo {
	font-family:tahoma,geneva,verdana,sans-serif;
	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;
	}



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 {
	line-height:28px;
	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 {    
	font-family: "Trebuchet MS";
	font-size: 14px;    
	color: #FFFFFF;
	float: left;
	display: block;
	padding: 0 10px;
	text-decoration: none;
        }

ul.nav li a:hover, ul.nav li a:active {
	 background: url(images/fondo_nav.jpg) repeat-x;
	color: #666;
	text-decoration: none;
        }

ul.nav li.current_page_item a {
	 background: url(images/fondo_nav.jpg) repeat-x;
	color: #666;
	text-decoration: none;
        }

ul.nav li ul {
	float:left;
        }

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

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

.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:1px solid #E5E0C3;
}




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


#sidebar ul li ul.convocatorias li a{
	font-size: 13px;
	font-family: "Trebuchet MS";
	line-height: 16px;
	background: url(images/nav.gif) no-repeat 0 3px;
	padding-left: 10px;

	margin-bottom: 10px;
}
#sidebar ul li ul.idiomas li a{
	font-size: 13px;
	line-height: 16px;
	background: url(images/nav.gif) no-repeat 0 3px;
	padding-left: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.bloque_azul{
	width: 100%;
	background: #34B8E0;
	margin: 0;
	padding: 0;
	clear: both;
}
.bloque_azul h3{
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	padding: 7px;
	line-height:100%;
	font-weight: bold;
}
.bloque_azul p{
	padding: 7px;
}
.bloque_azul a{
	color: white;
	font-weight: bold;
}

div.destacado{
	width: 160px;
	height: 405px;
	background: #eaeaea;
	float: left;
	display: inline;
	text-align: left;
	margin: 20px 0px 10px 8px;
}
div.destacado img{
	width: 160px;
}
div.destacado h3{
	background: #96A5AB url(images/oupbullet.gif) no-repeat 5px 13px;
	line-height: 30px;
	color: white;
	padding-left: 15px;
}
div.destacado p{
	padding: 5px;
}

#azindex-1 {
	text-align: left;
}

#azindex-1 ul li{
	margin-left: 20px;
	list-style-type: none;
}

#azindex-1 ul li a{
	color: #49545A;
}

#azindex-1 ul li h2{
background:transparent url(images/fondo_widget.jpg) no-repeat scroll left center;
line-height:30px;
margin-left:-10px;
padding-left:10px;
list-style-type:none;
}

#azindex-1 ul li h2 a{
	color:white;
}

