body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-color: #B4C7E7;
	font-size:12px;
	text-align:center;
	font-family: 'Roboto', sans-serif;
}

input[type='text'], input[type='password'], select, textarea {
	width: 94%;
	border: 1px solid #B6C4E6;
    border-radius: 3px;
	padding: 3px 0 3px 5px;
}

.input_error {
	font-family:Arial;
	font-size:12px;
	background-color:#FF7575;
}

.input_small {
	font-family:Arial;
	font-size:10px;	
}
.input_small_error {
	font-family:Arial;
	font-size:10px;
	background-color:#FF99FF;
}
.input1 {
	padding-top:5px; 
	padding-bottom:5px; 
	padding-left:5px; 
	padding-right:5px; 
	height:30px; 
	font-size:22px;
	
	border-top-width:1px;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	
	border-left-width:1px;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	
	border-right-width:1px;
	border-right-color:#CCCCCC;	
	border-right-style:solid;
}
.text_login {
	font-size: 14px;
	color: #000000;
	/*font-weight:bold;*/
	
}
.input_username {	
	height:23px; 
	font-size:14px;
	
	border-top-width:1px;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	
	border-left-width:1px;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	
	border-right-width:1px;
	border-right-color:#CCCCCC;	
	border-right-style:solid;
}
.input_pwd {	
	height:23px; 
	font-size:14px;
	
	border-top-width:1px;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	
	border-left-width:1px;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	
	border-right-width:1px;
	border-right-color:#CCCCCC;	
	border-right-style:solid;
}
textarea {
	font-family:Arial;
	font-size:12px;	
}
.textarea1 {
	font-family:Arial;
	font-size:12px;	
	width:350px;
}
.textarea2 {
	font-family:Arial;
	font-size:12px;	
	width:710px;
}
.textarea3 {
	font-family:Arial;
	font-size:12px;	
	width:500px;
}
select {
	font-family:Arial;
	font-size:12px;	
}
.text_form {
	font-size: 1.1em;
	color: #3574BE;
	/*font-weight:bold;*/
	
}
.text_form_peu {
	font-size: 10px;
	color: #666666;
	/*font-weight:bold;*/
	
}
.normal_text {
	
	font-size: 12px;
}
.normal_text_taula_grisa {
	
	font-size: 12px;
	color: #666666;
}
.table_margin_bottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}

.text_form_small {
	font-size: 12px;
	color: #666666;
	/*font-weight:bold;*/
}
table {
	font-size:12px;
}

.tabla_mes td{
	padding: 3px 4px;
}

title{
	background-color: #FEFF9C;
}

.header {
	color: #FFFFFF;
	background-color: #7B9AD5;
	/*font-weight:bold;*/
}

.main_message {
	color: #134055;	
	font-size:12px;
	/*font-weight:bold;*/
}
.error_message {
	color: #FF0000;	
	font-size:12px;
	/*font-weight:bold;*/
}
.question {
	color: #134055;	
	font-size:20px;
	/*font-weight:bold;*/
}
.file1 {
	color: #CCCCCC;
	background-color: #5151A2;
}
.file2 {
	color: #134055;
	background-color: #9191C8;
}
.file_selected {
	color:#FFFFFF;
	background-color:#FF0000;
}
.cell {
	border-bottom-color:#B6C4E6; 
	border-bottom-width:1px; 
	border-bottom-style:solid;	
	vertical-align: middle;
        /*text-align: left;*/
	/*padding: 2px;*/
}
.cell2 {
	border-bottom-color:#B6C4E6; 
	border-bottom-width:1px; 
	border-bottom-style:solid;	
	vertical-align: middle;
        padding-left: 6px; 
        padding-right: 6px;	
}
.Titol_pagina {
	
	font-size: 20px;
	color: #134055;
	font-style: normal;
	font-variant: normal;
}
.Titol_pagina_gris {
	
	font-size: 20px;
	color:#666666;
	font-style: normal;
	font-variant: normal;
}

.row1 {
	color: #666666;
	background-color: #FFFFFF;
}
.row1_small {
	color: #666666;
	background-color: #FFFFFF;
	font-size:9px;
        text-align: left;
}
.row2 {
	color: #134055;
	background-color: #0066FF;
}
.row_selected {
	color:#666666;
	background-color:#EAF2FF;
        cursor: pointer;
}
.button_on {
        color: #FFFFFF;
	background-color:#3b65ae;
        font-family: arial;
        font-size: 14px;
	/*font-weight:bold;*/
	padding:4px 10px 4px 10px;
        cursor: pointer;
}
.button_off {
	color: #FFFFFF;
	background-color: #0395CC;
        font-family: arial;
        font-size: 14px;
	/*font-weight:bold;*/
	padding:4px 10px 4px 10px;
        cursor: pointer;
}
.button_on_small {
	background-color:#663399;
	/*font-weight:bold;*/
	padding:1px 5px 1px 5px;
}
.button_off_small {
	color: #CCCCCC;
	background-color: #134055;
	/*font-weight:bold;*/
	padding:1px 5px 1px 5px;
}
.button_link {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 14px;
}
.button_link_small {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
}
.table_link {
	color:#FFFFFF;
	text-decoration:underline;
}
.table_link2 {
	color:#0066FF;
	/*font-weight:bold;*/
	text-decoration:underline;
        text-align: left;
}
.table_link2_small {
	color:#0066FF;
	/*font-weight:bold;*/
	text-decoration:underline;
	font-size:9px;
}
.small {
	font-size:12px;
}

.extra_small {
	font-size:8px;
}
.white {
	color:#FFFFFF;
	text-decoration: none;
}
.table_style {
/*
	border-bottom-color:#134055; 
	border-bottom-style:solid; 
	border-bottom-width:1px;
	
	border-left-color:#FFFFFF;
	border-left-style:none;
	border-left-width:0px;
	
	border-right-color:#FFFFFF;
	border-top-color:#FFFFFF;
	*/
}
.td_total {
	border-top-color:#CCCCCC; 
	border-top-style:solid; 
	border-top-width:thin;
        font-size: 12px;
}
.td_header {
	border-bottom-color:#CCCCCC; 
	border-bottom-style:solid; 
	border-bottom-width:thin;
	vertical-align:bottom;
        font-size: 12px;        
}
.peu_pagina {
	
	font-size: 10px;
	color: #666666;
        padding-top: 10px;
        text-align: center;
}

.titol {
        /* This displays the images of people doing things at the top just below the menu.
	background-image: url(../imgs/titol.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	_background-image: url(../imgs/titol_IE.png);
	_background-repeat: no-repeat;
	_background-position: 0px 0px;
        */
}

.titol_taula {
	
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-variant: normal;
}
.titol_taula_list {
	
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
        padding-left: 6px; 
        padding-right: 6px;
        /*background-image: url(../imgs/1px.jpg);*/
        background-color: #0395CC;
        text-align: left;
        height: 25px;
}
.titol_taula_list_rigth {
	
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
        padding-left: 6px; 
        padding-right: 6px;
        /*background-image: url(../imgs/1px.jpg);*/
        background-color: #0395CC;
        text-align: right;
        height: 25px;
}
form {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
}
.boton {	
	background-color: #FF9900;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #FF9900;
	text-align: right;
	text-indent: 2px;
	padding: 5px 6px;
	clear: left;
	margin-top: 12px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: auto;	
	cursor: pointer;
	color: #FFFFFF;
	border-radius: 3px;
	
}
.boton:hover {
	background-color: #F96E21;
	border: 1px solid #F96E21;
	color: #FFFFFF;	
}
.boton :disabled {
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}

.boton_border {
	text-align: right;
	text-indent: 2px;
	padding: 5px 6px;
	clear: left;
	margin-top: 12px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: auto;	
	cursor: pointer;
	border-radius: 3px;
	/*background: #FFFFFF;*/
	color: #FFFFFF;
	
}

.boton_border a{
	text-decoration: none;
	
}

.naranja {
	background: #FF9900;
	border: 1px solid #FF9900;
}

.azul{
	background: #4B8DF1;
	border: 1px solid #4B8DF1;
}

.verde{
	background: #4BAF54;
	border: 1px solid #4BAF54;
}

.rojo{
	background: #ED4E38;
	border: 1px solid #ED4E38;
}

.boton_border:hover {
	background-color: #F96E21;
	border: 1px solid #F96E21;
	color: #FFFFFF;	
}


.disabled {background-color: gainsboro; color: #47525dcc; border: 1px solid gainsboro}

.boton_edit {
	width: 104px;
	background-image: url(../imgs/pencil.png);	
}

.boton :disabled {
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}

.boton a {
	color: #FFFFFF;
	text-decoration: none;
}
.corner_left {
	left: -3px;
	top: -3px;
	overflow: visible;
	position: relative;
	visibility: visible;
	height: auto;
	width: auto;
}
.boton_save {
	
	font-size: 12px;
	background-color: #a9da92;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #287621;
	text-align: right;
	text-indent: 2px;
	padding: 3px;
	clear: left;
	margin-top: 15px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 3px;
	width: 68px;
	background-image: url(../imgs/disk.png);
	cursor: pointer;
	color: #FFFFFF;
}
.boton_save_out {
	
	font-size: 12px;
	background-color: #d4edc9;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #287621;
	text-align: right;
	text-indent: 2px;
	padding: 3px;
	clear: left;
	margin-top: 15px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 3px;
	width: 68px;
	background-image: url(../imgs/disk.png);
	cursor: pointer;
	color: #000000;
}
.boton_save_disabled {
	
	font-size: 12px;
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #CCCCCC;
	text-align: right;
	text-indent: 2px;
	padding: 3px;
	clear: left;
	margin-top: 15px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 3px;
	width: 68px;
	background-image: url(../imgs/disk_gris.png);
	color: #999999;
}
.question_white {
	color: #FFFFFF;
	font-size:20px;
	font-weight:bold;
}
.titol_taula_petit {
	
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	font-variant: normal;
}
.oculta { 
	display:none;
	background-image: url(../imgs/color2_16x16.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 16px;
	width: 16px;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
.oculta2 { 
	/* display:none */
	background-image: url(../imgs/color2_16x16.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 16px;
	width: 16px;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
.visible { 
	background-image: url(../imgs/color2_24x24.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 24px;
	width: 24px;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
.mostra_color {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 14px;
	width: 16px;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
.titol_taula_mogut {
	
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	font-variant: normal;
	vertical-align: text-bottom;
	float: left;
	padding: 4px;
		
}
.altura_foto {
	height: 120px;
}
.questionCopia {
	color: #CCCCCC;
	font-size:16px;
	/*font-weight:bold;*/
	
}
.questionCopia2 {
	color: #666666;
	font-size:40px;
	/*font-weight:bold;*/
	
	line-height: normal;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	bottom: -9px;
	position: relative;
	left: 0px;
	right: 0px;
}
.additional_in {
	color: #FFFFFF;
	background-color: #718c99;
	font-weight:bold;
	
	font-size: 10px;
	float: left;
	height: 15px;
	width: 120px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #718c99;
	border-right-color: #718c99;
	border-bottom-color: #718c99;
	border-left-color: #718c99;
	cursor: pointer;
}
.additional_in a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration:none;
}
.additional_out {
	color: #FFFFFF;
	background-color: #134055;
	font-weight:bold;
	
	font-size: 10px;
	float: left;
	height: 15px;
	width: 120px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #134055;
	border-right-color: #134055;
	border-bottom-color: #134055;
	border-left-color: #134055;
	cursor: pointer;
}
.additional_out a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration:none;
}
.additional_active {
	color: #134055;
	background-color: #EEEEEE;
	font-weight:bold;
	
	font-size: 10px;
	float: left;
	height: 15px;
	width: 120px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: -20px;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: center;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #134055;
	border-right-color: #134055;
	border-bottom-color: #EEEEEE;
	border-left-color: #134055;
	cursor: pointer;
	overflow: visible;
	bottom: -20px;
	position: relative;
}
.additional_active a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration:none;
}
.borde_gris {	
	margin:10px auto 0 auto;
	/*border-bottom: 1px solid #3574BE;*/
	width: 100%;

}


.borde_blau {
	background-color: #EEEEEE;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #134055;
	border-right-color: #134055;
	border-bottom-color: #134055;
	border-left-color: #134055;
}
.boton_accomodation {
	background-image: url(../imgs/pin.png);
}

.boton_edit2 {
	
	font-size: 12px;
	background-color: #a9da92;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #287621;
	text-align: right;
	text-indent: 2px;
	padding: 3px;
	clear: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 3px;
	width: 125px;
	background-image: url(../imgs/pencil.png);
	cursor: pointer;
	color: #FFFFFF;
}
.boton_edit2_out {
	
	font-size: 12px;
	background-color: #d4edc9;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #287621;
	text-align: right;
	text-indent: 2px;
	padding: 3px;
	clear: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 3px;
	width: 125px;
	background-image: url(../imgs/pencil.png);
	cursor: pointer;
	color: #000000;
}
.boton_edit2_disabled {
	
	font-size: 12px;
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #CCCCCC;
	text-align: right;
	text-indent: 2px;
	padding: 3px;
	clear: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 3px;
	width: 125px;
	background-image: url(../imgs/pencil_gris.png);
	color: #999999;
}
.boton_delete {
	
	font-size: 12px;
	background-color: #dd3131;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #ae2727;
	text-align: right;
	text-indent: 2px;
	padding: 3px;
	clear: left;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 153px;
	background-image: url(../imgs/bin.png);
	cursor: pointer;
	color: #FFFFFF;
	float: right;
}
.boton_delete_out {
	
	font-size: 12px;
	background-color: #ef575a;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #ae2727;
	text-align: right;
	text-indent: 2px;
	padding: 3px;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 153px;
	background-image: url(../imgs/bin.png);
	cursor: pointer;
	color: #000000;
	float: right;
}
.boton_delete_disabled {
	
	font-size: 12px;
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #CCCCCC;
	text-align: right;
	text-indent: 2px;
	padding: 3px;
	clear: left;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 153px;
	background-image: url(../imgs/bin_gris.png);
	color: #999999;
	float: right;
}	
.boton_save2 {
	
	font-size: 12px;
	background-color: #a9da92;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #287621;
	text-align: right;
	text-indent: 2px;
	padding: 3px;
	clear: left;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 3px;
	width: 68px;
	background-image: url(../imgs/disk.png);
	cursor: pointer;
	color: #FFFFFF;
}
.boton_save2_out {
	
	font-size: 12px;
	background-color: #d4edc9;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #287621;
	text-align: right;
	text-indent: 2px;
	padding: 3px;
	clear: left;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 3px;
	width: 68px;
	background-image: url(../imgs/disk.png);
	cursor: pointer;
	color: #000000;
}
.boton_save2_disabled {
	
	font-size: 12px;
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #CCCCCC;
	text-align: right;
	text-indent: 2px;
	padding: 3px;
	clear: left;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 3px;
	width: 68px;
	background-image: url(../imgs/disk_gris.png);
	color: #999999;
}
.text_form_accomodation {
	font-size: 12px;
	color: #000000;
	/*font-weight:bold;*/
	
	padding-top: 12px;
	padding-left: 6px;
	height: auto;
	width: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	text-align: right;
	vertical-align: middle;
}
.Sobre {
	vertical-align: middle;
	clip: rect(auto,auto,3px,auto);
}
.div_accomodation_out {
	height: 100%;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0395CC;
	color:#666666;
	border-bottom-color: #0395CC;
}
.div_accomodation_over {
	height: 100%;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0395CC;
	border-bottom-color: #0395CC;
	color:#000000;
	background-color:#EAF2FF;
}
.div_accomodation_verd {
	height: 100%;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #287621;
	border-bottom-color: #287621;
	color:#000000;
	
}
.div_accomodation_vermell {
	height: 100%;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ae2727;
	border-bottom-color: #ae2727;
	color:#000000;
	
}
.div_accomodation_verd_over {
	height: 100%;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #287621;
	border-bottom-color: #287621;
	color:#000000;
	background-color:#FFFFFF;
}
.div_accomodation_vermell_over {
	height: 100%;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ae2727;
	border-bottom-color: #ae2727;
	color:#000000;
	background-color:#FFFFFF;
}
.boton_close {
	
	font-size: 12px;
	background-color: #f29000;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #d88100;
	text-align: right;
	text-indent: 2px;
	padding: 3px;
	clear: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 145px;
	background-image: url(../imgs/page.png);
	cursor: pointer;
	color: #FFFFFF;
	float: none;
}

.boton_close_out {
	
	font-size: 12px;
	background-color: #fec470;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #d88100;
	text-align: right;
	text-indent: 2px;
	padding: 3px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 145px;
	background-image: url(../imgs/page.png);
	cursor: pointer;
	color: #000000;
	float: none;
}
.boton_close_disabled {
	
	font-size: 12px;
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #CCCCCC;
	text-align: right;
	text-indent: 2px;
	padding: 3px;
	clear: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 145px;
	background-image: url(../imgs/page_gris.png);
	color: #999999;
	float: none;
}	
.boton_open {
	
	font-size: 12px;
	background-color: #f29000;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #d88100;
	text-align: right;
	text-indent: 2px;
	padding: 3px;
	clear: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 3px;
	width: 150px;
	background-image: url(../imgs/open.png);
	cursor: pointer;
	color: #FFFFFF;
	float: none;
}

.boton_open_out {
	
	font-size: 12px;
	background-color: #fec470;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #d88100;
	text-align: right;
	text-indent: 2px;
	padding: 3px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 3px;
	width: 150px;
	background-image: url(../imgs/open.png);
	cursor: pointer;
	color: #000000;
	float: none;
}
.boton_open_disabled {
	
	font-size: 12px;
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #CCCCCC;
	text-align: right;
	text-indent: 2px;
	padding: 3px;
	clear: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 3px;
	width: 153px;
	background-image: url(../imgs/open_gris.png);
	color: #999999;
	float: none;
}	
.normal_text_verd {
	
	font-size: 12px;
	color:#287621;
	text-align: center;
	font-weight: bold;
}
.normal_text_blue {
	
	font-size: 12px;
	color:#003399;
	text-align: center;
	font-weight: bold;
}
.normal_text_red {
	
	font-size: 12px;
	color:#FF0000;
	text-align: center;
	font-weight: bold;
}
.boton_delete2 {
	
	font-size: 12px;
	background-color: #dd3131;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #ae2727;
	text-align: left;
	text-indent: 2px;
	padding: 3px 25px;
	clear: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 121px;
	background-image: url(../imgs/bin.png);
	cursor: pointer;
	color: #FFFFFF;
	float: none;
}
.boton_delete2_out {
	
	font-size: 12px;
	background-color: #ef575a;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #ae2727;
	text-align: left;
	text-indent: 2px;
	padding: 3px 25px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 121px;
	background-image: url(../imgs/bin.png);
	cursor: pointer;
	color: #000000;
	float: none;
}
.boton_pdf {
	
	font-size: 12px;
	background-color: #0033CC;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #000099;
	text-align: left;
	text-indent: 2px;
	padding: 3px 25px;
	clear: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 121px;
	background-image: url(../imgs/doc_pdf.png);
	cursor: pointer;
	color: #FFFFFF;
	float: none;
}
.boton_pdf_out {
	
	font-size: 12px;
	background-color: #3399FF;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #000099;
	text-align: left;
	text-indent: 2px;
	padding: 3px 25px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 121px;
	background-image: url(../imgs/doc_pdf.png);
	cursor: pointer;
	color: #000000;
	float: none;
}
.boton_mail {
	
	font-size: 12px;
	background-color: #009966;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #000099;
	text-align: left;
	text-indent: 2px;
	padding: 3px 25px;
	clear: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 121px;
	background-image: url(../imgs/email.png);
	cursor: pointer;
	color: #FFFFFF;
	float: none;
}
.boton_mail_out {
	
	font-size: 12px;
	background-color: #00CC66;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #000099;
	text-align: left;
	text-indent: 2px;
	padding: 3px 25px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 121px;
	background-image: url(../imgs/email.png);
	cursor: pointer;
	color: #000000;
	float: none;
}
.boton_back {
	background-image: url(../imgs/back.png);
}
.boton_back_out {
	
	font-size: 12px;
	background-color: #a8a8a8;
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #1a2022;
	text-align: left;
	text-indent: 2px;
	padding: 3px 25px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
	width: 121px;
	background-image: url(../imgs/back.png);
	cursor: pointer;
	color: #000000;
	float: left;
}
.additional_in2 {
	color: #FFFFFF;
	background-color: #718c99;
	font-weight:bold;
	
	font-size: 10px;
	float: left;
	height: 15px;
	width: 120px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #718c99;
	border-right-color: #718c99;
	border-bottom-color: #718c99;
	border-left-color: #718c99;
	cursor: pointer;
}
.additional_in2 a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration:none;
}
.additional_out2 {
	color: #FFFFFF;
	background-color: #134055;
	font-weight:bold;
	
	font-size: 10px;
	float: left;
	height: 15px;
	width: 120px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #134055;
	border-right-color: #134055;
	border-bottom-color: #134055;
	border-left-color: #134055;
	cursor: pointer;
}
.additional_out2 a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration:none;
}
.additional_active2 {
	color: #134055;
	background-color: #EEEEEE;
	font-weight:bold;
	
	font-size: 10px;
	float: left;
	height: 15px;
	width: 120px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: -20px;
	margin-left: 5px;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: center;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #134055;
	border-right-color: #134055;
	border-bottom-color: #EEEEEE;
	border-left-color: #134055;
	cursor: pointer;
	overflow: visible;
	bottom: -20px;
	position: relative;
}
.additional_active2 a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration:none;
}
.text_field_additional {
	
	font-size: 12px;
	padding: 0px;
}
.link_image {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link.header_link {
	color: #CCCCCC;
	background-color: #134055;
	text-decoration:none;
}
a:hover.header_link {
	color: #FFFFFF;
	background-color: #134055;
	text-decoration:none;
}
a:visited.header_link {
	color: #FFFFFF;
	background-color: #134055;
	text-decoration:none;
}
a:link.header_link2 {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited.header_link2 {
	color: #FFFFFF;	
	text-decoration:none;
}
a:hover.header_link2 {
	color: #FFFFFF;
	text-decoration:none;
}
.black {
	color:#000000;
	text-decoration: none;
}
.image_cell {
    text-align: center; 
    vertical-align: middle;
    background-color: #0395CC;        
    height: 25px;
    background-image: url(../imgs/person_icon.png);	    
    background-repeat: no-repeat;
    background-position: center;
}
.left {
    text-align: left;
}


/*----- Tabs -----*/
.tabs {
	width:100%;
	display:inline-block;
}

/*----- Tab Links -----*/
/* Clearfix */
	.tab-links:after {
	display:block;
	clear:both;
	content:'';
}

.tab-links li {
	margin:0px 1px;
	float:left;
	list-style:none;
}

.tab-links a {
	padding:6px 10px;
	display:inline-block;
	border-radius:8px 8px 0px 0px;
	background:#9DBCE3;
	/*font-size:16px;
	font-weight:600;*/
	color:#FFFFFF;
	transition:all linear 0.15s;
	text-decoration: none;
}

.tab-links a:hover {
	background:#7B9AD5;
	text-decoration:none;
}

li.active a, li.active a:hover {
	background:#007ac1;
	color:#FFFFFF;
}

/*----- Content of Tabs -----*/
.tab-content {
	/*padding:15px;
	border-radius:3px;
	box-shadow:-1px 1px 1px rgba(0,0,0,0.15);*/
	background:#fff;
}

.tab {
	display:none;
}

.tab.active {
	display:block;
}

@keyframes glowing {
	0% { background-color: #FF7619; box-shadow: 0 0 3px #FF7619; }
	30% { background-color: #FF7619; box-shadow: 0 0 10px #FF7619; }
	60% { background-color: #E86107; box-shadow: 0 0 15px #FF7619; }
	100% { background-color: #FF7619; box-shadow: 0 0 3px #FF7619; }
}


.boton_animado {
	cursor: pointer;
	color: #FFFFFF;
	border: 1px solid #FF7619;
	/*	padding: .8em .8em;
		border: 1px solid #D61973;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		text-decoration: none;
		text-align: center;
		font-size: 1em;
		line-height: 1em;
		color: #fff;				
		margin: 5px .5% 5px .5%;
		
		width: 100%;
		*/
	
  animation: glowing 200ms infinite;
}
.boton_animado :hover {
	background-color: #E65D00;
}



.sombra {
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -khtml-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    transition: padding 0.35s ease;
    -khtml-transition: padding 0.35s ease;
    -webkit-transition: padding 0.35s ease;
    -moz-transition: padding 0.35s ease;
    -ms-transition: padding 0.35s ease;
    -o-transition: padding 0.35s ease;	
	height: 100px;
}

.icono_naranja {
	color: #FF9900;
}

.icono_azul{
	color: #4B8DF1;
}

.icono_verde{
	color: #4BAF54;
}

.icono_rojo{
	color: #ED4E38;	
}

.icono_blanco{
	color: #FFFFFF;	
}

.icono:hover {
	color: #4B8DF1
}

@keyframes animar_color {
	0% { color: #FF7619; box-shadow: 0 0 3px #FF7619; }
	30% { color: #FF7619; box-shadow: 0 0 10px #FF7619; }
	60% { color: #E86107; box-shadow: 0 0 15px #FF7619; }
	100% { color: #FF7619; box-shadow: 0 0 3px #FF7619; }
}

@keyframes parar_animacion {
	100% { color: #FF7619;  }

}


.icono_animado {
	cursor: pointer;
	color: #FFFFFF;
  	animation: animar_color 2000ms infinite;
	background-color: none;
}
.icono_animado:hover {
	color: #4B8DF1;
	animation: parar_animacion 0ms infinite;
}

.icono_fondo{
	background-color: #FF9900;
	background-position: 8px center;
	border: 1px solid #FF9900;
	text-align: center;
	text-indent: 2px;
	padding: 5px 6px;
	width: auto;	
	cursor: pointer;
	color: #FFFFFF;
	border-radius: 3px;	
	
}

.tabla_general input[type='text']{width: 72%}