/*
+--------------------------------------------------------------+
+
+  CSS for www.eltuneldelport.com
+  El Tunel del Port styles for all pages
+  code by iwprojects (info[at]iwprojects[dot]com)
+
+-------< Definiciones generales >-----------------------------+
| Definiciones generales para todas las páginas
+--------------------------------------------------------------+
*/

body {
	margin: 0 auto 1em auto;
	padding: 0;
	font-size: 12px;
	line-height: 130%;
	font-family: "Arial", Helvetica, sans-serif;
	text-align: center;
	color: #000;
	background: #00a7ec;
}
a { text-decoration: underline; }
a:link { color: ; }
a:visited { color: ; }
a:hover, a:active{ text-decoration: underline; color: #f55;}
hr{ height: 1px; }
p{
	margin: 0px;
	padding: 0px;
}
p.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 85%;
}
strong {
	font-weight: bold;
}
img {
	border:0;
}
/* ++++++< Definiciones de textos. generales >++++++ */

h1{
	font-size: 1.5em;
	font-family: "Arial", Helvetica, sans-serif;
	line-height: 120%;
	font-weight: normal;
	clear: both;
	margin: 0px;
}
h2{
	font-size: 1.2em;
	font-family: "Arial", Helvetica, sans-serif;
	line-height: 130%;
	font-weight: normal;
	clear: both;
	margin: 0px;
}
h3{
	font-size: 1.05em;
	font-family: "Arial", Helvetica, sans-serif;
	line-height: 130%;
	font-weight: normal;
	clear: both;
	margin: 0px;
}
h4{
	font-size: .9em;
	font-family: "Arial", Helvetica, sans-serif;
	line-height: 130%;
	font-weight: normal;
	clear: both;
	margin: 0px;
}
h5{
	font-size: .85em;
	font-family: "Arial", Helvetica, sans-serif;
	line-height: 130%;
	font-weight: normal;
	clear: both;
	margin: 0px;
}
ul {
	margin: 19px;
	padding: 0px;
	text-align: left;
}
li {
	display: list-item;
}
table td{
	vertical-align: top;
	text-align: left;
	font-size: 100%;
}
/*
+-------< Resto de definiciones >--------------------------------+
| Resto de definiciones del web
+-----------------------------------------------------------------+
*/

/* ++++++< general >++++++ */

table.coshtml {
	margin-top: 12px;
	width: 924px;
	background: #f7f2ed;
}
table.cabecera {
	margin-bottom: 26px;
}
table.cabecera a {
	color: #e21f20;
}
table.cabecera a:hover {
	color: #00a7ec;
}
table.cabecera table.menu-principal {
	margin-top: 16px;
}
table.cabecera table.menu-principal a {
	text-decoration: none;
	display: block;
	padding-bottom: 22px;
}
table.cabecera table.menu-principal td,
table.cabecera table.menu-principal td.select {
	text-align: center;	
	background: url('../img/menu-fondo.gif') no-repeat 50% 100%;
	border-left: 1px solid #f7f2ed;
	border-right: 1px solid #f7f2ed;
	font-weight: bold;
	font-size: 13px;
	width: 16.66%;
}
table.cabecera table.menu-principal td:hover {
	background: url('../img/menu-fondo2.gif') no-repeat 50% 100%;
}
table.cabecera table.menu-principal td.select {
	background: url('../img/menu-fondo-sel.gif') no-repeat 50% 100%;
}
table.cabecera table.menu-principal td.select a {
	color: #00a7ec;
}
table.cabecera p.secundarios {
	font-weight: bold;
}
table.cabecera p.secundarios a.select {
	color: #333;
	text-decoration: none;
}

div.central {
	width:100%;
}
p.titulo {
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	color: #00a7ec;
	margin-bottom: 17px;
}
.subtitulo {
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	color: #a06a00;
	margin-bottom: 17px;
}
.piedefoto {
	font-family: "sans-serif", Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #a06a00;
	margin-bottom: 8px;
	line-height: 120%;
}
div.central div.texto {
	font-family: "sans-serif", Helvetica, Arial;
	font-size: 13px;
	line-height: 120%;
	text-align: left;
}
div.central div.texto p {
	margin-bottom: 8px;
}
.pie-pagina {
	text-align: center;
	margin-top: 24px;
}

.espacio-vertical {
	width: 19px;
}
.espacio-horizontal2 {
	height: 24px;
}
.pieimagen1{
	text-align: center;
}