*{ 
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1.5;
}

body{
	background-color:#FFF;
}
p{
	line-height:1.5;
	font-size:12px;
	color:#666;
}
p a{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color:#999;
}

ul, ol {
	margin-left:50px;
}
li {
	margin:4px;
}

h1,h2,h3,h4,h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#900;
	font-weight:normal;
}
h1{
	font-size:26px
}
h2{
	font-size:28px
}
h3{
	font-size:18px
}
h4{
	font-size:16px
}

#listado .pincha_aqui {
	font-family:Verdana, Geneva, sans-serif; 
	font-size: 10px; 
	text-decoration:none; 
	color:#999; 
}

.entrar {

	background-color:#900;
	color:#FFF;
	padding:3px;
	text-align:center;
	width:150px;
	margin:0 auto;

}
.entrar a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;

	color:#FFF;

	text-align:center;

	text-decoration:none;
	font-weight:bold;
}
.clear{
	clear:both;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.alert_ko{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#900;
}
.alert_ok{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#090;
}
.boton{
	background-color:#3F3E39;
	padding:7px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color:#FFF !important;
	cursor:pointer;
}
.pendiente_fecha p{
	font-size: 15px;
	color:#909;
}
#cabecera a{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color:#FFF;
}
body{
	background-image:url(imagenes/contenedor.jpg);
	background-repeat:repeat-x;
	background-position:top; 
}
#contenedor{ 
	width:1002px; 
	margin:0 auto;
}
#cabecera{
	position:relative;
	height:166px; 	
	background-image:url(imagenes/cabecera.jpg);
	background-repeat:no-repeat;
}
#logo{
	padding-top:20px;
	padding-left:50px;
	width:304px;
}
#bt_quienes_somos{
	position:absolute;
	top:0px;
	right:200px;
}
#menu{
	width:730px;
	margin:0 auto;
	padding-top:30px;
}
#menu ul{
	margin:0;
	list-style:none;
	background:url(imagenes/bg_menu.jpg);
	background-repeat:repeat-x;
	background-position:bottom; 
}
#menu li{
	float:left;
	margin:0px;
}
#menu a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	line-height:50px;
	text-decoration:none;
}
menu_abajo{
	width:730px;
	margin:0 auto;
	padding-top:30px;
}
#menu_abajo ul{
	margin:0;
	list-style:none;
}
#menu_abajo li{
	float:left;
	margin:0px 30px;
}
#menu_abajo a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	text-align:center;
	line-height:50px;
	text-decoration:none;
}
.bt_menu_1{
	display:block;
	width:146px;
	height:50px;
	background:url(imagenes/bt_menu_1_1.jpg);
}
.bt_menu_1:hover{
	background:url(imagenes/bt_menu_1_2.jpg);
}
.bt_menu_2{
	display:block;
	width:146px;
	height:50px;
	background:url(imagenes/bt_menu_2_1.jpg);
}
.bt_menu_2:hover{
	background:url(imagenes/bt_menu_2_2.jpg);
}
.bt_menu_3{
	display:block;
	width:146px;
	height:50px;
	background:url(imagenes/bt_menu_3_1.jpg);
}
.bt_menu_3:hover{
	background:url(imagenes/bt_menu_3_2.jpg);
}
.bt_menu_4{
	display:block;
	width:146px;
	height:50px;
	background:url(imagenes/bt_menu_4_1.jpg);
}
.bt_menu_4:hover{
	background:url(imagenes/bt_menu_4_2.jpg);
}
.bt_menu_5{
	display:block;
	width:146px;
	height:50px;
	background:url(imagenes/bt_menu_5_1.jpg);
}
.bt_menu_5:hover{
	background:url(imagenes/bt_menu_5_2.jpg);
}
.bt_menu_6{
	display:block;
	width:146px;
	height:50px;
	background:url(imagenes/bg_menu.jpg);
}
#cuerpo_fondo{
	background-image:url(imagenes/cuerpo3.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
}
	
#cuerpo{
	margin:0 auto;
	background-image:url(imagenes/cuerpo.jpg);
	background-repeat:no-repeat;

}
#contenido{
	width:660px;
	margin: 0 auto;
	padding:20px 60px;
	padding-top:50px;
}
#contenido img{
	padding:0 20px 10px 0px;
}
#listado{
	font-size:11px;
	color:#666;
}
#listado td {
	padding:10px;
/*	border-bottom:1px solid #999;*/
}
#listado .impar{
	background: rgba(209, 207, 189, 0.3);
}
#listado a{
	font-size:14px;
	color:#900;
	text-decoration:none;

}
#listado a:hover{
	color: #C60;
}
#listado .boton{
	background-color:#3F3E39;
	padding:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#FFF !important;
	cursor:pointer;
	display:inline;
}
#listado .convocado11{
	color: #990;
	font-size:16px;
}
#listado .convocado22{
	color: #960;
	font-size:16px;
}
#listado .convocatoria00{
	font-size:16px;
}
#listado .convocado1{
	color: #990;
}
#listado .convocado2{
	color: #960;
}
#columna_izda{
	width:420px;
	float:left;
}
#columna_dcha{
	width:200px;
	float:right;
}
#mancha{
	float:right;
	width:304px;
	height:65px;
}
#pie{
	background-color:#31302B;
	height:50px;
}
#pie a, #pie p{
	text-align:center;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#FFF;
	padding-top:10px;
}
#tabs ul{
	list-style:none;
}




/*--------------------PANEL DE CONTROL---------------------------*/
#logo_pc{
	float:left;
	padding-top:20px;
	padding-left:50px;
	width:304px;
}
#titulo_pc{
	float:left;
	padding-top:30px;
	margin-left:50px;
}
#contenido_PC{
	width:660px;
	margin: 0 auto;
	padding:20px 60px;
	padding-top:50px;
}
#contenido_PC form input.boton{
	background-color:#3F3E39;
	padding:3px !important;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#FFF;
	cursor:pointer;
}
#contenido_PC form input, #contenido_PC form textarea,  #contenido_PC form label{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#contenido_PC form label{
	display:block;
}
#contenido_PC th {
	text-align:left;
	padding:7px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color:#900;
	color:#FFF;
}
#contenido_PC td {
	padding:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-bottom:1px solid #900;
	color:#000;
}
#contenido_PC form td {
	border-bottom: none;
	vertical-align:top;
}
#tabs img{
	margin:0 auto;
}
#tabs-2 li{
	margin:0 10px;
}
