
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FF3000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #FF3000;
}

a:hover {
}

/* Header */
#wrapper {
	margin: 0 auto;
	padding: 0;
}

#header-wrapper {
	height: 55px;
	background: #8c8c8c;
}

#header {
	width: 950px;
	margin: 0 auto;
	padding: 0px 0px 0px 30px;
}

#logo {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000000;
	
}

#logo h1, #logo p {
}

#logo h1 {
	margin-left: 70px;
	padding: 40p 0px 0px 80px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 3.8em;
	color: #FF3000;
}

#logo h1 a {
	color: #FA4100;
}

#logo h1 span {
	color: #333333;
}

#logo p {
	margin: 0;
	padding: 0px 0 0 62px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #666666;
}

#pagewidth {
    width: 95%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
/*printer styles*/
@media print {
    /*hide the left column when printing*/
#leftcol {display:none;
}

#twocols, #maincol {
        width: 100%;
        float: none;
}
}

#resultados {
    text-align: right;
    text-transform: capitalize;
    padding-top: 10px;
}

.mensajeGeneral {
	font-size: 20px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
	margin-top: 20px
}

.botoneraDatosSocio {
    color: #FFFFFF;
    margin: 15px;
    text-align: center;
    width: 100%;
}

/* MENU SUPERIOR */
#menuSuperior {
    background: none repeat scroll 0 0 #dedbdb;
    border: 0px solid #000000;
    margin-bottom: 0px;
    padding: 10px;
    width: 100%;
	text-align:left;
	font-size: bold 30px;
    font-family: Arial, Helvetica, sans-serif;
}


/* TABLA */
.tablaLista {
    background: #D3E4E5;
    border: 1px solid gray;
    border-collapse: collapse;
    color: #fff;
    font: normal 11px verdana, arial, helvetica, sans-serif;
    width: 90%;
}

.tablaLista caption {
    border: 1px solid #000000;
    color: #000000;
    font-weight: bold;
    letter-spacing: 20px;
    padding: 6px 4px 8px 0px;
    text-align: center;
    text-transform: uppercase;
}

.tablaLista td, th {
    color: #000000;
    padding: .4em;
}

.tablaLista tr {
    border: 1px dotted gray;
}

.tablaLista thead th, tfoot th {
    background: #000000;
    color: #FFFFFF;
    padding: 3px 10px 3px 10px;
    text-align: left;
}

.tablaLista tbody td a {
    color: #363636;
    text-decoration: none;
}

.tablaLista tbody td a:visited {
    color: gray;
    text-decoration: none;
}

.tablaLista tbody td a:hover {
    text-decoration: none;
}

.tablaLista tbody th a {
    color: #363636;
    font-weight: normal;
    text-decoration: none;
}

.tablaLista tbody th a:hover {
    color: #363636;
    text-decoration: none;
}

.tablaLista tbody td + td + td + td a {
    background-image: url('bullet_blue.png');
    background-position: left center;
    background-repeat: no-repeat;
    color: #03476F;
    padding-left: 15px;
    text-decoration: none;
}

.tablaLista tbody td + td + td + td a:visited {
    background-image: url('bullet_white.png');
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.tablaLista tbody th, tbody td {
    text-align: left;
    vertical-align: top;
}

.tablaLista tfoot td {
    background: #000000;
    color: #FFFFFF;
    padding-top: 3px;
}

.odd {
    background: #fff;
}

.tablaLista tbody tr:hover {
    background: #CFCDCB;
    border: 1px solid #03476F;
    color: #000000;
}

/* FORMULARIO DE SOCIO */
.panelSocioForm {
    padding: 10px;
    background: #000000;
}

.panelSocioForm.label {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
}

.tablaPanelSocio {
    width: 100%;
    position: relative;
    background-color: #CFCDCB;
}

.panelSocioForm {
    background: #CFCDCB;
    border: 1px solid #03476F;
    color: #000000;
}

.tablaCuotas {
    border: 1px;
}

/* CAMPOS INPUT */
.inputEnano {
    width: 55px;
}

.inputChico {
    width: 72px;
}

.inputMediano {
    width: 125px;
}

.inputGrande {
    width: 600px;
}

.hasDatepicker {
    width: 100px;
}

/*
 * CAMPOS DATEPICKER
 */
a.dp-choose-date {
    float: left;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 5px 3px 0;
    display: block;
    text-indent: -2000px;
    overflow: hidden;
    background: url(/media/images/calendar.gif) no-repeat;
}

a.dp-choose-date.dp-disabled {
    background-position: 0 -20px;
    cursor: default;
}

input.dp-applied {
    width: 140px;
    float: left;
}

.tablaListadoPegatinas {
    background: #D3E4E5;
    border: 1px solid gray;
    border-collapse: collapse;
    color: #fff;
    font: normal 11px verdana, arial, helvetica, sans-serif;
    width: 90%;
}

.labelPrimera {
    width: 75px;
}

.tituloCampoFormulario {
    font: bold 12px verdana, arial, helvetica, sans-serif;
    text-align: right;
    vertical-align: middle;
}

.campoFormulario {
    font: bold 12px verdana, arial, helvetica, sans-serif;
    text-align: left;
    vertical-align: middle;
}

.tituloFormularioTablaCuotas {
    font: bold 12px verdana, arial, helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
}

.tablaCuotasSocio {
    width: 100%
}

.tituloPagina {
    font: bold 24px verdana, arial, helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 5px;
}


/**
 * PANELNUEVO -> ESTILO PARA LOS PANELES DE SOCIO NUEVO Y TEMPORADA NUEVA
 */
#panelNuevo {
    border: double;
    border-color: #FF0000;
    border-style: solid;
}

img {
    border: none;
}

.menuSecundario {
    width: 100%;
    height: 35px;
    color: #000000;
    background-color: #303130;
    margin-bottom: 10px;
    display: none;
}

/**
 * PAGINACION
 */
#pagination {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
    list-style: none; /* savers */
}

#pagination a {
    border: solid 1px #9aafe5;
    margin-right: 2px;
}

#pagination .previous-off, #pagination .next-off {
    color: #888888;
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 2px;
}

#pagination .next a, .pagination-previous a {
    font-weight: bold;
}

#pagination .active {
    background: #2e6ab1;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    float: left;
    padding: 4px 6px; /* savers */
    margin-right: 2px;
}

#pagination a:link, #pagination a:visited {
    color: #0e509e;
    display: block;
    float: left;
    padding: 3px 6px;
    text-decoration: none;
}

#pagination a:hover {
    border: solid 1px #0e509e;
}

/**
 * Formulario
 */
form {
    background: none repeat scroll 0 0 #a7a7a7;
    border: 1px solid #000000;
    margin-bottom: 10px;
    padding: 10px;
    width: 920px;
}

.importeCuota
{
    color: #333333;
    font: bold 20px verdana;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: right;
    vertical-align: baseline;
    width: 935px;
}



.tituloFormulario{
    margin-top: 10px;
    margin-bottom: 10px;
    font:  22px verdana;
    font-weight:bold;
    text-align: left;
    color: #FA4100;
    vertical-align: baseline;
    width: 935px;
}

.botonera{
	width:940px;
	margin:5px;
	text-align:right;
	color:#FFF;
}

.tituloListado{
    margin-top: 10px;
    margin-bottom: 10px;
    font:  22px verdana;
    font-weight:bold;
    text-align: left;
    color: #FA4100;
    vertical-align: baseline;
    width: 935px;
}

.tipoModal
{
	font-weight:bold;
	text-align:left;
}
.tituloListadoCuota{
    margin-top: 10px;
    margin-bottom: 0px;
    font:  22px verdana;
    font-weight:bold;
    text-align: left;
    color: #FA4100;
    vertical-align: baseline;
    width: 935px;
}
.botoneraListado{
	width:935px;
	margin:10px;
	text-align:right;
	color:#000000;
}

/* Tablas jqgrid */
.ui-jqgrid-btable tr.ui-state-highlight{
    background: none repeat scroll 0 0 #FA4100;
    border: 1px solid #000000;
    color: #000000;
}

.formularioCobro{
	text-align:left;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	margin-top: 5px;
	margin-bottom: 10px; 
	
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #F2F3F0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #767676;
}

#footer a {
	color: #767676;
}

.datosEstadisticos {
    background: none repeat scroll 0 0 #dedbdb;
    border: 1px solid #333333;
    margin-bottom: 10px;
    padding: 10px;
    width: 920px;
    -moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
}

.ladoFoto {
	/**width: 20%;**/
	border: 8px solid #FF3000;
	float:right;
	border-radius: 10px 10px 10px 10px;
}

.ladoDatos {
	width: 95%;
	float:left;
}
    
/*formularios*/
form{
	margin:0;
	border: 1px solid #333333;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;	
}

fieldset{
	border:0px;
}

.titulo { font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #000; display: block; font-weight:bold;}
.campo { margin-bottom: 20px; } 



input, textarea,select{font-family:arial,verdana,sans-serif;font-size:1em}
.form-row{width:100%;padding:0 0 1em 0}
.form-row:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/*fin formularios*/

/*formulario genérico*/
.form-2col .form-item {
    float: left;
    width: 33%;
}
.form-2col .form-full .form-item {
    float: none;
    width: 100%;
}
.form-inline .form-item {
    float: left;
    width: auto;
}
.form .form-item .label_txt {
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 30px 0 0;
    text-align: right;
}
.form .form-item .ui-autocomplete-input {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 0 0 0;
    border-right: 0 none;
    font-size: 11px;
}
.form .form-item label input, .form .form-item label textarea, .form .form-item .ui-autocomplete-textbox {
    background: no-repeat scroll left top #FFFFFF;
    border: 1px solid #CFCFCF;
    font-size: 14px !important;
    padding: 1px !important;
    vertical-align: inherit;
    width: 12em;
}
.form .form-item label textarea {
    width: 82%;
}
.operativa .form .form-item label textarea {
    width: 70%;
}
.form .form-item .ui-button-icon .ui-icon {
    background-position: -150px 9px;
    height: 20px;
    width: 22px;
}
.form .contenido .botonera {
    clear: both;
    text-align: center;
}
.form .form-item label.labelradio_aux input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    vertical-align: middle;
    width: auto;
}
.form-2col .form-col {
    float: left;
    width: 49%;
}
.form-2col .form-col .form-item {
    float: none;
    width: auto;
}
.ui-autocomplete-combobox {
    font-size: 21px;
}
.input_largo {
    width: 45.2em !important
}
.foto {
    position: absolute;
    right: 260px;
    border: 3px solid #000
}

.fotoDatosSocio {
    position: absolute;
    right: 160px;
    border: 3px solid #000
}
/*fin formulario genérico*/

label span.label_txt{float:left;padding:6px 6px 0 0;}

/*button botones*/
button.ui-button{margin:0;padding:0;height:auto;width:auto}
.boton,
.ui-dialog-content .boton,
.ui-jqdialog-content .fm-button{border-color:#000;background:#fff;color:#000;-moz-border-radius:3px;-webkit-border-radius:3px;font-weight:bold;padding:2px 44px!important;cursor:pointer;text-decoration:none;}
.ui-icon-cancel{color:#F90606}
.ui-button-text-only .ui-button-text{padding:0;}
/*fin button botones*/

/** estilo para errores*/
.errores {
	border-color:red;
	color:red;
	font-size:1em;
	font-family:arial,verdana,sans-serif;
}
