body,a,img,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
fieldset,img {
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
img {
	border: none;
	text-decoration: none;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/*----------------------FIN DE LA NEUTRALIZACION---------------------*/


/* INICIO RESET CSS */
html, body, div, span, plet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, ction, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* INICIO RESET CSS */


/*----------------------INICIO RESALTADO TEXTO FIREFOX---------------------*/
::-moz-selection {
color: #000;
background-color: #F9DB2F;
}
/*----------------------FIN RESALTADO TEXTO FIREFOX---------------------*/


/*----------------------INICIO FACE FONT DROID SANS---------------------*/
@font-face {
	font-family: 'DroidSansRegular';
	src: url('../fonts/DroidSans-webfont.eot');
	src: local('?'), url('../fonts/DroidSans-webfont.woff') format('woff'), url('../fonts/DroidSans-webfont.ttf') format('truetype'), url('../fonts/DroidSans-webfont.svg#webfont8MJk1v0N') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DroidSansBold';
	src: url('../fonts/DroidSans-Bold-webfont.eot');
	src: local('?'), url('../fonts/DroidSans-Bold-webfont.woff') format('woff'), url('../fonts/DroidSans-Bold-webfont.ttf') format('truetype'), url('../fonts/DroidSans-Bold-webfont.svg#webfonttmEDj429') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*----------------------FIN FACE FONT DROID SANS---------------------*/




/*/////////////////MAQUETACION.CSS//////////////////////////*/
body {
	font-family: 'DroidSansRegular', Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #f3f7fd;
	font-weight: normal;
}
#contenedora {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#cabecera {
	padding-top: 20px;
}
#cabecera_superior {
	height: 120px;
}
#cabecera_inferior {
	height: 280px;
	clear: both;
	padding-top: 75px;
	padding-left: 51px;
}

#accesos_directos {
	padding-top: 12px;
	padding-right: 22px;
	float: right;
}

#menu {
	padding-right: 5px;
	margin-top: 48px;
	*margin-top: 38px;
	float: right;
}
#menu ul {
}
#menu ul li {
	float: left;
}
#lista_errores {
	margin-bottom: 1px;
	display: block;
}
#lista_errores li {
	clear: both;
	display: block;
}
#lista_errores label {
	clear: both;
}
#contenido {
	margin-bottom: 30px;
}
#contenido_izquierda_portada {
	float: left;
	width: 430px;
	margin-right: 40px;
}
#contenido_derecha_portada {
	width: 470px;
	float: left;
}
#contenido_izquierda_pef {
	width: 290px;
	float: left;
	margin-right: 35px;
}
#contenido_centro_pef {
	float: left;
	width: 290px;
	margin-right: 35px;
}
#contenido_derecha_pef {
	float: left;
	width: 290px;
}
#contenido_izqda_contacto {
	float: left;
	width: 450px;
	margin-right: 40px;
}
#contenido_dcha_contacto {
	float: left;
	width: 450px;
}
#pie {
	background-color: #ddd6fd;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c7cdd6;
	padding-top: 10px;
	padding-bottom: 15px;
}
#contenedora_pie {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#map_canvas {
	height: 280px;
	width: 450px;
}
#map_canvas2 {
	height: 280px;
	width: 450px;
}
#map_canvas3 {
	height: 280px;
	width: 450px;
}

#noIE6 {
	border: 1px solid #FF0000;
	padding: 5px;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #FF0000;
	background-color: #FFC4C4;
	width: 800px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	line-height: 22px;
	margin-bottom: 50px;
}
#noIE6 a {
	font-weight: bold;
	color: #0099FF;
}
