@import "base.css";

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: middle;
	list-style: none;
}


html {
	position: relative;
}

body {
	/*position: relative;
	width: 1000px;*/
	width: 90%;
	margin: 5px auto 10px auto;
}

/* Only demo */
@media (max-width: 900px) {
	body {
		width: 1000px;
	}
}

.orange {color:#E47300;}

.spacer { 
	margin-top: 15px;
}

input { 
	padding: 2px;
	border: 1px solid #ccc;
	}

input:focus { 
    border-color: #397906;
    border-style:solid;
    border-width:1px;
}
label:focus { 
    border-color: #397906;
    border-style:solid;
    border-width:1px;
}
select { 
	padding: 2px;
	border: 1px solid #ccc;
	}

select:focus { 
    border-color: #397906;
    border-style:solid;
    border-width:1px;
}

textarea { 
	padding: 2px;
	border: 1px solid #ccc;
	}

textarea:focus { 
    border-color: #397906;
    border-style:solid;
    border-width:1px;
}

span .select2-container:focus { 
    border-color: #397906;
    border-style:solid;
    border-width:1px;
}

input[type="image"], 
.submit { 
	border: 0;
	padding: 0;
	background: transparent;
	width: auto;
}

img,
a img { 
	border: 0;
} 

.left { 
	float: left;
	position: relative;
	margin: 0 15px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 15px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

.show-false { 
	display: none;
}

.show-true { 
	display: block;
}

.element-error {
	border: 1px solid #000;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}


	/* ----------| =Content |---------- */ 


#contentTop 
{
	margin-top:2px;
}

#contentTop div.autoclear { 
	position: relative;
	width: 888px;
	margin: -1px auto;
	padding: 0 5px;
	background-color:#fafafa;
	border: 1px solid #ccc;
}

#contentTop .trCol3 td {width:33%;}



#content div.autoclear { 
	position: relative;
	width: 840px;
	margin: -1px auto;
	padding: 20px 30px;
	background: #fff ;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

#content hr {
	border-bottom:1px solid #DDDDDD;
	clear:both;
	height:0pt;
	margin:15px 0pt;	
}
#content h3 {margin-bottom:7px;}
#content h3 a {color:#5aa0d0;font-weight:bold;text-decoration:none;border-bottom:1px solid #EEEEEE;font-size:0.8em;}
#content h3 a:hover {color:#EA661E;text-decoration:none;border-bottom:1px solid #EEEEEE;font-size:0.8em;}

#footer {
	color:#888888;
	font-size:0.9em;
	margin:10px 0pt 0pt;
	padding:0pt 30px;
}

table.tablaCeleste 
{
	background:#DAEFF7;
	width:100%;
}

table.tablaCeleste th 
{
	font-weight:bold;text-align:left;text-transform:uppercase;
	border-bottom:1px solid #DDDDDD;padding-bottom:5px;
}

table.tablaCeleste .trCol3 td {width:33%;}
table.tablaCeleste .trCol4 td {width:25%;}


.contenido div.autoclear {
	margin:-1px auto;
	padding:0pt 5px;
	position:relative;
	/*width:900px;*/
}


p { 
	padding-bottom: 1em;
}

p * { 
	vertical-align: baseline;
}


/* Barra User Logged*/
.barraLogin {
	position: relative;
	line-height: 1em;
	border-bottom: 0;
	margin: 3px 0 0 0;
	/*width: 840px;*/
	margin: -1px auto;
	padding: 5px 30px;
	font-size: x-small;
	background-color: #234F02;
	/*background-image: url(imagenes/hover-bg.gif);*/
	background-repeat: repeat-x;
	background-position: left top;
	height: 18px;
} 

.subDivBarraLoginLeft
{
    float:left;
    color: #acacac;
   /*background-color:Black;*/
}

.subDivBarraLoginRight
{
    float:right;
    color: #acacac;
   /* background-color:Black;*/
}
.barraLoginCopy {
	position: relative;
	line-height: 1em;
	/*width: 840px;*/
	font-size: x-small;
	background-color: #f3f3f3;
	/*background-image: url(imagenes/cabeza_bienvenida.jpg);*/
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: -1px;
	/*margin-left: 18px;*/
	padding: 0px;
	border-bottom-width: 0;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
}


.deudasScroll {
    height: 250px; 
    overflow: scroll;
 }