body{
	text-align:center;
	margin:0px;
	padding:0px;
	font: 0.93em Arial,Verdana,sans-serif;
	color:#6F7B77;
}
/*------------------------------------TODO-------------------------------*/
#todo{
	margin:0 auto;
	text-align:left;
}
/*-----------------------------MENU--------------------------------------------*/
#menu{
	display: none;
}
/*----------------------------------SUBMENU-----------------------------------*/
#submenu{
	display: none;
}
/*----------------------------------------CONTENIDOS------------------------------*/
#contenidos{
	float: left;
}
/*------------------------------------------FOTOTOP-----------------------------------*/
#fototop{
	display: none;
}
/*---------------------------------------BOTONERAS---------------------------*/
.botonera{
	display:none;
}
/*--------------------------------------BOTTOM------------------------------------*/
#bottom{
	text-align: left;
}

#bottom_idiomas{
	display:none;
}
#bottom_enlaces{
	display:none;
}
/* REDEFINICIONES */
img{
	border:0;
}
a{
	color:#003665;
	font-weight:bold;
	text-decoration:none;
}
h1{
	display: none;
}

h2{
	color: #003665;
	font-size:22px;
	font-weight:bold;
	border-bottom: 1px solid #BBBBBB;
	margin:0;
	padding:0;
}
h2 span{
	display:block;
}
h3{
	color: #878787;
	font-size:18px;
	text-align:left;
	font-weight:bold;
	margin:0;
	padding:0 0 3px 0;
}
h3 span{
	display:block;
}
.oculto{
	display: none;
}

/*------------------------------------CONTACTO----------------------------------*/
.csc-mailform-field{
	margin: 0 0 8px 0;
}
form label{
	color: #003665;
	float: left;
	width: 99%;
	padding: 0 0 2px 0;
}
form fieldset{
	border: none;
	margin:10px 0 10px 0;
	padding:0;
}
form{
	padding: 0 0 0 2px;
}

/*-------------------- MAPA WEB---------------------------------------*/
.csc-sitemap{
	border-bottom: 1px solid #BBBBBB;
	margin-bottom: 20px;
}
.csc-sitemap ul{
	margin:0;
	padding:0;
	list-style-type: none;
}
.csc-sitemap ul li{
	border: 1px solid #B7B7B7;
	margin:5px 0 5px 0;
	padding: 10px 10px 10px 15px;
	font-weight:bold;	
	font-size: 1.2em;
}
.csc-sitemap ul li li{
	border:1px solid #F6F6F6;
	padding:10px 0 10px 20px;
	margin:0;
	font-weight: normal;
	font-size: 0.9em;
}