/* Stylesheet / CSS */

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";


/* CSS Reset - Do not edit this line */ 
html {margin:0;padding:0;border:0;}body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:frutiger bold;vertical-align:baseline;}article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}body {line-height:1.5;background:white;}table {border-collapse:separate;border-spacing:0;}caption, th {text-align:left;font-weight:normal;float:none !important;}table, th, td {vertical-align:middle;}blockquote:before, blockquote:after, q:before, q:after {content:'';}blockquote, q {quotes:"" "";}a img {border:none;}:focus {outline:0;}


/* General Styles
----------------------------------------------------------------------------------------------------*/
html {
	min-height: 0!important;
    height: auto!important;
    position: inherit!important;
}
body {
	position: relative!important;
	font-family:  "Ubuntu",sans-serif;
	font-size: 14px;
	line-height: 20px;
    height: auto!important;
    min-height: 0!important;
	border-top:0px solid #919191;
}

#wrapper {	
	padding: 70px 0 0 0px;
	height: 100%;
}
#wrapper {
	width: 350px;
	margin:auto;
	position: relative;
}

#wrappertop {
	background:url(../images/wrapper_top.png) no-repeat;
	height:22px;
}

#wrappermiddle {
	background:url(../images/wrapper_middle.png) repeat-y;
	height:240px;
}

#wrapperbottom {
	background:url(../images/wrapper_bottom.png) no-repeat;
	height:22px;
}

#wrapper h2 {
	margin-left:20px;
	font-size:20px;
	font-weight:bold;
	font-family: "Ubuntu",sans-serif;
	text-transform:uppercase;
	position:absolute;
	text-shadow: #fff 2px 2px 2px;
}

#username_input {
	margin-left:25px;
	position:absolute;
	width:300;
	height:50px;
	margin-top:40px;
}

#username_inputleft {
	float:left;
	background:url(../images/input_left.png) no-repeat;
	width:12px;
	height:50px;
}

#username_inputmiddle {
	float:left;
	background:url(../images/input_middle.png) repeat-x;
	width:276px;
	height:50px;
}

#username_inputright {
	float:left;
	background:url(../images/input_right.png) no-repeat;
	width:12px;
	height:50px;
}

#url{
	display:block;
	width:276px;
	height:45px;
	background:transparent;
	border:0;
	color:#bdbdbd;
	font-family: "Ubuntu",sans-serif;
	font-size:14px;
	padding-left:20px;
}

#url_user {
	position:absolute;
	display:block;
	margin-top:-28px;
	float:left;
	padding-right:10px;
}

#password_input {
	margin-left:25px;
	position:absolute;
	width:300;
	height:50px;
	margin-top:100px;
}

#password_inputleft {
	float:left;
	background:url(../images/input_left.png) no-repeat;
	width:12px;
	height:50px;
}

#password_inputmiddle {
	float:left;
	background:url(../images/input_middle.png) repeat-x;
	width:276px;
	height:50px;
}

#password_inputright {
	float:left;
	background:url(../images/input_right.png) no-repeat;
	width:12px;
	height:50px;
}

#url_password {
	display:block;
	position:absolute;
	margin-top:-32px;
	float:left;
	margin-left:4px;
}

#submit{
	float:left;
	position:relative;
	padding:0;
	margin-top:160px;
	margin-left:25px;
	width:300px;
	height:40px;
	border:0;
}

#submit1 {
	position:absolute;
	z-index: 10;
	border:0;
}

#submit2 {
	position:absolute;
	margin-top:0px;
	border:0;
}

#links_left{
	float:left;
	position:relative;
	padding-top:5px;
	margin-left:25px;
}

#links_left a{
	color:#bbb;
	font-size:11px;
	text-decoration:none;
	transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
}

#links_left a:hover{
	color:#292929;
}

#links_right{
	float:right;
	position:relative;
	padding-top:5px;
	margin-right:25px;
}

#links_right a{
	color:#bbb;
	font-size:11px;
	text-decoration:none;
	transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
}

#links_right a:hover{
	color:#292929;
}

#powered{
	float:right;
	position:relative;
	padding-top:3px;
	margin-right:5px;
	font-size:11px;
}

#powered a{
	color:#aaa;
	font-size:11px;
	text-decoration:none;
	transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
}

#powered a:hover{
	color:#292929;
}










/* ESTILO LISTADOS*/

#td1{
    text-align:right;
    padding-top:3px;
    padding-right:10px;
    float:left;
    width:190px;
    font-weight:bold;
    color:black;
    margin-left:145px;
}

#td2 select{
    width:358px !important;
    max-width:358px !important;
}

.botones{
    font-weight:bold;
    background:#FF6500;
    border:thin solid #AAAAAA;
    color:#FFFFFF;
    cursor:pointer;
    padding: 2px 4px;
}

.abotones{
    font-weight:bold;
    background:#FF6500;
    border:thin solid #AAAAAA;
    color:#FFFFFF;
    cursor:pointer;
    padding: 2px 4px;
    text-decoration: none;
}

.tdbotones{
    font-weight:bold;
    background:#FF6500;
    border:thin solid #AAAAAA;
    color:#FFFFFF;
    cursor:pointer;
}

#clear{
    clear:both;
}

#td1informes{
    text-align:left;
    padding-top:3px;
    padding-right:10px;
    float:left;
    width:190px;
    font-weight:bold;
    color:black;
    margin-left: 25%;
    margin-bottom: 5px;
}

#td2informes{
    text-align:left;
    float:left;
    width:500px;
    margin-bottom: 5px;
}

#td3informes{
    text-align:left;
    float:left;
    width:560px;
	margin-left: 25%;
    margin-bottom: 5px;
}

.informes_td_header {
    padding: 3px;
    text-align: center;
    margin: 0;
}

.informes_td {
    border: 1px solid #DDDCDC;
    padding: 3px;
    font-weight: bold;
    background-color: white;
    vertical-align: middle;
    text-align: left;
}

.informes_textarea{
    width: 450px;
    max-width: 450px;
    padding: 4px;
    font-weight: normal;
    border: 1px solid #DDDCDC;
    min-height: 100px;
}

.multiselect {
    width: 540px;
    height: 200px;
}

#cont{
	margin-top: 0px;
	width: 200px;
	float: left;
	margin-left: 10px;
	margin-bottom: 0px;
} 

.cabecera{
	height: 35px;
	padding: 7px;
	background-color: rgba(143, 196, 245, 0.65);
	margin-bottom: 20px;
}

.cabecera2{
	height: 35px;
	padding: 7px;
	background-color: rgba(143, 196, 245, 0.25);
	margin-bottom: 20px;
	width: 50%;
}
.cabtabla{
	background-color: rgba(143, 196, 245, 0.65);
	font-weight: bold;
}

.span11{
	margin-left: 20px; 
	width: 500px;  
	float:center;
	padding: 7px;
}
						
						
						



#prueba{
	height: 35px;
	background: url('/images/nav.png') repeat-x scroll 0% 0% transparent;
z-index: 5;
width: 100%;
margin-top: 105px;
}

ul#topnav {
	width: 90%;
	list-style: none outside none;
	position: relative;
	font-size: 1.2em;
	background: url('/images/nav.png') repeat-x scroll 0% 0% transparent;
	float: left;
	margin-left: 2%;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
}
ul#topnav li a {
	padding: 7px 10px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #c44616 url('/images/nav2.png') repeat-x;}
ul#topnav li span {
	float: left;
	position: relative;
	display: none;
	background: #c44616;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: block; }
ul#topnav li span a:hover {text-decoration: underline;}

ul#topnav2 {
	list-style: none outside none;
	position: relative;
	font-size: 1.2em;
	background: url('/images/nav.png') repeat-x scroll 0% 0% transparent;
	float: left;
	margin-left: 0%;
	width: 8%;
}
ul#topnav2 li {
	float: left;
	margin: 0; padding: 0;
	border-right: 0px solid #555;
}
ul#topnav2 li a {
	padding: 7px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav2 li:hover { background: #c44616 url('/images/nav2.png') repeat-x;}
ul#topnav2 li span {
	float: left;
	position: absolute;
	left: -45px; 
	display: none;
	background: #c44616;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav2 li:hover span { display: block; }
ul#topnav2 li span a { display: block; }
ul#topnav2 li span a:hover {text-decoration: underline;}


#numero2 {
    margin-left: 6px;
    padding: 3px 5px;
    background-color: rgba(143, 196, 245, 0.65);
    color: #000;
    text-decoration: none;
}
.capaleft {
    float: left;
	margin-left: 20px;
padding: 3px 5px;
}


.suggest-element{
margin-left: 5px;
margin-top: 5px;
width: 350px;
cursor: pointer;
color: rgb(143, 196, 245);
}
#suggestions {
width: 500px;
max-height: 200px;
overflow: auto;
background-color: #E3F0FC;
margin-left: 30px;
position: absolute;
}

body{
	background: url(cchotel.jpg) no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#contenido{
	position: absolute;
	z-index: 2;
}

#entrada{
	margin-top: 20px;
	margin-left: 40px;
	background-color: #a00020;
	padding: 20px;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 10px double #ffffff;
}

#entradaimg{
	position: absolute;
	z-index: 3;
	float: right;
	margin-left: 550px;
	margin-top: -170px;
}

#imglogo{
	width: 200px;
}

td{
	color: white;
}

*{
	font-family: 'Montserrat', sans-serif;
}