body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F3F3F3;
	color: #333333;
	line-height: 1.5em;
}
.padding {
	padding: 0px 10px;
}

.style1 {
	color: #007da3;
	font-weight: bold;
	font-size: 11px;
}

.style2 {font-size: 11px}

.style3 {font-size: 9px}

.style5 {font-size: 16px; font-weight: bold; }
.style6 {font-size: 14px}
.style10 {font-size: 11px}
.style12 {font-size: 18px; font-weight: bold; }

.interlin {
	line-height: 1.5em;
}
.interlin2 {
	line-height: 3em;
}

.navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #00B0D7;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

.navcontainer ul li { display: inline; }

.navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #00B0D7;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

.navcontainer ul li a:hover
{
background-color: #CCCCCC;
color: #000000;
}


#navcontainer2 ul
{
padding-left: 0;
margin-left: 0;
color: #9F9F9F;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer2 ul li { display: inline; }

#navcontainer2 ul li a
{
padding: 0.2em 1em;
color: #9F9F9F;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
font-size: 8px;
}

#navcontainer2 ul li a:hover
{
color: #000000;
}



a {
	font-weight: bold;
	color: #333333;
	font-size: 11px;
}

a:hover{
	color:#000000;
	text-decoration: underline;
}

.titulo {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

a.titulo {	
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

.ficha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	background-color: #C5F1F9;
	vertical-align: top;
}
.ficha_detacada {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	background-color: #A7DEEF;
	vertical-align: top;
}
.titulo_destacada {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	color: #FFFFFF;
	background-color: #007DA3;
}
.gris_background {
	background-color: #CCCCCC;
}
.titulo_ficha {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	color: #FFFFFF;
	background-color: #00B0D7;
}

.titulo_seccion {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #007DA3;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
.nombre_destacado {
	font-weight: bold;
}
.gris_claro {
	background-color: #F3F3F3;
}

#agencia a {
	font-weight: bold;
	font-size: 10px;  
	text-decoration: none;
}

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

#blanco {
	color: #FFFFFF;
}

#blanco a {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

#blanco a:hover {
	color: #c5f1f9;	
	
}

.next, #next {
	font-size: 11px;
	font-weight: bold;
	color: #007DA3;
	padding-top: 2px;
	padding-bottom: 2px;
}
.next a:hover, #next a:hover {
	color: #00B0D7;
	text-decoration: none;
}
.next a, #next a {
	font-size: 11px;
	font-weight: bold;
	color: #007DA3;
	text-decoration: none;
}
.fichagran {
	color: #FFFFFF;
	background-color: #007DA3;
}
.destacado2 {
	font-size: 12px;
	font-weight: bold;
}
.paddingcontacto {
	line-height: 1.5em;
	padding-top: 2px;
	padding-bottom: 2px;
}
.titulo_registro {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

.titulo_usuario {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	padding: 5px;
	font-weight: bold;
}

.titulo_oferta {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #007da3;
	padding: 5px;
	font-weight: bold;
}

.titulo_convocatorias {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #00b0d7;
	padding: 5px;
	font-weight: bold;
}

#micro {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	padding-top: 2px;
	padding-bottom: 2px;
}
#micro a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#micro a {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.titulo_actual {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	color: #FFFFFF;
	background-color: #00B0D7;
}.actual {
	color: #FFFFFF;
	line-height: 1.5em;
	padding-top: 10px;
}

.blanco {
	background-color: white;	
}

input, textarea {
	border: 0px;
	background-color: #F3F3F3;
}

.admin_form {
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.error {
	color: red;	
}

/*Formularios*/
div.formulario {
	margin-left: 40%;
	text-align: left;
}

div.formulario label {
	display: block;
	text-align: left;
	padding-right: 20px;
	font-weight: bold;
}

input, textarea {
	background-color: #F3F3F3;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.pulsable {
	cursor: pointer;
}

#c_akeSqlLog {
	display: none;
}

/* Tablon de anuncio */
#tablon_anuncios {
	background-color: white;
	width: 900px;
}

.tablon_cabecera span {
	background-color: #DDDDDD;
	font-size: 12px;
}

/* Enlaces de abajo */
.borde_tabla_gris {
	border: 1px solid #8A8A8A;
	background-color: #FFFFFF;
}

#webs img {
	border: 0;
}

#webs a:hover {
	color: #000000;
	font-size: 11px;
	line-height: normal;
	text-decoration: underline;
}

#webs a {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
}

#publi_capa {
    width: 960px;
}

#publi_capa a {
    font-size: 8pt;
}

#publi_capa th {
    background-color: #CCCCCC;
}

/*
.boton_tablon {
	text-align: center;
	width: 210px;
	height: 25px;
	background-image: url('images/b_tablon_oscuro.gif');
	cursor: pointer;
}

.boton_tablon_claro {
	text-align: center;
	width: 210px;
	height: 25px;
	background-image: url('images/b_tablon_claro.gif');
	cursor: pointer;
}

.boton_tablon a, .boton_tablon_claro a {
	color: white;
	text-decoration: none;
}
*/