
a{
    text-decoration:none;
}

a:hover{text-decoration:underline;}
ul{list-style:none;}
table thead{color:#174F69;}

/*---------------------------------
	Class
-----------------------------------*/
/*Separadores*/
.separa{
    margin:10px;
}
.separa_abajo{
    margin-bottom:10px;
}

.separa_arriba{
    margin-top:10px;
}

.separa_derecha{
    margin-right:10px;
}

.separa_izquierda{
    margin-left:10px;
}
/*Relleno*/
.fill{
    padding:10px;
}
.down_fill{
    padding-bottom:10px;
}

.top_fill{
    padding-top:10px;
}

.right_fill{
    padding-right:10px;
}

.left_fill{
    padding-left:10px;
}
.blue_fill{
    background:#02679f;
    color:#ffffff;
}
.white_fill{
    background:#ffffff;
    color:#333333;
}

.dBlock{
    display:block;
    }
.dIBlock{
    display:inline-block;
    }
    
.dNone{
    display:none;
    visibility:hidden;
 }
 
.verticalAlignContainer{
    display:table;
    }
.alTop{
    display:table-cell;
    vertical-align:top;
    }
    
.alMIddle{
    display:table-cell;
    vertical-align:middle;
    }
.alBottom{
    display:table-cell;
    vertical-align:bottom;
    }
 
 table.allTop tr td{
    vertical-align:top;
}   
 
.center{
    margin:0 auto;
    }
.alCenter{text-align:center;}
.fLeft{
    float:left;
    }
.fRight{
    float:right;
    }
    
.superior{border-top:2px solid #EBEDEC}
	
.inferior
{
	border-bottom:2px solid #EBEDEC;
	}

.derecha
{
	border-right:2px solid #EBEDEC;
	}
	
.izquierda
{
	border-left:2px solid #EBEDEC;
	}	

.w100{width:100%;}
.w95{width:95%;}
.w90{width:90%;}
.w75{width:75%;}
.w70{width:70%;}
.w60{width:60%;}
.w50{width:50%;}
.w40{width:40%;}
.w45{width:45%;}
.w35{width:35%;}
.w33{width:33%;}
.w32{width:32%;}
.w30{width:30%;}

.w25{width:25%;}
.w20{width:20%;}
.w10{width:10%;}

.menuheader1{
    border-top:1px solid #EFEFEF;
    margin:8px 0;
}

.menuheader1 div{
    font-weight:bold;
    margin-top:-11px;    
}

.menuheader1 div span{
    background:#fff;
    display:inline;
    padding: 0 5px 0 2px;
}
	
/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1, h2, h3, h4, h5, h6{
    margin:0;
    padding:0;
}

.blue_title{
    color:/*#2684b8*/#174F69;
    text-shadow:inset 0px 0px 1px #1a5e81;
}

thead th,
tbody th{
    font-family: 'Comfortaa', "Trebuchet Ms", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
   /* font-family: 'Comfortaa', "Trebuchet Ms", arial, verdana, sans-serif;*/
   font-family: "intel-neo-sans","tahoma","helvetica",sans-serif;
    cursor: pointer;
    display: inline-block;
    border:none;

	background: rgb(252,252,252); /* Old browsers CON esta regla colge el degradado bien sin ella no*/    
    background:-moz-linear-gradient(#89c240, #398a17) repeat scroll 0 0 #398a17;
    background: -webkit-linear-gradient( -90deg, #89c240 25%, #398a17 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c240', endColorstr='#398a17');
	padding:4px 10px;	
	color:#fff;
	font-size:12px;

}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,a.btn:hover{    
    font-family: "intel-neo-sans","tahoma","helvetica",sans-serif;
    cursor: pointer;
    display: inline-block;
    border:none;
    background:-moz-linear-gradient(#89c240, #398a17) repeat scroll 0 0 #398a17;
    background: -webkit-linear-gradient( -90deg, #89c240 25%, #398a17 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c240', endColorstr='#398a17');
	padding:4px 10px;	
	color:#333;
	font-size:12px;
	text-decoration:none;
}


/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
    margin:0;
    padding:0;
    color:#333333;
    background:#efefef url(img/fondo.jpg) no-repeat center top;
    font:normal 82% Arial,Verdana,Geneva,Helvetica,sans-serif;
    text-shadow: 0px 0px 1px transparent; /* google font pixelation fix */
}

#title{
	margin:0;
	padding:0;
	display:inline-block;
	float:left;
}

#title a{
    display:inline-block;
    text-decoration:none;
    float:left;
}

#title:after,#content_wrap:after,#header:after,.clearAfter:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}

#wrap,#footer,#foot,#lang-container{
    width:980px;
    margin:0 auto;
}

#foot{
    background:#02679f;
    /*border:1px solid #ccc;*/
    padding:10px;
    -webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
}

.foot-header{
    min-height:30px;
    padding-bottom:5px;
}

.foot-bottom{color:#fff;}

.foot-header a{
    color:#fff;
}

#foot-inside{
    background:#fff;
    width:100%;
    min-height:100px;
    /*-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;*/
    background: -moz-linear-gradient(top, white 0%, white 53%, whiteSmoke 96%, #F1F1F1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(53%,white), color-stop(96%,whiteSmoke), color-stop(100%,#F1F1F1));
    background: -webkit-linear-gradient(top, white 0%,white 53%,whiteSmoke 96%,#F1F1F1 100%);
    background: -o-linear-gradient(top, white 0%,white 53%,whiteSmoke 96%,#F1F1F1 100%);
    background: -ms-linear-gradient(top, white 0%,white 53%,whiteSmoke 96%,#F1F1F1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
    background: linear-gradient(top, white 0%,white 53%,whiteSmoke 96%,#F1F1F1 100%);
}

#footerBar{
    background: url("img/bg-footer.png") repeat-x scroll left bottom transparent;
    height:30px;
    bottom: 0;
    position: fixed;
    width:100%;
    z-index:10;
}

#floating{
    bottom: 30px;
    position: fixed;
    width:100%;
    z-index:10;
}
/* MENU   
----------------------------------------------------------*/
ul.menuLinks {
    position: relative;
    margin: 0;
    text-align: left;
}

ul.menuLinks li{
    float:left;
    font-size: 11px;
    display:inline;
    border-right:1px solid #004B9A;
    padding: 0 8px;
}

ul.menuLinks li a {
    font-weight: bold;
    outline-style: none;  
}

ul.menuLinks li:last-child{
    border:none;
}


#content_wrap{
    width:100%;
    margin-bottom:35px;
}

#main,#sidebar{
    margin:0;
    padding:0;
    float:left;
    padding:4px;
    margin:0 0 10px 0;
}

#main{
    width:65%;   
    margin-right:10px; 
}

#sidebar{
    width:32%;
    /*background:#e4e8eb;*/
    background:#fff;
   -webkit-border-radius:0 3px 3px;
	-moz-border-radius:0 3px 3px;
	border-radius:0 3px 3px;
	box-shadow:0 0 4px rgba(0,0,0,.4),0 -2px 0 rgba(152,178,201,.3) inset;
	-moz-box-shadow:0 0 4px rgba(0,0,0,.4),0 -2px 0 rgba(152,178,201,.3) inset;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,.4),0 -2px 0 rgba(152,178,201,.3) inset;
	/*filter: progid:DXImageTransform.Microsoft.DropShadow ( Color = '#ececec', OffX = '2', OffY = '2' );*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=45, Strength=4);*/
}

#footer{        
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    height:30px;
    z-index: 100;
}

#lang-container{
    z-index: 100;
}

#link-top{
	color:#666;
	text-decoration:none;
	display: inline-block;
	padding:5px 10px;
	background:#e5e5e5;
	line-height:100%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}	
	
/* Styles for validation helpers
-----------------------------------------------------------*/
.btnSecondary {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-transition: all 0.1s linear 0s;
    background-color: #E6E6E6;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #FFFFFF 25%, #E6E6E6);
    background-repeat: no-repeat;
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    padding: 5px 14px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.encabezado{
    font-weight:bold;
    padding:5px 0;
}

.field-validation-error {
    color: #ff0000;
    display:block;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
padding:10px 20px 10px 40px;
margin:10px 0;
border:1px solid red;
background:pink url(img/iconic/gray_dark/x_alt_24x24.png) no-repeat 10px center;
}

.validation-summary-valid {
    display: none;
}
	
	
a.Edit
{
    background: url(img/iconic/gray_dark/iconEdit.png) no-repeat top left;
     display: block;     
     text-indent: -9999px; /* hides the link text */
     
}	

a.Report{
    background: url(img/iconic/gray_dark/printer.png) no-repeat top left;
     display: block;     
     text-indent: -9999px; /* hides the link text */    
     
}


a.Borrar{
     background: url(img/iconic/gray_dark/delete.png) no-repeat top left; 
     display: block;  
     text-indent: -9999px; /* hides the link text */     
}	

a.Nuevo{
    background: url(img/iconic/gray_dark/nuevo.png) no-repeat top left;
    display: block;          
    text-indent: -9999px; /* hides the link text */          
     width:50px;
}	

a.Back{
    background: url(img/iconic/gray_dark/back.png) no-repeat top left;
    display:block;          
    text-indent: -9999px; /* hides the link text */      
}

.display-label{	
	
}
	
#dv_mision{
    line-height: 1.6em;
    color:#333333;
}

#dv_search{
    border:1px dotted blue;
    background:#02679f;
    color:#fff;
    width:100%;
}

#dv_search a,#dv_search a:visited{
    color:#b8dbf9;
}


#dv_search h6{
    display:block;
    padding:8px;
    border-bottom:1px dotted #fff;
}


#dv_search table{
    border:none !important;
    margin:10px 0 !important;
}

table select{    width:100%;}
table input[type=text],table input[type="password"]{
    width:98%;
}

table label{
    display:table-cell;
    margin:10px 0 0 0;
    position:relative;
    top:0;
    left:0;
    vertical-align:middle;
}

table.col3 td{ width:33%;}

.tie_title{
    height:52px;
    width:100%;
    background:url(img/cintilloazulderecho.png) no-repeat top right;
    margin-left:20px;
}

.tie_title h6{
    width:98%;
    background:-moz-linear-gradient( left center , #00669d 25%, #3289be 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient( 0deg,#00669d 25%, #3289be 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#00669d', endColorstr='#3289be');
    height:21px;
    margin-left:-22px;
    color:#fff;
    padding:8px;
    box-shadow:-4px 0 4px rgba(0,0,0,.4);
	-moz-box-shadow:-4px 0 4px rgba(0,0,0,.4);
	-webkit-box-shadow:-4px 0 4px rgba(0,0,0,.4);    
}

/*main menu*/
#dv_main_menu{
    float:right;
}
.main-menu{
    list-style:none;
    margin:0;
    padding:0;
}

.main-menu:after{
    clear: both;
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
    
.main-menu li{
    float:left; 
    display:table;
    margin:0 2px;
    background:url(img/cloud.png) no-repeat;
    height:41px;
    width:100px;
    text-align:center;
}

.main-menu li a,.main-menu li a:visited{
    margin:0;
    color:#02679f;
    font-weight:bold;
    text-decoration:none;
    display: table-cell;
    vertical-align: middle;
}

.main-menu li a:hover{
    text-decoration:underline; 
}

/*Otras clases*/
table.blue_fill a{
    color:#fff;
}
table.blue_fill{
    color:#ffffff;
}

.clear
{
    clear:both;
    }

#language-chooser{
    color: #02679f;
    font-size: 12px;
    font-weight: normal;
    z-index: 100;
    width:80px;
    float:right;
}

div.white-shadow{
    background:#fff;
	border:1px solid #98b2c9;
	padding:8px;
	/*-webkit-border-radius:0 3px 3px;
	-moz-border-radius:0 3px 3px;
	border-radius:0 3px 3px;*/
	box-shadow:0 -2px 4px rgba(0,0,0,.4),0 2px 0 rgba(152,178,201,.3) inset;
	-moz-box-shadow:0 -2px 4px rgba(0,0,0,.4),0 2px 0 rgba(152,178,201,.3) inset;
	-webkit-box-shadow:0 -2px 4px rgba(0,0,0,.4),0 2px 0 rgba(152,178,201,.3) inset
}

span.boton{
    cursor: pointer;
    display: inline-block;
}

span.boton:hover{
    color:#dcebff;
}

#language-chooser span:after{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 4px;
	content:"\00a0";
	width:0;
	height:0;
	border:4px solid transparent;
	border-style:solid;
	border-top-color:#666;
}

#language-chooser ul{
    list-style:none;    
    margin:0;
    padding:0;
    z-index: 100;    
    background:#fff;
}

#language-chooser ul li{
	margin:0;
	padding:0;
}

#language-chooser ul a{
	display:block;
	text-decoration:none;
	word-wrap:break-word;
	padding:4px 6px;
}

#language-chooser ul a:hover{
	background:#ebf4fe;
}

#dv_login
{
    width:135px;
    }

ul.lleft>li{
    float:left;
    display:table;
 }
 
 ul.lright>li{
    float:right; 
    display:table;
 }
 
 #footer>ul{
     font-family: "intel-neo-sans","tahoma","helvetica",sans-serif;
}
 
 #footer>ul, #footer>ul>li{
     margin:0;
     padding:0;
     list-style:none;
 }

 #footer>ul>li{
    display:table-cell;
    padding:0 8px;
    vertical-align:middle;
    border-left:1px solid #3475AD;
    border-right:1px solid #3475AD;
    margin-left:-1px;  
    line-height:28px; 
}
 
 .st-Result{
    padding:0;
    margin:0;
 }
 
 .st-Result tr{
    border:1px solid #ccc;
    background: white;
    background: -moz-linear-gradient(top, white 0%, white 53%, whiteSmoke 96%, #F1F1F1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(53%,white), color-stop(96%,whiteSmoke), color-stop(100%,#F1F1F1));
    background: -webkit-linear-gradient(top, white 0%,white 53%,whiteSmoke 96%,#F1F1F1 100%);
    background: -o-linear-gradient(top, white 0%,white 53%,whiteSmoke 96%,#F1F1F1 100%);
    background: -ms-linear-gradient(top, white 0%,white 53%,whiteSmoke 96%,#F1F1F1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
    background: linear-gradient(top, white 0%,white 53%,whiteSmoke 96%,#F1F1F1 100%);
 }

 .st-Result tr td{
    padding:5px 0 0 5px;
    /*border:1px solid;*/
 }
 .st-Result thead tr td{
    font-weight:bold;
    text-align:center;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#EEEFF0),color-stop(1,#EAEBEB));
    padding:5px 0;
 }
 
.st-Result a{
    font-size:17px;
    color:#055aa0;
    font-weight:bold;
}

.st-Result a:hover{
    text-decoration:underline;
}
 
 .st-Result a small{
    font-size:9px;
 }
 
 .st-Result span{
    font-size:11px !important;
    display:block;
    color:#666;
 }
 
 .st-Result .bblack span strong{
    color:#333;
 }
 
.pagination-container {
    /*background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#EEEFF0),color-stop(1,#EAEBEB));*/
    background:url("img/header-secc.png");
    width:100%;
    height:35px;
}
 
.pag-cont{
    display:table-cell;
    vertical-align:middle;
    height:inherit;
    padding:0 10px;
}

.pag-cont a{
    color:#fff;
}

.pager-active{
    border: 1px solid #C6D6E1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.checkReserv{
    background:transparent url(img/icon-check.png) no-repeat center left !important;
    text-indent: 10px;    
    border:none !important;
    color:#086DB6 !important;
    font-size:14px !important;
}

.checkReserv:hover{
    text-decoration:underline !important;
}

.prod-details-top{
    background:#E7EAEF;    
    padding:5px;
}

.comment{
    border:1px solid #ccc;
    background:#fff;
    display:block;
    padding:0 0 5px 0;
    margin:5px 0;
}
.comment span{
    border-bottom:1px solid #ccc;
    padding:10px 0;
    display:block;background:#f5f5f5;
    margin-bottom:10px;
}

.comment p{
    padding-left:5px;
    display:block;   
}

span.required{
    color:Red;
}

.tileContainer{
    padding:15px 0;
}

.tileContainer table{
    border-width:0px; margin-top:0px; margin-bottom:0px;
}


.tileContainer table tr td{
    padding:0 10px 10px;
}

.tileContainer table tr td img{
    
}

.tietitle{
    padding: 2px;
    display:block;
    font:12px/1.5 Arial,Helvetica,sans-serif;
    overflow: hidden;
    height: 16px;
    font-size: 12px;
}

.smoney{
    font-weight: 700;
    color: #43911C/*#900*/;
    padding:0;
    margin:0;
}

.moneyFrom{
    color: #666;
    font: 12px/1.5 Arial,Helvetica,sans-serif;
    padding:0 2px;
}

.imgBox{
    border:1px solid transparent;
    padding:2px;
}

.imgBox:hover{
    border:1px solid blue;
}

.logonbox{    
    margin: 0 auto;
    width:300px;
    padding: 16px 16px 30px 16px;
    font-weight: normal;
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    background: white;
    border: 1px solid #E5E5E5;
    -moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
    -webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
    -khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
    box-shadow: rgba(200,200,200,1) 0 4px 18px;
}

.logonbox a{
    padding:5px 0;
}

h2.hBlock {
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #FFFFFF;
    border-top: 2px solid #DFDFDF;
    color: #333333;
    float: left;
    font-size: 16px;
    height: auto;
    margin: 10px 0 0 0 ;
    width: 100%;
}

h2.hBlock strong {
	color:#174F69;
    font-size: 16px;
    padding: 5px 10px;
    border-top: 2px solid #02679F;
    float: left;
    margin-top: -2px;
}

.spacialBox{
    background-color: #FFFFFF;
    border: 1px solid #EBD8D8;
    float: left;
    margin: 10px 0;
    padding: 15px 10px 10px;
    position: relative;
}

.hBlockRed {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 2px solid #02679f;
    border-top: medium none;
    font-size: 22px;
    padding: 0;
    width: 100%;
}

.estilo {
    background:#02679f;
}

.seccion {
    display: block;
    float: left;
    font-size: 12px;
    margin: 2px 0 0;
    padding: 2px 10px 1px 4px;
    width: auto;
}

h3.seccion a {
    color: #FFFFFF;
    font-size: 11px !important;
    text-transform: none;
    display:block;
}

ul.secc{
    float:left;
    margin-right:7px;
}

ul.secc li{
    float:left;
    clear:left;
    border-bottom: 1px dotted #C6C6C6;
    padding: 6px 0;
    width:98%;
}

ul.secc li:last-child{
    border-bottom: none;
}

.jcarousel{float:left;width:405px !important;position:relative;margin:0 0 0 6px;padding:0;display:block;z-index:5;}
.arrow-left a,.arrow-right a{
    margin-top:30px;
    position: absolute;
    width:50px;
    height:50px;
    text-indent:-999px;
    outline-style :none;
    z-index:10;
}
.arrow-right a{    
    margin-right:-10px;
    right:0;
    background: url("img/arrow-next.png") no-repeat;}
.arrow-left  a{
    margin-left:-10px;
    background: url("img/arrow-prev.png") no-repeat;}

.boxShadow{
    background:#fff;
    box-shadow:0 0 4px rgba(0,0,0,.4),0 -2px 0 rgba(152,178,201,.3) inset;
	-moz-box-shadow:0 0 4px rgba(0,0,0,.4),0 -2px 0 rgba(152,178,201,.3) inset;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,.4),0 -2px 0 rgba(152,178,201,.3) inset;
}