/* - - - Custom Theme - - - */

/* Logo */
h1 a {
	background-image:url('/images/templates/header.jpg'); 
	min-height:0;
	height:87px;
}
* html h1 a {/* IE6 png Support */
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/templates/header.jpg", sizingMethod="crop");
}

/* Backgrounds */
body{
	background-image:none;
	background-color:#006666;
}
h1{
	background-image:none;
	background-color:#dedede;
}
#container, body.embed{
	background-color:#ffffff;
}
.wufoo input.text, .wufoo textarea.textarea, .wufoo input.file{
	background:#ffffff url(/images/templates/fieldbg.gif) repeat-x top;
}
body:nth-of-type(1) .wufoo input.file{ /* Webkit */
	background:none;
}
.wufoo .focused{
	background-color:#fff7c0;
}
.wufoo .instruct{
	background-color:#F5F5F5;
}

/* Borders */
#container{
	border:1px solid #CCCCCC;
}
.wufoo .info{
	border-bottom:1px dotted #CCCCCC;
}
.wufoo .section{
	border-top:1px dotted #CCCCCC;
}
.wufoo input.text, .wufoo textarea.textarea{
	border:;
}
.wufoo .instruct{
	border:1px solid #E6E6E6;
}
.fixed .info{
	border-bottom:none;
}

/* Typography */
.wufoo .info h2{
	font-size:160%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#FFFFFF;
	
}

.wufoo .info div{
	font-size:95%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#FFFFFF;
	background-color:rgb(180,40,35);
	text-align:center;
}
.wufoo .section h3{
	font-size:110%;
	font-family:inherit;
	font-weight:bold;
	font-style:;
	color:rgb(180,40,35);
	background-color:#FFFFFF;
}
.wufoo .section div{
	font-size:85%;
	font-family:inherit;
	font-weight:bold;
	font-style:;
	/*color:#444444;*/
	color:rgb(180,40,35);
	background-color:#FFFFFF;
}

.wufoo .graph h3{
	color:#000000;
}
.wufoo .footer h4{
	color:#000000;
}
.wufoo .footer span{
	color:#444444;
}


.wufoo label.desc{
	font-size:95%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.wufoo label.choice{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select, .wufoo input.file{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#333333;
}
.wufoo li div, .wufoo li span, .wufoo li div label, .wufoo li span label{
	font-family:inherit;
	color:#444444;
	
}
body:nth-of-type(1) .wufoo input.file{ /* Webkit */
	font-size:100%;
	font-family:inherit;
	color:#444444;
}
.wufoo .instruct{
	font-size:85%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.altInstruct .instruct, .wufoo li.leftHalf .instruct, .wufoo li.rightHalf .instruct{
	font-size:9px;
	color:#444444;
	/*background:none;*/
	border:none;
}
.wufoo input.btTxt{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:;
}
.wufoo li.focused label.desc{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:#000000;
}
.wufoo li.focused div, .wufoo li.focused span, .wufoo li.focused div label, .wufoo li.focused span label{
	font-family:;
	color:#000000;
}
body:nth-of-type(1) .wufoo li.focused input.file{ /* Webkit */
	color:#000000;
}

.confirm h2{
	font-family:inherit;
	color:#444444;
}
a.power{
	background-color:#dedede !important;
	border-color:#b2b2b2 !important;
	color:#0a0a0a !important;
	text-shadow:#b2b2b2 1px 1px 1px !important;
}
.embed a.power{
	background-color:#e6e6e6 !important;
	border-color:#cccccc !important;
	color:#333333 !important;
	text-shadow:#cccccc 1px 1px 1px !important;
}

/* Likert Backgrounds */

.likert table{
	background-color:#ffffff;
}
.likert thead td, .likert thead th{
	background-color:#e6e6e6;
}
.likert tbody tr.alt td, .likert tbody tr.alt th{
	background-color:#f5f5f5;
}

/* Likert Borders */

.likert table, .likert th, .likert td{
	border-color:#dedede;
}
.likert td{
	border-left:1px solid #cccccc;
}

/* Likert Typography */

.likert caption, .likert thead td, .likert tbody th{
	color:#444444;
	font-family:inherit;
}
.likert label{
	color:#565656;
	font-family:inherit;
}
.likert caption, .likert tbody th{
	font-size:95%;
}

/* Likert Hover */

.likert tbody tr:hover td, .likert tbody tr:hover th, .likert tbody tr:hover label{
	background-color:#fff7c0;
	color:#000000;
}
.likert tbody tr:hover td{
	border-left:1px solid #ccc69a;
}

/* Big Number */

.number{
	background-color:#f5f5f5;
	border-color:#e6e6e6;
}
.number strong, .number em{
	color:#000000;
}

/* ----- Field Chart Border and Background Colors ----- */

#widget{
	background:#ffffff;
}
.fcNav a.show{
	background-color:#ffffff;
	border-color:#cccccc;
}
.fc table{
	border-left:1px solid #dedede;	
}
.fc thead th, .fc .more th{
	background-color:#dedede;
	border-right:1px solid #cccccc;
}
.fc tbody td, .fc tbody th, .fc tfoot th, .fc tfoot td{
	background-color:#ffffff;
	border-right:1px solid #dedede;
	border-bottom:1px solid #e6e6e6;
}
.fc tbody tr.alt td, .fc tbody tr.alt th, .fc tbody td.alt{
	background-color:#f5f5f5;
}

/* ----- Field Chart Typography Colors ----- */

.fc caption, .fc tfoot,
.fc thead th, .fcNav, .fcNav a{
	color:#000000;
}
.fc tbody th div, 
.fc tbody td.count, .fc .grid tbody td a, .fc td.percent var,
.fc .timestamp span{
	color:#444444;
}
.fc .indent .count{
	color:#4b4b4b;
}
.fc .grid tbody td a span{
	color:#7d7d7d;
}

/* ----- Field Chart Hover ----- */

.fc .choices tbody tr:hover td, .fc .choices tbody tr:hover th,
.fc .data tbody tr:hover td, .fc .data tbody tr:hover th,
.fc .grid tbody td:hover{
	background-color:#fff7c0;
}
.fc tbody tr:hover th div,
.fc tbody tr:hover td,
.fc tbody tr:hover var{
	color:#000000;
}


/* Drop Shadows */
#top, #bottom{
	visibility:visible;
}

/* Agregados nuestros */
.divDeTitulos {
     background-color:rgb(180,40,35); 
     color:#FFFFFF; !important;
     text-align:center;
     padding-top:10px;
 }
 
 .divDeSubtitulos {
  background-color: #FFFFFF;
 }
 
 .tituloH2 {
 color:#FFFFFF;
 }
 
 .tituloH3 {
 color:rgb(180,40,35); 
 font-weight:bold;
 }
 
 .divDePhp {
 	background-color:#C0E29E;
 	color:#000000; 
 	padding-bottom: 10px;
 	padding-top: 10px;
 	padding-left: 10px;
 }
 
 .UlFondoVerde {
 background-color:#F5FDE8;
 }
 
 ul.LiFondo li{
  background-color:#F5FDE8;!important;
  /*background-color:#80BB93;!important;*/ 
  
 /*color:#006666;*/
 }
 
 .numeroTramiteTitulo {
 font-weight: bold;
 font-size: 18px;
 }
 
 .numeroTramiteTitulo2 {
 font-weight: bold; 
 font-size: 16px;
 }
  .numeroTramiteTituloCompleto {
 font-weight: bold; 
 font-size: 16px;
 	color:rgb(180,40,35);
 }
 
 .spanEmpadronadoSi {
 color: #008800; 
 font-weight: bold;
 }
 
 .spanEmpadronadoNo {
  color: #880000; 
  font-weight: bold;
 }
 
 .spanResaltado {
 font-weight: bold;
 color: #880000; 
 }
 
 .observaciones {
  color: #006666;
  font-size: 12px;
  text-align:center;
 /* font-weight: bold;*/
 }
 
 .smallCalle {
  color: #006666;
  font-size: 110%;
  text-align:center;
  /*font-weight: bold;*/
 }
 
 .labelCentrado {
 text-align: center;
 }
 
 
 a.footer {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background-color:#E5E5E5;
border:3px solid #CCCCCC;
color:#444444;
display:inline-block;
font-size:90%;
line-height:16px;
margin:15px auto;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:2px 10px;
text-align:center;
text-decoration:none;
text-shadow:1px 1px 1px #CCCCCC;
visibility:visible;
}
* html a.footer strong {
}
a.footer:hover {
background-color:#488FB7 !important;
border-color:#3C7799 !important;
color:#FFFFFF !important;
text-shadow:1px 1px 1px #4385AB !important;
}
a.footer:active {
background-color:#8EAE17 !important;
border-color:#7D9A13 !important;
text-shadow:1px 1px 1px #7D9A13 !important;
}



#idDivCargando {
	width:100px;
	border: 2px solid #FFFFFF !important;
	background-color: #B42823 !important;
	color: #FFFFFF !important;
	font-weight: bold;
	font-size: 15px;
	padding: 0px;
	position:fixed; 
	top:0px;


}

#avisoBrowser {
	color: #B42623;
	font-weight: bold;
	background-color: #B42823;
	color: #FFFFFF;
	display:inline-block;
	padding: 5px;
	margin: 5px;
}

