/* Generales */
body{
	background-color: #eee;
	background: #eee url(../images/background.gif) repeat-x;
}

body *{
	font-size:10pt;
	font-family: Arial,sans-serif;
}

.rounded{
	-moz-border-radius: 4px;
	margin; 5px 0;
}

.last{
	border:none!important;
}

/* Encabezado */

#header{
	background:#cc2e2e url(../images/header.jpg) no-repeat;
	overflow:hidden;
	position:relative;
}
a{
	color:red;
}

#userdata{
	color:#fff;
	height:20px;
	width:245px;
	padding:60px 10px 0 745px;	
	font-weight: bold;
	text-align:right;
}

#userdata a{
	color:#fff;
	text-decoration: none;
	font-weight: normal;
}

/* Estilos generales de menus*/

#options ul, #menu ul, #footer ul, #options li, #menu li, #footer li{
	padding:0;
	margin:0;
	list-style: none;
}

/* Barra de opciones */

#options{
	background-color:#eaeaea;
	border:1px solid #ccc;
	height:22px;
	overflow:hidden;
	padding:3px 0;
}

#options li{
	float:left;
}

#options a{
	color:#cc2e2e;
	margin: 5px;
}

/* Area principal*/

#main{
	position: relative;
}

/*Menu*/

#menu{
	border:1px solid #ccc;
	background-color:#fff;
}

#menu li a{
	background-color:#666;
	color:#fff;
	display:block;
	padding:3px 3px 3px;
	height: 17px;
	width:194px;
	font-weight:bold;
	font-size:13px;
}

#menu li li{
	background-color:#fff;
	border:none;
	color:#000;
}

#menu li li a{
	background-color:#fff;
	text-decoration:none;
	padding-left:13px;
	width:182px;	
	font-weight:normal;
	color:#000;
	font-size:11px;	
}

/*Area de contenidos*/

#content{
	background-color:#fff;
	border:1px solid #ccc;
}

#submenu{
	background-color:#ccc;
	padding:5px;
	margin-top:0;
}

#content h1{
	font-size:16px;
}

#content h2{
	font-size:14px;
}

/* Pie de pagina*/

#footer{
	border-top:1px solid #ccc;
	text-align:center;
}

#footer li{
	padding:0 5px;
	border-right: 1px solid #666;
	display:inline;
}

#footer a{
	color:#cc2e2e;
	text-decoration:none;
}
p{
	font-size:10pt;
}
p{
	margin; 5px 0;
}

#footer p{
	margin:0;
}

/*Tablas de datos*/
table.table{
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

table.table td, table.table th{
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding:5px;
	font-size:10pt;
}

table.table td.number, table.table th.number{
	padding-right: 15px;
	text-align: right;
}

table.table tbody th{
	color:#cc2e2e;
	font-weight: normal;
}

table.table tfoot th{
	color:#cc2e2e;
	background-color:#ccc;
}

table.table thead th{
	background-color:#ccc;
}

table.table tr.odd td, table.table tr.odd th{
	background-color:#eaeaea;	
}

table.table th.headerSortUp{
	background:#333 url(../images/sortasclight.gif) no-repeat right;
	color:#fff;
	padding-right:15px;
}

table.table th.headerSortDown{
	background:#333 url(../images/sortdesclight.gif) no-repeat right;
	color:#fff;
	padding-right:15px;	
}

table.table .sortedeven{
	background-color:#999;
	color:#fff;	
}
table.table .sortedodd{
	background-color:#666!important;
	color:#fff;		
}

table.table th.sortedeven,table.table th.sortedodd,table.table th.sortedeven a,table.table th.sortedodd a{
	color:#fff;
}

table.table tfoot .sorted{
	background-color:#333!important;
	color:#fff;
}

table.table .header{
	cursor:pointer;
}

/* Portlets */

div.portlet{
	margin:5px 0;
}
div.portlet h1{
	background-color:#666;
	color:#fff;
	font-weight:bold;
	font-size:13px!important;	
	margin:0;
	padding:4px 0 2px 3px;
	-moz-border-radius:4px 4px 0 0;
}

div.portletleft, div.portletright {
	float:left;
	width:370px
}

div.portletleft {
	margin-right:6px;
}

div.portletleft .content,div.portletright .content{
	padding:5px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
div.portletleft .footer,div.portletright .footer{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	-moz-border-radius:0 0 4px 4px;	
	min-height: 5px;
}

/* Formulario */
form{
}

form *{
	font-size:10pt;
}

fieldset {
	border:none;
	padding:0;
	margin:0;
	text-indent:0;
	margin-bottom:10px;
}

legend {
	padding:0;
	margin:0;
	text-indent:0;
	font-weight: bold;
	margin-bottom:10px;
}

label{
	width:150px;
	margin:0 10px 0 0;		
	display: inline;
	claar:left;
	float:left;
}
.padded label{
	float:none;
}
h3, h2{
	margin: 5px 0 2px 0;
}

.label-corto label{
	width:50px;
}

label.long{
	width:300px;
	clear: none;
	margin:0 0 10px 10px;		
}

label.mandatory{
	background: transparent url(../images/img/aster.gif) no-repeat top right;
}
input.text{
	width:160px;
	border:1px solid #333;
}

input.short{
	width:100px;
}

select{
	border:1px solid #333;
/*	width:160px;	*/
}

#controles-estados select{
	margin-bottom:10px;	
}


.paging{
	margin:10px 0 0 0;
	padding: 10px 0;
	border-top:1px solid #000;
	text-align:right;
}

.paging div{
	display:inline;
}

.actions{
	background-color: #d9e4e5;
	border: 1px solid #444;
	padding: 5px 10px;
}

#trazas{
	padding:5px;
	border-bottom:1px solid #000;
	margin: 10px 0;
	background-color:#eee;
}
#trazas a, #trazas a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#CC2E2E;
}
.actions, .actions a:visited{
	text-decoration:none;
	color:#CC2E2E;
}

.messages{
	background-color: #d9e4e5;
	border: 1px solid #444;
	padding: 5px 10px;
}
div.submit{
	display:inline;
	margin: 0;
	padding: 5px 0
}
h1{
	margin: 10px 0 5px 0;
	font-size:14px;
}
.bold{
	font-weight:bold;
}
.error{
	color:red;
	display:block;
	font-weignt:bold;
}
.error-message{
	color:#dd0000;
	margin:5px 0 25px 0;
}
div.checkbox label{
	display:none;
}

#tabla-encuesta div.checkbox label{
	display:inline;
	font-weight:bold;
}
div.checkbox input{
	margin:3px 0;
}

#adicionar-rapido-form{
	padding: 0 0 0 0;
}
.colored{
	background-color:#eaeaea;
}
.padded{
	padding:5px;
	margin: 5px 0;
}

label, input{
	font-size:10pt;
}

div.input{
	margin: 5px 0;
}

table div.input{
	margin:0;
}

table img{
	border:none;
}

#menu li ul{
	margin-top:5px;
}
#menu li li a:hover{
	text-decoration:underline;
}

#menu li #leyenda li{
	margin:10px 15px;
	font-weight:bold;
	color:#fff;
	background-color:transparent;
}
#telefonos, .data{
	padding: 10px;
	background-color:#ddd
}
#telefonos li, #telefonos{
	margin:2px 0;
	list-style-type:none;
	list-style:none;
}

#telefonos li a, #telefonos li select{
	margin: 0 5px;
}
.telefono-select{
	width: 120px;
}
div.input {
	clear:left;
	width:100%;
}
#cedulaform div.input {
	width:20px;
}
#paginado div.input {
	width:50px;
}
#validar-telefono{
	margin: 15px 0 0 0;
	padding: 5px;
	background-color:#f3edde
}
.telefono-ver{
	font-weight:bold;
	font-size:16px;
}

#leyenda-div{
	display:none;
	position: fixed;
	bottom:50px;
	left:0;
	background-color:#000
}
.resaltar{
	font-weight:bold;
	font-size:14px;
}
.propiedades img{
	margin:0 3px;
}
.pager{
	padding: 5px;
	text-align:center;
}
.pager .qp_counter{
	margin: 0 10px;
}
th.pregunta{
	background-color:#ccc;
}
div.radio label{
	width:350px;
	float:none;
	margin: 0 0 0 10px;
}
#flashMessage{
	margin: 10px 0;
	padding: 20px;
	background-color:#fbc0bb;
}
.operaciones{
	margin: 10px 0;
	padding: 10px;
	background-color:#dacfce;
}
#pager{
	text-align:center;
}
#pager a{
	padding: 5px;
}
#titulo-app{
	position:absolute;
	top:10px;
	left:210px;
	color:#ffffff;
	font-size:26pt
}

a.tab{
	font-weight:bold;
	text-decoration:none;	
	color:#c30e11;
	padding:5px 5px 10px 5px;
}

a.tab:hover{
	text-decoration:underline;	
}

li{
	margin: 10px 0;
}

a.active-tab{
	background-color:#ccc;
}
