/**
* Administracion Maixon
*/
body {
	margin: 0px;
	padding: 0px;
	color : #333;
	background-color : #FFFFFF;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
_img, _div { behavior: url(iepngfix.htc) }
img { border:0;}
select,input,textarea,table{
	font-size:11px;
}
select, input {
	height:18px;
}
.content h2 {
	background:#ecebe8;
	font-size:11px;
	font-weight:bold;
	color:#808080;
	padding:0;
	text-transform:uppercase;
	clear:both
}
.content h2 span {
	position:absolute;
}
.content h2 div {
	padding:10px 10px 10px 40px;
	font-weight:bold
}
.cont {
	background:#f5f3f0;
	margin-bottom:20px;
	padding:10px 5px;
}
table.adicionales {
}
table.adicionales td {
	vertical-align:top;
	padding:5px 0;
}
table.adicionales .adicio_01 {
	width:95%;
	margin:0px auto;
}
table.adicionales .adicio_01 td {
	padding:5px 10px;
	line-height:14px;
	border:solid 1px #e9e9e9;
}
table.adicionales .adicio_01 input, table.adicionales .adicio_01 select {
	border:solid 1px #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}
table.adicionales .adicio_01 td.foto {
	padding:10px 0 10px 40px;
	background:#e9e9e9 url(../../../img/elementos/fot.gif) no-repeat 4% 50%;
	border-bottom:solid 2px #f5f3f0;
}
table.adicionales .adicio_01 td.video {
	padding:10px 0 10px 40px;
	background:#e9e9e9 url(../../../img/elementos/vide.gif) no-repeat 4% 50%;
}
.btn_realizar_busqueda {
	margin:5px 0 10px 0;
	text-align:center;
	word-spacing:20px;
}
/*input.button{
	height:20px;
	vertical-align:middle;
	padding-bottom:2px;
} */
.negrita {
	font-weight:bold;
}
.button {
    border:1px solid #666;
    background-color: #E5F1F7;
}
.button:hover {
    background-color: #DDDDDD;
    cursor: pointer !important;
    cursor: hand;
}
.path {
	padding-left:5px;
	width:100%;
	height:10px;
	line-height:15px;
	vertical-align: middle;
	/*font-family : Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	background-color: #F1F3F5;
	border-bottom: 1px solid #CCCCCC;
}
.path a {
	color:#000000;
	text-decoration:none;
}
.path a:hover {
	color:#B04747;
	text-decoration:none;
}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 10000;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
table#mytable {
	border:1px solid #999999;
	/*width:100%;*/
}
.table_hover {
	cursor:pointer;
	//cursor:hand;
}
#table_header {
	/*background: url(../images/background.jpg);*/
	background-color:#E5F1F7;
	width:100%;
	font-weight: bold;
}
#form_header {
	background: url(../images/background.jpg);
	width:100%;
	font-weight: bold;
	height:22px;
	text-align:center;
	vertical-align:middle;
	line-height:22px;
}
/*tr.row0:hover, tr.row1:hover {
	background-color : #EFEFEF;
}*/
.row, .row:hover {
	background-color : #EFEFEF;
	cursor:pointer;
	//cursor:hand;
}
.row0 {
	background-color : #F7F7F7;
}
/*.row1 {
	background-color : #FFFFFF;
}*/
td.click, th.click
{
	background-color: #bbb;
}
td.hover, tr.hover
{
	background-color: #E2E2E2;
}
th.hover, tfoot td.hover
{
	background-color: #E2E2E2;
}
td.hovercell, th.hovercell
{
	background-color: #E2E2E2;
}
td.hoverrow, th.hoverrow
{
	background-color: #E2E2E2;
}
table#toolbar {
	margin-right: 5px;
    text-align:center;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
table#toolbar td {
	margin: 2px 1px 2px 1px;
	white-space:nowrap;
}

table#toolbar a.toolbar {
	color : #000033;
	text-decoration : none;
	display: block;
	border: 1px solid #DDD;
	width: auto !important;
	/*width: 60px;*/
	padding: 3px 0px 1px 2px;
}
table#toolbar a.toolbar:hover {
	color : #C64934;
	border: 1px solid #c24733;
	background-color: #f1e8e6;
	padding: 3px 0px 1px 2px;
}
table#toolbar a.toolbar:active {
	color : #FF9900;
}
table#toolbar img {
	text-align:center;
}
#header {
		text-align:left;
		vertical-align: bottom;
		padding-bottom:15px;
		padding-left:230px;
		font-size:18px;
		color:#CCCCCC;
        background-position: left top;
        background: url(../images/logo.jpg) no-repeat #780a09;
		height:74px;
		width:100%;
}
#header_user {
	text-align:left;
	line-height:37px;
	vertical-align:middle;
	color:#CCCCCC;
	font-size : 18px;
	/*font-family : Arial, Helvetica, sans-serif;*/
	font-weight:bold;
	padding-left:10px;
	/*background-color: #780a09;*/
	background: url(../images/header_bg.png);
	height:38px;
	
}
.header_user {
	float:left;
}
.busc_prop {
	width:250px; 
	float:right; 
	color:#CCCCCC;
	font-size:11px;
}

/* --- cuadro de FORMULARIO --- */
#cuadro {
	border: solid 1px #006699;
    background-color:#FFFFFF;
	vertical-align: top;
}
.pasosBkg{
background-color: #e5f1f7;
border-bottom: solid 2px #CCCCCC;
height:25px;
width:100%;
margin:0;
}

.pasoAnterior{
    text-align:left;
    padding-left: 15px;
	width:120px;
}
.pasoAnterior a{
background-image: url(../images/ico_pasoAnterior.gif);
background-position:left;
background-repeat:no-repeat;
padding: 8px 0 0 25px;
height:24px;
font-size:11px;
display:block;
}

.pasoAnterior a:link, .pasoAnterior a:visited{
color:#666666;
}
.pasoAnterior a:hover{
color:#006699;
}


.pasoSiguiente{
    text-align:right;
    padding-right: 15px;
	width:120px;
}
.pasoSiguiente a{
background-image: url(../images/ico_pasoSiguiente.gif);
background-position:right;
background-repeat:no-repeat;
padding: 8px 25px 0 0;
height:24px;
font-size:11px;
display:block;
}

.pasoSiguiente a:link, .pasoSiguiente a:visited{
color:#666666;
}
.pasoSiguiente a:hover{
color:#006699;
}

.altaTitle{
height:48px;
line-height:48px; 
vertical-align:middle;
font-size:13px;
font-weight: bold;
color:#006699;
margin:0;
padding: 0;
text-transform:uppercase;
display:block;
}

.altaTitle img, altaTitle2 img{
margin-left: 5px;
vertical-align: middle;
}

.altaTitle2 {
height:48px;
line-height:48px; 
vertical-align:middle;
font-weight: bold;
color:#006699;
margin:0;
padding: 0;
display:block;
}

.dataCol {
    color:#006699;
}

.title{
    color:#006699;
    /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
    font-size:11px;
    font-weight:bold;
    padding:5px;
    border-top: solid 1px #e2e2e2;
    border-right: solid 1px #006699;
    border-bottom: solid 1px #006699;
    border-left: solid 3px #FFFFFF;
    background-color:#FFFFFF;
}
/*  ---------------- */
#pie {
		text-align:center;
        background-color: #780a09;
        color: #ffffff;
		height:30px;
		font-size : 11px;
		/*font-family : Arial, Helvetica, sans-serif;*/
}
#pie_user {
		text-align:center;
       background: url(../images/header_bg.png);
        color: #ffffff;
		height:30px;
		font-size : 11px;
		font-family : Arial, Helvetica, sans-serif;
}
/* -------------------------- */
a.link1  {
	text-decoration:none;
	color:#000;
}
	
a.link1:hover{
	color:#000;
	text-decoration:underline;
}
a.link1:active {
	color:#000;
	text-decoration:none;
}
a.link2  {
	text-decoration:none;
	color:#006699;
}
	
a.link2:hover{
	color:#333333;
	text-decoration:none;
}
a.link2:active {
	color:#006699;
	text-decoration:none;
}
a.link3  {
	text-decoration:none;
	color:#000;
	font-size:9px;
}
	
a.link3:hover{
	color:#000;
	text-decoration:underline;
}
a.link3:active {
	color:#000;
	text-decoration:none;
}
#barra_menu {
	vertical-align:top; 
	height:22px; 
	border-bottom:1px solid #333;
	background: #E8E8E8;
	font-size : 11px;
}
#barra_user {
	text-align:right; 
	vertical-align:middle; 
	padding-right:5px;
	border-bottom:1px solid #333;
	background: #E8E8E8;
	font-size : 11px;
	font-weight: bold;
}
#cuerpo {
	padding:0 2px 0 2px;
	text-align:middle;
	height:100%;
    width:100%;
    vertical-align:top;
}
#titulo1 {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	padding:5px;
	
}
#tabla_ventana {
	border:1px solid #D5D5D5;
	/*width:100%;*/
	height:100%;
	background-color:#F9F9F9;
}
#cpanel {  text-align: center;  width:400px; }

#cpanel div.icon   { margin: 0px; }
#cpanel div.icon a { 
	display: block; float: left;
	height: 97px !important;
	height: 100px; 
	width: 108px !important;
	width: 110px;
	vertical-align: middle; 
	text-decoration : none;
	border: 1px solid #DDD;
	padding: 2px 5px 1px 5px;
	font-size : 11px;
	/*font-family : Arial, Helvetica, sans-serif;*/
	margin: 3px;
}

#cpanel div.icon a:link    {  color : #000033;  }
#cpanel div.icon a:hover   { 
	color : #333; 
	background-color: #DCE7F0;  
	border: 1px dotted #9CC9F0;
	padding: 3px 4px 0px 6px; 
}
#cpanel div.icon a:active  {  color : #000033;  }
#cpanel div.icon a:visited {  color : #000033;  }

#cpanel div.icon img { margin-top: 13px; }
#cpanel div.icon span { display: block; padding-top: 3px;}
#imagen {
	width: 60px !important;
	width: 60px;
	color: #666;
	border: 1px dotted #ccc;
	padding: 3px 4px 0px 6px;
}
div.errdiv {
	/*font-family: "Tahoma", Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	color: #98180C;
	display:none;
}

/* datepicker */

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	/*font-family: arial, sans-serif;*/
	padding: 2px;
	width: 188px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

#lista {  text-align: center;  width:800px; }

#lista div.icon   { margin: 0px; }
#lista div.icon a { 
    display: block; float: left;
    height: 137px !important;
    height: 140px; 
    width: 120px !important;
    width: 122px;
    vertical-align: middle; 
    text-decoration : none;
    border: 1px solid #DDD;
    padding: 2px 5px 1px 5px;
    font-size : 11px;
    /*font-family : Arial, Helvetica, sans-serif;*/
    margin: 3px;
}

#lista div.icon a:link    {  color : #000033;  }
#lista div.icon a:hover   { 
    color : #333; 
    background-color: #DCE7F0;  
	border: 1px dotted #9CC9F0;
    padding: 3px 4px 0px 6px; 
}
#lista div.icon a:active  {  color : #000033;  }
#lista div.icon a:visited {  color : #000033;  }

#lista div.icon img { margin-top: 2px; }
#lista div.icon span { display: block; padding-top: 3px;}
