@font-face {
	font-family: 'OpenSansRegular';
	src: url('fonts/opensans-regular.eot');
	src: url('fonts/opensans-regular.eot?') format('embedded-opentype'),
		url('fonts/opensans-regular.woff') format('woff'),
		url('fonts/opensans-regular.ttf') format('truetype'),
		url('fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}

@font-face {
	font-family: 'OpenSansLight';
	src: url('fonts/opensans-light.eot');
	src: url('fonts/opensans-light.eot?') format('embedded-opentype'),
		url('fonts/opensans-light.woff') format('woff'),
		url('fonts/opensans-light.ttf') format('truetype'),
		url('fonts/opensans-light.svg#OpenSansLight') format('svg');
}

@font-face {
	font-family: 'OpenSansSemibold';
	src: url('fonts/opensans-semibold.eot');
	src: url('fonts/opensans-semibold.eot?') format('embedded-opentype'),
		url('fonts/opensans-semibold.woff') format('woff'),
		url('fonts/opensans-semibold.ttf') format('truetype'),
		url('fonts/opensans-semibold.svg#OpenSansSemibold') format('svg');
}

@font-face {
	font-family: 'OpenSansBold';
	src: url('fonts/opensans-bold.eot');
	src: url('fonts/opensans-bold.eot?') format('embedded-opentype'),
		url('fonts/opensans-bold.woff') format('woff'),
		url('fonts/opensans-bold.ttf') format('truetype'),
		url('fonts/opensans-bold.svg#OpenSansBold') format('svg');
}

body {
	margin: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-size:70%;
	font-family: OpenSansRegular, Verdana, Arial, Helvetica, sans-serif;
}

/* Camps formulari - Taula, t�tol, labels, fields */
.formTab {
	font-family: inherit;
	border-top: 1px solid #DDDDDD;
	border-right: 0px solid #DDDDDD;
	border-bottom: 0px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
	cursor:default;
}

.formTabModify {
	font-family: inherit;
	border-top: 1px solid #DDDDDD;
	border-right: 0px solid #DDDDDD;
	border-bottom: 0px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	cursor:default;
	border-collapse: collapse;
}

.formSec {
	font-family: inherit;
	font-size: 11px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	color: #555555;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #e4e4e4;
	background-color: #F9F9F9;
}

.formSec2 {
	font-family: inherit;
	font-size: 11px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	color: #777777;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #e4e4e4;
	background-color: #FAFAFA;
}

.formLabel {
	font-family: inherit;
	font-size: 11px;
	color: #444444;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #e4e4e4;
	background-color: #f7edee;
	vertical-align: middle;
	width: 14%;
}

.formLabelModify {
	font-family: inherit;
	font-size: 11px;
	color: #444444;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #e4e4e4;
	background-color: #f7edee;
	vertical-align: middle;
}

.formField {
	font-family: inherit;
	color: #444444;
	padding: 1px;
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #e4e4e4;
	background-color: #f2f2f2;
	width: 19.33%;
}

.formFieldModify {
	font-family: inherit;
	color: #444444;
	padding: 1px;
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #e4e4e4;
	background-color: #f2f2f2;
}

.formFieldModifyNoBorder {
	font-family: inherit;
	color: #444444;
	padding: 1px;
	font-size: 11px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e4e4e4;
	border-left-color: #e4e4e4;
	background-color: #f2f2f2;
}

/* Formularis Consulta */
.consultaTable {
	font-family: inherit;
	border-top: 1px solid #EAEAEA;
	border-right: 0px solid #EAEAEA;
	border-bottom: 0px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	width: 100%;
	margin-bottom: 10px;
	cursor:default;
	border-collapse: collapse;
}

.consultaTableModify {
	font-family: inherit;
	border-top: 1px solid #EAEAEA;
	border-right: 0px solid #EAEAEA;
	border-bottom: 0px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	cursor:default;
	border-collapse: collapse;
}

.consultaSubTitol {
	font-family: inherit;
	font-size: 11px;
	color: #444444;
	background-color: #F1E3E3;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
}

.consultaSubTitol2 {
	font-family: inherit;
	font-size: 11px;
	color: #555555;
	background-color: #EEEEEE;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
}

.consultaLabel {
	font-family: inherit;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	vertical-align: middle;
	background-color: #F6F6F6;
	width: 14%;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
}

.consultaLabelModify {
	font-family: inherit;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	vertical-align: middle;
	background-color: #F6F6F6;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
}

.consultaField {
	font-family: inherit;
	font-size: 11px;
	color: #555555;
	vertical-align: middle;
	background-color: #FCFCFC;
	width: 19.33%;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
}

.consultaFieldModify {
	font-family: inherit;
	font-size: 11px;
	color: #555555;
	vertical-align: middle;
	background-color: #FCFCFC;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
}

.consultaTr:hover td {
	background-color: #f5eed6;
}

.checkSeleccionat {
	background-color:#faf7eb;
}

/*Inputs*/
.input {
	font-family: inherit;
	color: #222222;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	width: 100%;
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"], input[type="password"], textarea {
	padding-left:3px;
}

input, select, textarea {
	-moz-border-radius: 3px;
			    -webkit-border-radius: 3px;
			    -khtml-border-radius: 3px;
			    border-radius: 3px;
	outline: none;			    
}

.inputModify {
	font-family: inherit;
	color: #222222;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inputYellow {
	font-family: inherit;
	color: #222222;
	font-size: 11px;
	background-color: #fcfce8;
	border: 1px solid #BBBBBB;
	width: 100%;
	-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inputModifyYellow {
	font-family: inherit;
	color: #222222;
	font-size: 11px;
	background-color: #fbfbea;
	border: 1px solid #BBBBBB;
	-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inputReadonly {
	font-family: inherit;
	color: #555555;
	font-size: 11px;
	background-color: #e6e6e6;
	border: 1px solid #BBBBBB;
	width: 100%;
	cursor: default;
	-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inputModifyReadonly {
	font-family: inherit;
	color: #555555;
	font-size: 11px;
	background-color: #e6e6e6;
	border: 1px solid #BBBBBB;
	cursor: default;
	-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.date {
    background-image: url(img/calendari.gif);
    background-position:  right;
	background-repeat: no-repeat;
}

.autocomplete {
    background-image: url(img/autocomplete.gif);
    background-position:  right;
	background-repeat: no-repeat;
}

.lupa {
	background-image: url(img/lupa.gif);
    background-position:  right;
	background-repeat: no-repeat;
}

.infonocrypt {
    background-image: url(img/ull_obert.png);
    background-position:  right;
	background-repeat: no-repeat;
}

.infocrypt {
    background-image: url(img/ull_tancat.png);
    background-position:  right;
	background-repeat: no-repeat;
}

/* Botons */
.boto {
	background: #DB9696 url(img/spriteUni.png) repeat-x left -1326px;
	font-family: OpenSansSemibold;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	padding-left:10px;
	padding-right:10px;
	min-width: 100px;
	min-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 4px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0.5px solid #ebc6c6;
	border-right: 0.5px solid #ebc6c6;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.boto:hover {
	background: #EEEEEE url(img/spriteUni.png) repeat-x left -1322px;
	color: #FFFFFF;
	border-left: 0.5px solid #FFFFFF;
	border-right: 0.5px solid #FFFFFF;
}

.botoModify {
	background: #DB9696 url(img/spriteUni.png) repeat-x left -1326px;
	font-family: OpenSansSemibold;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left:10px;
	padding-right:10px;
	cursor: pointer;
	min-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 4px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0.5px solid #ebc6c6;
	border-right: 0.5px solid #ebc6c6;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.botoModify:hover {
	background: #EEEEEE url(img/spriteUni.png) repeat-x left -1322px;
	color: #FFFFFF;
	border-left: 0.5px solid #FFFFFF;
	border-right: 0.5px solid #FFFFFF;
}

.disabled {
	cursor: not-allowed;
	opacity: .65;   
}

.botoVertical {
	background: url(img/barsMenu.png) center center no-repeat, #DB9696 url(img/spriteUni.png) repeat-x left -1326px;
	font-family: OpenSansSemibold;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	padding-left:10px;
	padding-right:10px;
	min-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 4px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0.5px solid #ebc6c6;
	border-right: 0.5px solid #ebc6c6;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    min-width:50px !important;
	width:50px !important;
	text-align:center;
}

.botoVertical:hover {
	background: url(img/barsMenu.png) center center no-repeat, #EEEEEE url(img/spriteUni.png) repeat-x left -1322px;
	color: #FFFFFF;
	border-left: 0.5px solid #FFFFFF;
	border-right: 0.5px solid #FFFFFF;
}

.botoGris {
	font-family: OpenSansSemibold !important;
	font-size: 11px !important;
	font-weight: normal !important;
	color: #777777;
	min-width: 100px;
	height: 16.5px;
	cursor: pointer;
	background: #EEEEEE url(img/spriteUni.png) repeat-x left -10px;
	border: 0.5px solid #BFBFBF;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.botoGris:hover {
	color: #777777;
	background: #EEEEEE url(img/spriteUni.png) repeat-x left -6px;
	border: 1px solid #BFBFBF;
}

.botoGrisModify {
	font-family: OpenSansSemibold !important;
	font-size: 11px !important;
	font-weight: normal !important;
	color: #777777;
	height: 16.5px;
	cursor: pointer;
	background: #EEEEEE url(img/spriteUni.png) repeat-x left -10px;
	border: 0.5px solid #BFBFBF;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.botoGrisModify:hover {
	color: #777777;
	background: #EEEEEE url(img/spriteUni.png) repeat-x left -6px;
	border: 1px solid #BFBFBF;
}

.botoXS {
	font-family: inherit;
	font-size: 8px;
	font-weight: normal;
	text-align: center;
	color: #AAAAAA;
	width: 50px;
	height: 5px;
	cursor: pointer;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-color: #AAAAAA;
	border-width: 1px;
	cursor: pointer;
}

.botoXS:hover {
	font-family: inherit;
	font-size: 8px;
	font-weight: normal;
	color: #EEEEEE;
	width: 50px;
	cursor: pointer;
	background-color: #AAAAAA;
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-color: #EEEEEE;
	border-width: 1px;
	border-style: solid;
}

/* Barra (botons) */
.barra {
	background-color: #B95B5B;
	width: 100%;
	border-collapse: collapse;
	height:16px;
}

.barra td {
	padding:0px;
	font-size:8px;
}

.barra table {
	border-collapse: collapse;
}

/* Inici Consulta per pestanyes */
.consultaBarraResultatsTable {
	font-family: inherit;
	width: 100%;
	border: 0px;
	margin-top: 5px;
	border-collapse: collapse;
}

.consultaBarraResultatsTd {
	font-family: inherit;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	border: 0px;
	background-color: #EEEEEE;
	vertical-align: center;
	padding-left:2px;
}

.consultaBarraInfoTable {
	font-family: inherit;
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	margin-top: 1px;
}

.consultaBarraInfoTd {
	font-family: inherit;
	font-size: 11px;
	font-weight: normal;
	color: #EEEEEE;
	border: 0px;
	background-color: #555555;
	vertical-align: center;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:2px;
	padding-right:2px;
	border:1px solid #999999;
}

/* Missatges informatius (P.ex. No resultat) */
.consultaNoResultatTable {
	font-family: inherit;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border-collapse: collapse;
}

.consultaNoResultatExclamacio {
	font-family: inherit;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B95B5B;
	width: 40px;
	text-align: center;
	border-bottom: 1px;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-color: #BBBBBB;
	border-style: solid;
}

.consultaNoResultatMissatge {
	font-family: inherit;
	font-size: 11px;
	padding-left: 10px;
	background-color: #EEEEEE;
	font-weight: normal;
	border-bottom: 1px;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-color: #BBBBBB;
	border-style: dotted;
}

.noResult {
	border:1px #CF7E95 dotted;
	color: #AC4C68;
	font-weight: normal;
	background: none;
	font-family: inherit;
	font-size: 11px;
	padding:2px;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:5px;
	margin-left:5px;
}

/* Missatge camps obligatoris */
.obligatoriText {
	font-family: inherit;
	font-size: 11px;
	font-style: italic;
	color: #666666;
	padding-left: 15px;
}

.obligatoriTab {
	margin-top: 10px;
	width: 100%;
	border-width: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-spacing: 0;
	height: 25px;
}

/* Peu de p�gina */
.peuTab {
	margin-top: 40px;
	width: 100%;
	height: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-spacing: 0;
	border-width: 0;
	background-color: #EEEEEE;
}

.peuField {
	font-family: inherit;
	font-size: 8px;
	text-align: right;
}

.peuBoto {
	text-align: center;
	font-size: 8px;
}

/* Ruta */
.formPathTab {
	width: 100%;
	height: 15px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:0px;
	padding-right:0px;
	border: 0px;
	border-spacing: 0px;
	color:#888888;
}

.formPathText {
	font-family: inherit;
	font-size: 11px;
	font-weight: normal;
	font-family: inherit;
	padding-left: 5px;
}

/* Titol p�gina */
.formTittleText {
	font-family: inherit;
	font-weight: bold;
	font-size: 12px;
	font-family: inherit;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
}

.formTittleTab {
	margin-bottom: 15px;
	width: 100%;
	border-width: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #FFF2F2;/* url(img/spriteUni.png) repeat-x left -1406px;*/
	border-spacing: 0;
	border-bottom-color: #FFE4E4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FEF9F9;
	border-top-width: 1px;
	border-top-style: solid;
}

.formTittleRightText {
	font-family: inherit;
	font-weight: normal;
	font-size: 11px;
	font-family: inherit;
	padding-left: 5px;
	text-align: right;
}

/* Amagar formulari*/
.formAmagarMostrarTable {
	border: 0px;
	background-color: #E4E4E4;
	width: 100%;
	margin-bottom: 10px;
}

.formAmagarMostrarTd {
	font-family: inherit;
	font-size: 8pt;
	font-weight: normal;
	border-right: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	color: #888888;
	text-align: right;
	width: 100%;
	cursor: pointer;
	padding-right: 15px;
	padding-left: 15px;
}

/* Altres */
.text {
	font-family: inherit;
	font-size: 11px;
}

.textVerd {
	font-family: inherit;
	font-size: 11px;
	color: #009933;
}

.textVermell {
	font-family: inherit;
	font-size: 11px;
	color: #BF0000;
}

.textBlau {
	font-family: inherit;
	font-size: 11px;
	color:  #6B33FF;
}

.alertLogoOk {
	font-family: inherit;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #52A852;
	width: 40px;
	text-align: center;
	border-bottom: 1px;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-color: #BBBBBB;
	border-style: solid;
}

.alertLogoWarn {
	font-family: inherit;
	font-size: 16px;
	font-weight: bold;
	color: #9F6000;
	background-color: #FEEFB3;
	width: 40px;
	text-align: center;
	border-bottom: 1px;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-color: #BBBBBB;
	border-style: dotted;
}

.link {
	color: #3868C6;
}

.link:HOVER {
	color: #FFFFFF;
	background-color: #5DAAF7;
}

/* Paginaci� */
.barraPag {
	margin-bottom: 5px;
	width: 100%;
}

.botoPag {
	font-family: inherit;
	font-size: 11px;
	font-weight: 600;
	color: #DF5656;
	cursor: pointer;
	width: 40px;
	height: 20px;
	background: #EDD1D1;
	border-style: solid;
	border-color: #DF5656;
	border-width: 1px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.botoPag:hover {
	color: #EDD1D1;
	background: #DF5656;
	border-color: #EDD1D1;
}

.botoPag2 {
	font-family: inherit;
	font-size: 11px;
	font-weight: 600;
	color: #999999;
	cursor: pointer;
	width: 40px;
	height: 20px;
	background: #EEEEEE;
	border-style: solid;
	border-color: #AAAAAA;
	border-width: 1px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.botoPag2:hover {
	color: #E68B8B;
	background: #FFFFFF;
	border-color: #E68B8B;
}

.botoPag3 {
	font-family: inherit;
	font-size: 11px;
	font-weight: 600;
	color: #999999;
	cursor: default;
	width: 25px;
	height: 20px;
	background: #EEEEEE;
	border-style: solid;
	border-color: #AAAAAA;
	border-width: 1px;
	cursor: default;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.botoPagSelected {
	font-family: inherit;
	font-size: 11px;
	font-weight: 600;
	color: #FFFFFF;
	cursor: default;
	width: 40px;
	height: 20px;
	background: #E68B8B;
	border-style: solid;
	border-color: #CC0000;
	border-width: 1px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

div.editable {
    width: 100%;
    height: 100%;
    border: 0px solid #ccc;
    padding: 5px;
}

.elemSeleccionable{
	cursor: pointer;	
}

.ui-autocomplete-loading { 
	background:url('img/loadingAutocomplete.gif') no-repeat right center;
	background-color:#FFFFFF;	
}

.infoBox {
	border:dashed 1px #9cf53d;
	font-family: OpenSansSemibold;
	background-color: #f3fbe9;
	font-size:11px;
	color: #444444;
	padding: 10px;
	margin:0px 5px 10px 5px;
}

.infoBox ul { margin:0px;}

.warnBox {
	border:dashed 1px #ffd780;
	font-family: OpenSansSemibold;
	background-color: #fff7e6;
	font-size:11px;
	color: #444444;
	padding: 10px;
	margin:0px 5px 10px 5px;
}

.warnBox ul { margin:0px;}

.errorBox {
	border:dashed 1px #ebadad;
	font-family: OpenSansSemibold;
	background-color: #f5d6d6;
	font-size:11px;
	color: #444444;
	padding: 10px;
	margin:0px 5px 10px 5px;
}

.errorBox ul { margin:0px;}

.ui-button{
	outline: none !important;
}

.msgBox {
	border:dashed 1px #6CC1CA;
	font-family: OpenSansSemibold;
	background-color: #CAEDF1;
	font-size:11px;
	color: #444444;
	padding: 10px;
	margin:0px 5px 10px 5px;
}

.msgBox ul { margin:0px;}

.botGran {
    display:inline-block;
    font-family: inherit;
	font-size: 13px;
	font-weight: bold;
	color: #777777;
    border:1px solid #DADADA;
    background:#F6F6F6;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
    cursor:pointer;
    vertical-align:middle;
    min-width: 200px;
    max-width: 200px;
    padding: 20px;
    text-align: center;
    margin:20px;
}
			
.botGran:hover {
    color:#555555;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
}
			
.botGran:active {
    color:#AC6868;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.4);
    border:1px solid #AC6868;
}
	
.rounded-corners {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
