﻿@charset "utf-8";
/* CSS SEOC2012 						 */
/* CSS AVA Soluciones Tecnologicas SL	 */
/* www.avaforum.com						 */

@font-face {
    font-family: 'UbuntuRegular';
    src: url('cssfonts/Ubuntu-R-webfont.eot');
    src: url('cssfonts/Ubuntu-R-webfont.eot?#iefix') format('embedded-opentype'),
         url('cssfonts/Ubuntu-R-webfont.woff') format('woff'),
         url('cssfonts/Ubuntu-R-webfont.ttf') format('truetype'),
         url('cssfonts/Ubuntu-R-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Hotele-Sede */


#hotel-sede{

       display:block;

       width:99%;

       font-size:110%;

}

#hotel-sede table{

       width:100%;

       font-weight:bold;

       border:1px solid #ada054;

       background-color:#dfdabc;

}

#hotel-sede th{

       border-bottom:1px solid #999;

       line-height:24px;

       background-color:#ad9f54;

       color:#fff;

}

#hotel-sede td{

       border-bottom:1px dotted #fff;

       line-height:28px;

       background-color:#dfdabc;

}

#hotel-sede .new-hotel td{

       padding-top:0px;

       border-top:1px solid #666;

}

#hotel-sede tr:nth-child(even){

       /*background-color:#dfdabc;*/

}


.hotel-destacado {

       font-weight:bold !important;

       background-color:#9FC !important;

       }
/* Listado Hoteles */

.listado-hoteles{

       display:block;

       width:99%;

}

.listado-hoteles table{

       width:100%;

       font-weight:normal !important;

       border:none;

}

.listado-hoteles th{

       border-bottom:1px solid #999;

       line-height:24px;

       background-color:#069;

       color:#fff;

}

.listado-hoteles td{

       border-bottom:1px dotted #999;

       line-height:28px;

}

.listado-hoteles .new-hotel td{

       padding-top:0px;

       border-top:1px solid #666;

}

.listado-hoteles tr:nth-child(even){

       background-color:#f5f5f5;

}

.hotel-destacado {

       font-weight:bold !important;

       }
/* Listado Hoteles End */


html, body, div, p {
	margin: 0 0 0 0px;
	padding: 0;
	font-size: 100%;
	font-family: 'UbuntuRegular', 'ms sans-serif', sans-serif, verdana, arial;
    
}
body {
	font-size: 80%;
    min-width: 990px;
	background-color:#fff;
	background-image: url("estructura/bg.gif");
	background-repeat: repeat-x;
	text-align:center;
	color:#333;
	line-height:1.5;
}


a {
    color: #4C8BB2;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
#header{
	background-image: url("estructura/logo.png") no-repeat center top; 
	min-height: 150px;
		}
#header img{
	border:none;
		}
#content{
	text-align:left;
	margin:0 auto;
	width: 990px;
	/*min-height: 500px;*/
}
#content p{
	padding:10px;
	
}
#footer {
	text-align:center;
	height:60px;
	margin:0 auto;
	background-color:#02305e;
	color:#FFF;
	background-image: url("estructura/bg-footer.gif"); 
}
#footer p{
	margin:0 auto;
	width: 990px;
	padding-top:14px;
}

#content h1 {
    border-bottom: 1px solid #CACACA;
    border-top: 1px solid #CACACA;
    font-size: 2.5em;
    margin-top: 30px;
    padding: 0;
	color:#26779d;
    width: 996px;
}
.center {
	text-align:center;
	}

/* ------------------------- */
#boton{
	float:right;
	color:#FFF
	display:block;
	padding-left:0.6em;
	width:4.8em;
	font-size:0.9em;
	font-weight:bold;
	background:url(estructura/button.gif) no-repeat left top;
	cursor:pointer;
	height:2em;
}
#boton a:link{
	color:#FFF;
	text-decoration:none;
}
#boton a:visited{
	color:#FFF;
	text-decoration:none;
}
#boton a:hover{
	color:#FFF;
	text-decoration:underline;
}

/* ------------------------- */

.botongrande{
	margin:3px auto;
	padding-top:10px;
	width:195px;
	font-size:1.3em;
	font-weight:normal;
	color: #fff;
	border: 0px outset #d7b9c9;
	/*background:url(estructura/button.gif) no-repeat left top;*/
	background:url(estructura/botongrande.jpg) left top no-repeat;
	/*cursor:pointer;*/
	height:42px;
	text-align:center;
	text-shadow: 0.05em 0.05em #333;
}
.botongrande a:link{
	font-weight:bold;
	color: #fff;
	text-decoration:none;
}
.botongrande a:visited{
	font-weight:bold;
	color: #fff;
	text-decoration:none;
}
.botongrande a:hover{
	font-weight:bold;
	color: #eee;
	text-decoration:none;
}

.botongrande a:active{
	font-weight:bold;
	color: #ccc;
	text-decoration:none;
}

/* ------------------------- */
.miboton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.miboton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	text-decoration:none;
	cursor:pointer;
}.miboton:active {
	position:relative;
	top:1px;
}
/* ------------------------- */

/* ------------------------- */
.mibotonEnlaces {
	-moz-box-shadow:inset 0px 1px 0px 0px #cccccc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cccccc;
	box-shadow:inset 0px 1px 0px 0px #cccccc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #06507d), color-stop(1, #619aae) );
	background:-moz-linear-gradient( center top, #06507d 5%, #619aae 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#06507d', endColorstr='#619aae');
	background-color:#06507d;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:0px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #333333;
}.mibotonEnlaces:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #619aae), color-stop(1, #06507d) );
	background:-moz-linear-gradient( center top, #619aae 5%, #06507d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#619aae', endColorstr='#06507d');
	background-color:#06507d;
	text-decoration:none;
	cursor:pointer;
}.mibotonEnlaces:active {
	position:relative;
	top:1px;
}
/* ------------------------- */



.mitabla-titulo { 
		font-weight:bold;
		color:#333;
		background-image:url(estructura/tabla-titulo.png);
}
.mitabla-borde-mini { 
		font-size:10px;
		border-bottom:#CCC 1px solid;		
}
.mitabla-ayuda { 
		font-size:10px;
		color:#000;
}

/* --------TABLSA SEOC ----------------- */
.short-table td {
    background: none repeat scroll 0 0 #eeeeee;
    border-bottom: 1px solid #E0E0E0;
    color: #000000;
    font-weight: normal;
    height: 30px;
    text-align: center;
}

table.blue {
    border: 1px solid #07558C;
}
.blue th {
	font-size: 24px;
    background: none repeat scroll 0 0 #07558C;
    color: #FFFFFF;
}




.rounded_textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #ddd;
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    outline: 0 none;
    padding: 4px 7px;
}