/* TAGS
----------------------------------------------- */
BODY {
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 28px;
	font-weight: bold;
/*
	min-width: 990px;
	width: auto !important;
	width: 990px;
*/
}

h1 {
	color: #f8a500;
	font-size: 38px;
	line-height: 42px;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
	font-weight: bold;
}

h3 {
	color: #f8a500;
	font-size: 20px;
	line-height: 28px;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	font-weight: bold;
}

.clear_all {clear: both;}
.naranja{ color:#F8A500; }
a.enlace_mano{ color:#C6C3B4;	font-size: 11px; font-weight: bold; }
a.enlace_mano:hover{ color:#f8a500;	text-decoration: none; }
a {color: #f8a500; text-decoration: none;}
a:hover { color: #f8a500; text-decoration: underline;}
img { border-width: 0px;margin:0px;padding:0px;}

/* Formularios
----------------------------------------------- */


input {
	border: 1px solid #C6C3B4;
	font-size: 11px;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

textarea {
	border: 1px solid #C6C3B4;
	font-size: 11px;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

form{
	margin: 0; padding:0;
}

/* Estructura
----------------------------------------------- */

#base {
	width: 930px;
	padding-left: 60px;
	margin: 0 auto;
	background-color: transparent;
	color: #86826F;
}

#cabecera {
	width: 930px;
	height: 35px;
	background: url(../images/cabecera_fondo.gif) top left no-repeat; 
}


#menu_col_izq{
	width: 150px;
	float: left;
}

	#menu_col_izq ul.menu{ margin: 5px 0px 0px 0px; padding: 0px; list-style-type: none;	}
		#menu_col_izq ul.menu li{
			font-size:20px;
			line-height: 28px;
			font-weight: bold;
		}
		#menu_col_izq ul.menu li a{	color: #C6C3B4;	}
		#menu_col_izq ul.menu li a:hover,
		#menu_col_izq ul.menu li a.selected	{
			color: #86826F; text-decoration: none	
		}

	#menu_col_izq ul.submenu{ margin: 15px 0px 0px 0px; padding: 0px; list-style-type: none;	}
		#menu_col_izq ul.submenu li{
			font-size:14px;
			line-height: 20px;
			font-weight: bold;
		}
		#menu_col_izq ul.submenu li a{	color: #C6C3B4;	}
		#menu_col_izq ul.submenu li a:hover,
		#menu_col_izq ul.submenu li a.selected	{
			color: #f8a500; text-decoration: none	
		}


#centro {
	width: 710px;
	padding: 60px 0px 0px 70px;
	float:left;
	background-image: url(../images/centro_fondo.gif);
	background-repeat: repeat-y;
	min-height: 455px;
	height: auto !important;
	height: 455px;

}

#pie {
	clear: both;
	width: 930px;
	height: 15px;
	padding-top:30px;
	color: #C6C3B4; 
	text-align: center;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
	background: url(../images/pie_fondo.gif) top left no-repeat; 
}

#pie a{
	color:#F8A500;
}

table.tabla{	border: 0px solid #FFFFFF;	width: 510px; }
table.tabla a{	color: #C6C3B4; font-weight: bold;}
table.tabla td{ vertical-align: top ;font-size:11px; padding: 0px;font-weight: bold; line-height: 15px;}
table.tabla td.titulo1{color:#86826F; }
table.tabla td.titulo2{color:#C6C3B4; }
table.tabla td.titulo2 span.error{color:#F8A500; }
table.tabla td.error{color:#F8A500; }

#empleo_ofertas {
	font-size:11px; 
	font-weight: bold;
	width: 500px;
	line-height: 15px;
}


#empleo_ofertas span.titulo{
	display: block;
	font-size:11px; 
	font-weight: bold;
	line-height: 15px;
	color:#F8A500;
}

