html, body, div, span,h1, h2, h3, h4, h5, h6,footer, header {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body{
	background-color:#444;
    line-height: 1;
    font: 10px Helvetica, Arial, sans-serif;
    color: #000;
}

.azultmx {
    color: #009ce5;
}

.orotmx{
    color: #cc9900;
}

.rojotmx{
	color: #eb1c24;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; *zoom:1;}
* html .clearfix { height: 1%;} /* Hides from IE-mac \*/
.clearfix { display: block;}

.clear {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow:hidden;
}

#container {
	background-color: #fff;
	width:1024px;
	height:auto;
	margin:0 auto;
	margin-top:20px;
	padding:0px;
	box-shadow: 0 0 45px rgba(255,255,255,0.5);
	border-radius:10px;
	overflow:hidden;
}

#topi{
    position: relative;
    padding: 5px 0px;
    color: #EEE;
	width:100%;
	margin:0 auto;
	height:15px;
	font-size:10px;
	text-align:right;
    font-weight: bold;
    background-color: #333;
}

#banner{
    position: relative;
	border-bottom: 1px solid #ccc;
    padding: 5px 0px;
    color: #666;
	width:100%;
	height:auto;
}

#detalles{
	position: relative;
    width: 1000px;
    min-height: 220px;
	height:auto;
    overflow: auto;
	margin: 0 auto;
	padding:10px;
	font-size:12px;
}

#detalles input, #detalles select, #detalles textarea{
	border-radius:4px;
	border: 1px solid #ccc;
}
#detalles input:hover{
	border: 1px solid #8DAFE6;
}

#footer{
    position: relative;
    background-color: #333;
    border-top: 2px solid #ccc;
    padding: 10px 0px 0px 0px;
    color: #EEE;
	text-align:center;
	width:100%;
    font-size: 11px;
}

#footer a{
    text-decoration: none;
    color: #EEE;
}

.nomostrar{display:none;}
.cursor{ cursor:pointer; }
img{ border:none; }
.enlinea{ display:inline; }

.aclarar{ opacity:.8; }
.aclarar:hover{ opacity:1; }

a{ text-decoration: none; color: #000;}
a:hover{color: #666;}

#divtabla{
	font-size:10px;
}

.parsley-errors-list{
	/*display:inline !important;*/
	display:none !important;
    margin: 0px !important;
    padding: 0px !important;
}

.ui-autocomplete{ z-index:9999; }


/****/
table.dataTable tbody tr.odd {
	background-color: #eee;
}

table.dataTable tbody tr.even {
	background-color: #ddd;
}
/****/

.botonsito{
	border: 1px solid #0ab2ee;
	background-color: #0ab2ee;
	text-align: center;
	height: 25px;
	cursor: pointer;
	color: #FFF;
	font-family: 'Trebuchet MS';
	font-size: 13px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:1px 6px;
}

.botonsito:hover{
	background-color: #fff;
	color: #0ab2ee;
	border:1px solid #0ab2ee;
}

.inputss {
	color: #494949;
	width: 160px;
	height: 25px;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 5px;
}

.titulogeneral{
	color:#333;
	text-shadow: 0px 2px 3px #333;
	max-height:80px;
	overflow:auto;
	text-align:center;
	font-size:16px;
	font-weight: bold;
	font-style: italic;
	word-wrap:break-word;
    font-variant: small-caps;
	/*border-top: 1px solid #ccc;*/
	padding: 5px 0px 0px 0px;
}

.fondo_azul{
    /* azul */
    background-color: #0074CC;
    background: -webkit-gradient(linear, left top, right top, from(#00B3FE), to(#003399));
    background: -moz-linear-gradient(left, #00B3FE, #003399);
    background: -ms-linear-gradient(left, #00B3FE, #003399);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B3FE', endColorstr='#003399', GradientType=1)";
}
.fondo_verde{
    /* verde */
    background-color: #5CBC19;
    background: -webkit-gradient(linear, left top, right top, from(#B8DE00), to(#009933));
    background: -moz-linear-gradient(left, #B8DE00, #009933);
    background: -ms-linear-gradient(left, #B8DE00, #009933);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B8DE00', endColorstr='#009933', GradientType=1)";
}
.fondo_naranja{
    /* naranja */
    background-color: #FF8D00;
    background: -webkit-gradient(linear, left top, right top, from(#FFB500), to(#FF6600));
    background: -moz-linear-gradient(left, #FFB500, #FF6600);
    background: -ms-linear-gradient(left, #FFB500, #FF6600);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB500', endColorstr='#FF6600', GradientType=1)";
}
.fondo_morado{
    /* morado */
    background-color: #A21D99;
    background: -webkit-gradient(linear, left top, right top, from(#E53E99), to(#660099));
    background: -moz-linear-gradient(left, #E53E99, #660099);
    background: -ms-linear-gradient(left, #E53E99, #660099);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E53E99', endColorstr='#660099', GradientType=1)";
}

.f_azul{ /* azul */ background-color: #0074CC; }
.f_verde{ /* verde */ background-color: #5CBC19; }
.f_naranja{ /* naranja */ background-color: #FF8D00; }
.f_morado{ /* morado */ background-color: #A21D99; }

.borde_azul{ /* azul */ border: 1px solid #0074CC; }
.borde_verde{ /* verde */ border: 1px solid #5CBC19; }
.borde_naranja{ /* naranja */ border: 1px solid #FF8D00; }
.borde_morado{ /* morado */ border: 1px solid #A21D99; }


/* --------------------- footer ---------------------------- */
#tbgcFooter {
color: #333;
font-size: 14px;
line-height: 1.3;
}

#tbgcHeader *,
#tbgcFooter *{
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#tbgcHeader img,
#tbgcFooter img {
vertical-align: sub;
border: none;
}
#tbgcHeader a,
#tbgcFooter a {
color: #004E80;
}
#tbgcHeader a:hover,
#tbgcFooter a:hover {
text-decoration: none;
}
/* Footer */
#tbgcFooterUtility {
margin: 0 auto;
text-align: center;
background-color: #0074CC;
border: 1px solid #FFF;
border-width: 1px 0;
}
body.tbgcColor01 #tbgcFooterUtility {
background-color: #FF8D00;
}
body.tbgcColor02 #tbgcFooterUtility {
background-color: #5CBC19;
}
body.tbgcColor03 #tbgcFooterUtility {
background-color: #A21D99;
}
#tbgcFooterUtility > ul {
max-width: 980px;
margin: 0 auto;
padding: 0;
}
#tbgcFooterUtility > ul > li {
display: inline-block;
*display: inline;
*zoom: 1;
}
#tbgcFooterUtility > ul > li.line {
position: relative;
padding-left: 5px;
}
#tbgcFooterUtility > ul > li.line:before {
top: 50%;
left: 0;
width: 1px;
height: 1.2em;
content: "";
margin-top: -0.6em;
background: #FFF;
position: absolute;
display: inline-block;
*display: inline;
*zoom: 1;
}
#tbgcFooterUtility > ul > li a {
color: #FFF;
display: block;
padding: 11px 4px 9px;
font-size: 12px;
text-decoration: none;
}
#tbgcFooterUtility > ul > li a:hover {
text-decoration: underline;
}
#tbgcFooterUtility > ul > li a img {
margin-left: 4px;
}
#tbgcFooterInfo {
margin: 0 auto;
background-color:#333;

position: relative;
height: 61px;
overflow: hidden;
}

#tbgcFooterGroup {
max-width: 1020px;
margin: 0 auto;
padding: 27px 20px 0;
}
#tbgcFooterGroup img{
width: 148px;
height: 17px;
}
#tbgcFooterBland{
position: absolute;
right: 0;
top: 0;
height: 61px;
padding-top: 16px;
padding-right: 134px;
}
#tbgcFooterBland:after{
content: url(/deco/resources/images/footer_bland_02.png);
width: 116px;
height: 32px;
position: absolute;
right: 0;
bottom: 0;
display: inline-block;
*display: inline;
*zoom: 1;
}
#tbgcFooterBland img{
width: 239px;
height: 25px;
}
#tbgcFooterCopy{
font-size: 11px;
color: #FFF;
text-align: right;
padding-right: 140px;
margin: -1px 0 0;
}
/* --------------------- footer ---------------------------- */