/* CSS Document */
* { margin:0; padding:0; }

body {
	background:url(imagen/bgbody.jpg) top repeat-x;
	text-align:center;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica;
	font-size:1em;
	}

#contenedor {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:800px;
	}

#top {
	height:50px;
	}

#top h1 {
	font-size: 1.2em;
	color:#ffffff;
	padding: 10px 0 0 20px;
	}

#header {
	height:150px;
	}

#header h2 {
	display:none;
	}

#header img { padding-top:45px; }

#nav {
	background: url(imagen/bgnav.jpg) top no-repeat;
	height:35px;
	}

#nav li {
	list-style-type:none;
	margin-left:0;
	display:inline;
	padding:15px 10px 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:.9em;
	}
#nav ul { padding:5px 0 0 10px;}	

#nav a, a:hover { color:#ffffff; }
#nav a { text-decoration:none; }
#nav a:hover { text-decoration:underline; }

#main {
	width:800px;
	margin-bottom:10px;
	}
	
#bloque1 {
	width:380px;
	float:left;
	background-color:#fefefe;
	
	}

#bloque1_int {
	margin:10px;
	}

.marginleft30 { margin-left:30px;}

#bloque2 {
	margin-right:10px;
	width:380px;
	float:right;
	background-color:#eef8ff;
	border: #e6edf7 1px solid;
	}
	
#bloque2_int {
	margin:10px;
	}

#bloque2_int, .bloque_largo p { padding-bottom:5px; }

#bloque1_int, #bloque2_int { overflow:hidden; }
	
.bloque_aux {
	width:180px;
	float:left;
	background-color:#eef8ff;
	border: #e6edf7 1px solid;
	margin:3px;
	padding:3px;
}

.bloque_aux h3, .bloque_aux p { font-size:.9em; }
.align_left { float:left; padding-right:5px;}

.bloque_largo {
	width:770px;
	/*height:200px;*/
	float:left;
	background-color:#eef8ff;
	border: #e6edf7 1px solid;
	margin:10px;
	padding:3px;
}

.bloque_largo li {
	list-style-type:none;
	margin-left:0;
	display: block;
	padding:3px 0 0 0;
	font-size:.8em;
}

.bloque_medio {
	width:370px;
	/*height:200px;*/
	float:left;
	background-color:#eef8ff;
	border: #e6edf7 1px solid;
	margin:10px;
	padding:3px;
}

.bloque_aux h3, .bloque_aux p { font-size:.9em; }
.align_left { float:left; padding-right:5px;}


#footer {
	background:url(imagen/footerbg.jpg) top no-repeat;
	height:110px;
	}

#footer a, a:hover { color:#ffffff; text-decoration:none; }
#footer a:hover { text-decoration:underline; }

.foot1 {
	width:220px;
	margin: 6px 30px 0 10px;
	float:left;
	}
	
.foot2 {
	width:90px;
	margin: 6px 10px 0 20px;
	float:left;
	}

#footer p { 
	color:#ffffff;
	font-size:.7em;
	}
	
#galeria {
	text-align:center;
	background-color:#eef8ff;
	border: #e6edf7 1px solid;
}

#galeria img { 
	border:none;
	margin:2px 10px;;
	}

#mapa {
	width:800px;
	text-align:center;
	}

br { clear:both; overflow:hidden; }

.align_center { text-align:center; }

/* TEXTO */

h1, h2, h3 {
	color:#084b78;
	}
a, a:visited {
	color:blue;
	}

#tabla {
	width:700px;
	text-align:center;
	}
#tabla_int {
	width:500px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}

table.lineas_basicas {
	width:500px;
	border-collapse:collapse;
	border-top:3px solid #069;
	text-align:center;
	margin: 20px 0 20px 0;
	}

table.lineas_basicas th {
	border-bottom:2px solid #069;
	}

table.lineas_basicas td {
	border-bottom:1px solid #069;
	}

table.lineas_basicas caption {
	margin-bottom:6px;
	}

table.lineas_basicas td, table.lineas_basicas th {
	padding:5px 3px;
	}

caption { 
	margin: 20px 0 20px 0;
	}
	
.direccion { margin-left:20px;}

.nueva {
	padding:5px;
	color: #E6EDF7;
	background-color: #FF0000;
	font-size: 22px;
}

.nueva a {
	color: #fff;
	text-decoration: none;
}

.nueva a:hover {
	color: #FFFF88;
	text-decoration: underline;
}

