/* @override http://ugestor.com/xgerapli/uweb/base/gerapli/TIG_altamod.css */
body {
	margin: 0;
	background-color: rgba(234,234,234,0.15);
	color: #212121;
	font: 0.8em/1em Helvetica, Arial, Geneva, sans-serif;
}
#tit{
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 15px;
	background: #feffff 0;
	color: #424242;
}
#dividerinside{
	height: 12px;
	background: url(imgs/divider.png) no-repeat;
	position: absolute;
	top: 37px;
	width: 100%;
	opacity: 0.14;
}
table td{
	padding-right: 6px;
}
table tr{
	padding-left: 3px;
	padding-right: 3px;
}
.boton{
        font-weight: normal;
        text-align: center;
        position: relative;
        vertical-align:middle;
        padding: 4px 4px 4px 4px;
        cursor:pointer;
}
.descrip_campo{
	font-weight: bold;
	text-align: left;
	position: relative;
        vertical-align:middle;
}
.descri_campo{
        font-weight: normal;
        text-align: left;
        position: relative;
        vertical-align:middle;
}
/* @group tabs */
#containerpestanas{
	clear: both;
}
#containerpestacabe{
	clear: both;

}
ul.tabs{
	padding: 0;
	margin: 15px 0 0;
}
.tabs li {
				list-style:none;
				display:inline;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	left: 18px;
}
p {
	font: 0.9em/1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding-left: 5px;
	padding-top: 2px;
}
.tabs a {
        padding: 8px 25px 6px;
        display:inline-block;
	/*background: #6e7fb5;*/
        background: #AEAEAE;
 	/*color:#fff;*/
        color:#dddddd;
	text-decoration:none;
        -webkit-border-top-left-radius: 12px;
        -webkit-border-top-right-radius: 12px;
        -moz-border-radius-topleft: 12px;
        -moz-border-radius-topright: 12px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
	position: relative;
	font: bold 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	top: 2px;
}
.tabs a.active {
	background:#fff;
	color:#000;
	padding: 8px 25px;
	z-index: 3;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	top: 1px;
	border-left: 1px solid #eaeaea;
}
.tab {
	background:#fff;
	position: absolute;
	right: 0;
	left: 0;
	border-top: 1px solid #eaeaea;
	overflow: auto;
	height: 100%;
	padding: 10px;
}
/* @end */

/* @group forms outside Tabs */

td.literal_color {
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}

.reset_altamodi{
	visibility: hidden;
}

.ocultar{
	visibility: hidden;
}

.campo_checkbutt {
        position: relative;
        vertical-align:middle;
        color: #212121;
        margin-left:10px;
}

.campo_radiobutt {
        position: relative;
        vertical-align:middle;
        color: #212121;
        margin-left:10px;
}

.campo_img {
        position: relative;
        padding: 4px 4px 4px 4px;
        float: left;
}

.campo {
	/*border-right-style: none;*/
	/*border-top-style: none; */
	/*border-left-style: none;*/
	position: relative;
	border-bottom-color: #c0c0c0;
	border-bottom-width: 1px;
	color: #212121;
	padding: 4px 4px 4px 4px;
	background-color: rgba(254,255,254,0);
	float: left;
	font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
        background-color:#f3f8fe;
        border-radius:2px;
}

.campo:focus {
	outline: none;
	border-bottom-color: #40b5e2;
	background-color:#ffffd5;
}

.campo:hover{
	outline: none;
}

.campo-obligatorio {
	/*border-right-style: none;*/
	/*border-top-style: none;*/
	/*border-left-style: none;*/
	position: relative;
	border-bottom-color: #40b5e2;
	border-bottom-width: 1px;
	color: #212121;
	bottom: 3px;
	padding: 4px 4px 4px 4px;
	background-color: rgba(254,255,254,0);
	float: left;
	font: 1.2em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;

}

.campo-error {
	/*border-right-style: none;*/
	/*border-top-style: none;*/
	/*border-left-style: none;*/
	position: relative;
	border-bottom-color: #ff2600;
	border-bottom-width: 1px;
	color: #212121;
	bottom: 3px;
	padding: 4px 4px 4px 4px;
	background-color: rgba(254,255,254,0);
	float: left;
	font: 1.2em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;

}

#restablecer{
	width: 18px;
	height: 18px;
	float: left;
	opacity: 0.4;
	position: relative;
	z-index: 2;
	background: url(/gerapli/graficos/icons/close.png) -5px;
	top: 4px;
	right: 18px;
}

#restablecer_altamodi{
        width: 18px;
        height: 18px;
        float: left;
        opacity: 0.4;
        position: relative;
        z-index: 2;
        background: url(/gerapli/graficos/icons/close.png) -5px;
        top: 10px;
        right: 18px;
}

.multiline{
	/*border-right-style: none;*/
	position: relative;
	color: #212121;
	padding: 4px 20px 4px 0;
	background-color: rgba(254,255,254,0);
	float: left;
	height: auto;
	padding: 4px;
	/*border-left-width: 1px;*/
	/*border-left-color: #d5d5d5;*/
	/*border-top: 1px none #eaeaea;*/
	border-bottom: 1px none #c0c0c0;
	font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
        background-color:#f3f8fe;
        border-radius:2px;
}

.multiline:focus {

	outline: none;
	border-color: #40b5e2;
	background-color: #ffffd5;
	padding: 4px;
	position: relative;
}

.multiline:hover{

	outline: none;

}

.custom-input-file {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: left;
    display: block;
    width: 65%;
    border: 0px;
    font: 1.2em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
    border-bottom: 1px solid #d5d5d5;
    padding: 0;
    border-top: 1px solid #d5d5d5;
}

.custom-input-file:hover {
   border-bottom: 1px solid #40b5e2;
   border-top: 1px solid #40b5e2;

}

.custom-input-file .input-file {
    padding: 0;
    outline:0;
    font-size: 10000px;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1000px;
    top: -1000px;
    cursor: pointer;
}

.custom-input-file .archivo {
    background-color: rgba(254,255,255,0.75);
    color: #676667;
    font-size: 12px;
    overflow: hidden;
    padding: 5px 4px;
}

.custom-input-file:hover .archivo {
    background-color: #fff;
    color: #000;
}

.searchfield {
	/*border-right-style: none;*/
	/*border-top-style: none;*/
	/*border-left-style: none;*/
	position: relative;
	border-bottom-color: #c0c0c0;
	border-bottom-width: 1px;
	color: #212121;
	padding: 4px 4px 4px 4px;
	background-color: rgba(254,255,254,0);
	float: left;
	font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
        background-color:#f3f8fe;
        border-radius:2px;
}

.searchfield:focus {
	outline: none;
	border-bottom-color: #a9a9a9;
	background-color:#ffffd5;

}

.searchfield:hover{
	outline: none;
}

.busquedbutt {
	border-style: hidden;
	padding: 8px 4px 3px;
	background: rgba(254,255,255,0) url(/gerapli/graficos/minicons/6.png) no-repeat 4px 5px;
	opacity: 0.51;
	width: 25px;
}

.searchback {
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 232px;
	padding: 4px;
	margin-bottom: 8px;
	background-color: rgba(254,255,254,0);
	border-style: none;
}

.combolist {
	position: relative;
	color: #212121;
	bottom: 3px;
	background-color: rgba(254,255,254,0);
	float: left;
	height: auto;
	border-top: 1px none #eaeaea;
	border-bottom: 1px none #c0c0c0;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #d5d5d5;
	padding-left: 0;
	padding-right: 0;
	margin-right: 5px;
	font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
        background-color:#f3f8fe;
        border-radius:2px;
}

.combolist:focus {
	outline: none;
	background-color: rgba(254,255,255,0.75);
	border-right-color: #ffffd5;
}

.combolist:hover{
	outline: none;
}

.combolist2 {
	position: relative;
	color: #212121;
	background-color: rgba(254,255,254,0);
	float: left;
	height: auto;
	border-top: 1px none #eaeaea;
	border-bottom: 1px none #c0c0c0;
	padding-left: 0;
	padding-right: 0;
	margin-left: 5px;
	border-right-style: none;
	border-style: none;
	border-left: 1px solid #d5d5d5;
	font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
        background-color:#f3f8fe;
}       border-radius:2px;

.combolist2:focus {
	outline: none;
	background-color: rgba(254,255,255,0.75);
	border-left-color: #ffffd5;
}

.combolist2:hover{
	outline: none;
}

a img.izq {
	border-style: none;
}

.dra {
	border-style: none;
	width: 14px;
	height: 14px;
	background: url(/gerapli/graficos/minicons/103.png) 0 -1px;
	opacity: 0.5;
}

.dra:hover {
	opacity: 1;
}


.izq {
	border-style: hidden;
	width: 14px;
	height: 14px;
	background: url(/gerapli/graficos/minicons/103-inver.png) 0 -1px;
	border-width: 0;
	opacity: 0.5;
}

.izq:hover {
	opacity: 1;
}


.arrowdown-little{
	width: 25px;
	height: 20px;
	z-index: 2;
	position: absolute;
	top: 9px;
	background: url(/gerapli/graficos/minicons/arrow-down-grey.png) no-repeat 4px -1px;
	border-left: 1px none #40b5e2;
	border-bottom: 1px solid #40b5e2;
	left: 110px;
}

.entrada{
        /*border-right-style: none;*/
	/*border-top-style: none;*/
	/*border-left-style: none;*/
	position: relative;
	border-bottom-color: #c0c0c0;
	border-bottom-width: 1px;
	color: #212121;
	padding: 4px 4px 4px 4px;
	background-color: rgba(254,255,254,0);
	float: left;
	font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
        background-color:#f3f8fe;
        border-radius:2px;
}

.entrada:focus {
	outline: none;
	border-bottom-color: #40b5e2;
	background-color:#ffffd5;
}

.entrada:hover{

	outline: none;
}

.field2{
	/*border-right-style: none;*/
	/*border-top-style: none;*/
	/*border-left-style: none;*/
	font: 1.2em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	width: 232px;
	padding: 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #d5d5d5;
	margin-left: 10px;
        background-color:#ffffff;
        border-radius:4px;

}

.field2:focus {
	outline: none;
	border-bottom-color: #40b5e2;
	background-color:#ffffd5;
}

.field2:hover{
	outline: none;
}

.arrowdown{
	width: 25px;
	height: 20px;
	z-index: 0;
	position: absolute;
	top: 12px;
	background: url(/gerapli/graficos/minicons/arrow-down-grey.png) no-repeat 4px -1px;
	border-left: 1px none #40b5e2;
	border-bottom: 1px solid #c0c0c0;
	right: 0;
}

.selectlistcontainer{
	position: relative;
	display: inline-block;
}

.selectlist {
	border-bottom: 1px solid #c0c0c0;
	/*border-top-style: none;*/
	/*border-right-style: none;*/
	/*border-left-style: none;*/
 	font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
        background: transparent;
        line-height: 1;
        /*border-radius: 0;*/
        height: 25px;
        /*-webkit-appearance: none;*/
	padding-bottom: 0;
	position: relative;
        background-color:#f3f8fe;
        border-radius:2px;
}

.selectlist:focus {
	/*border-top-style: none;*/
	/*border-right-style: none;*/
	/*border-left-style: none;*/
	/*border-style: none;*/
	/*outline: none;*/
	border-bottom: 1px solid #c0c0c0;
        background-color:#ffffd5;
}

.selectlist:hover{
	outline: none;
}

.delimg{
	width: 20px;
	height: 20px;
	border-style: hidden;
	position: relative;
	cursor:pointer;
	cursor:hand;
}

.nextplus{

	position: relative;
	bottom: 5px;
	cursor:pointer;
	cursor:hand;
	opacity: 0.5;
}
/* Radio and Check Buttons */

label span {
	position: relative;
	bottom: 2px;
}

/*
input[type="checkbox"] {
    display:none;
}
*/
/*
input[type="checkbox"] + label {
    color: #000;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size:14px;
    margin-right: 6px;
}
*/
/*
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(imgs/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
*/
/*
input[type="checkbox"]:checked + label span {
    background:url(imgs/check_radio_sheet.png) -19px top no-repeat;
}
*/
/*
input[type="radio"] {
    display:none;
}
*/
/*
input[type="radio"] + label {
    color: #000;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size:14px;
	margin-right: 6px;
}
*/
/*
input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(imgs/check_radio_sheet.png) -38px top no-repeat;
    cursor:pointer;
}
*/
/*
input[type="radio"]:checked + label span {
    background:url(imgs/check_radio_sheet.png) -57px top no-repeat;
	color: #000;
}
*/
/* My Comment */

.field {
	/*border-right-style: none;*/
	/*border-top-style: none;*/
	/*border-left-style: none;*/
	position: relative;
	border-bottom-color: #c0c0c0;
	border-bottom-width: 1px;
	color: #212121;
	padding: 4px 4px 4px 4px;
	font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
        background-color:#ffffff;
        border-radius:4px;
}

.field:focus {
	outline: none;
	border-bottom-color: #40b5e2;
	background-color:#ffffd5;
}

.field:hover{
	outline: none;
}

#guardar{
	width: 50%;
	height: 35px;
	z-index: 8;
	position: relative;
	float: right;
	opacity: 0.51;
	background: #feffff url(/gerapli/graficos/icons/check-mark-7-24.png) no-repeat 50% 5px;
}

#guardar:hover{
	opacity: 0.75;
	background: #d4fb78 url(/gerapli/graficos/icons/check-mark-7-24white.png) no-repeat 50% 5px;
}

#verticaldiv{
	width: 1px;
	height: 35px;
	float: right;
	position: relative;
	background-color: #eaeaea;
}
#cancelar{
	width: 50%;
	height: 35px;
	z-index: 8;
	position: relative;
	float: right;
	opacity: 0.51;
	background: #feffff url(/gerapli/graficos/icons/x-mark24.png) no-repeat 50% 5px;
}

#cancelar:hover{
	opacity: 0.75;
	background: rgba(255,125,120,0.73) url(/gerapli/graficos/icons/x-mark24white.png) no-repeat 50% 5px;
}



/* @end */



/* @group forms outside Tabs */



td.literal_color {
	font-size: 16px;
}


.reset_altamodi{
	visibility: hidden;
}

.ocultar{
	visibility: hidden;
}

.containertop td{
        padding-top:4px;
        padding-bottom:4px;
        padding-right:10px;
}

.containertop .tab .campo {
	/*border-right-style: none;*/
	/*border-top-style: none;*/
	/*border-left-style: none;*/
	position: relative;
	border-bottom-color: #c0c0c0;
	border-bottom-width: 1px;
	color: #212121;
	bottom: 3px;
	padding: 4px 4px 4px 4px;
        background-color:#E3EFFD;
	float: left;
	font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}



.containertop .tab .campo:focus {

	outline: none;
	border-bottom-color: #40b5e2;
	background-color: #ffffd5;

}

.containertop .tab .campo:hover{
	outline: none;
}

.containertop .tab .campo-obligatorio {
	/*border-right-style: none;*/
	/*border-top-style: none;*/
	/*border-left-style: none;*/
	position: relative;
	border-bottom-color: #40b5e2;
	border-bottom-width: 1px;
	color: #212121;
	bottom: 3px;
	padding: 4px 4px 4px 4px;
        background-color:#E3EFFD;
	float: left;
	font: 1.2em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;

}


.containertop .tab .campo-error {
	/*border-right-style: none;*/
	/*border-top-style: none;*/
	/*border-left-style: none;*/
	position: relative;
	border-bottom-color: #ff2600;
	border-bottom-width: 1px;
	color: #212121;
	bottom: 3px;
	padding: 4px 4px 4px 4px;
        background-color:#E3EFFD;
	float: left;
	font: 1.2em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;

}




.containertop .tab .multiline{
	/*border-right-style: none;*/
	position: relative;
	color: #212121;
	padding: 4px 20px 4px 0;
        background-color:#E3EFFD;
	float: left;
	height: auto;
	border-top: 1px none #eaeaea;
	padding: 4px;
	border-left-width: 1px;
	border-left-color: #d5d5d5;
	border-bottom: 1px none #c0c0c0;
	font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}



.containertop .tab .multiline:focus {
	outline: none;
	border-color: #40b5e2;
        background-color:#E3EFFD;
	padding: 4px;
	position: relative;
}

.containertop .tab .multiline:hover{
	outline: none;

}

.containertop .tab .custom-input-file {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    float: left;
	display: block;
	width: 65%;
	margin-bottom: 4px;
	border: 0px;
	font: 1.2em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	border-bottom: 1px solid #d5d5d5;
	padding: 0;
	border-top: 1px solid #d5d5d5;
}

.containertop .tab .custom-input-file:hover {
border-bottom: 1px solid #40b5e2;
   border-top: 1px solid #40b5e2;

}


.containertop .tab .custom-input-file .input-file {
    padding: 0;outline:0;
    font-size: 10000px;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1000px;
    top: -1000px;
    cursor: pointer;
}
.containertop .tab .custom-input-file .archivo {
    background-color:#E3EFFD;
    color: #676667;
    font-size: 12px;
    overflow: hidden;
	padding: 5px 4px;
}

.containertop .tab .custom-input-file:hover .archivo {
    background-color: #fff;
    color: #000;
}

.containertop .tab .searchfield {
	/*border-right-style: none;*/
	/*border-top-style: none;*/
	/*border-left-style: none;*/
	position: relative;
        background-color:#E3EFFD;
	border-bottom-width: 1px;
	color: #212121;
	padding: 4px 4px 4px 4px;
        background-color:#E3EFFD;
	float: left;
	font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

.containertop .tab .searchfield:focus {
	outline: none;
	border-bottom-color: #40b5e2;
	background-color: #ffffd5;

}

.containertop .tab .searchfield:hover{
	outline: none;
}

.containertop .tab .busquedbutt {
	border-style: hidden;
	padding: 8px 4px 3px;
	background: rgba(254,255,255,0) url(/gerapli/graficos/minicons/6.png) no-repeat 4px 5px;
	opacity: 0.51;
	width: 25px;
}

.containertop .tab .searchback {
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 232px;
	padding: 4px;
	background-color: rgba(254,255,254,0);
	border-style: none;
}

.containertop .tab .combolist {
	position: relative;
	color: #212121;
	bottom: 3px;
        background-color:#E3EFFD;
	float: left;
	height: auto;
	border-top: 1px none #eaeaea;
	border-bottom: 1px none #c0c0c0;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #d5d5d5;
	padding-left: 0;
	padding-right: 0;
	margin-right: 5px;
	font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;


}

.containertop .tab .combolist:focus {
	outline: none;
	background-color: #ffffd5;
	border-right-color: #40b5e2;
}

.containertop .tab .combolist:hover{
	outline: none;
}


.containertop .tab .combolist2 {
	position: relative;
	color: #212121;
        background-color:#E3EFFD;
	float: left;
	height: auto;
	border-top: 1px none #eaeaea;
	border-bottom: 1px none #c0c0c0;
	padding-left: 0;
	padding-right: 0;
	margin-left: 5px;
	/*border-right-style: none;*/
	border-style: none;
	border-left: 1px solid #d5d5d5;
	font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}





.containertop .tab .combolist2:focus {
	outline: none;
	background-color: #ffffd5;
	border-left-color: #40b5e2;
}

.containertop .tab .combolist2:hover{
	outline: none;
}




.containertop .tab .entrada{
	/*border-right-style: none;*/
	/*border-top-style: none;*/
	/*border-left-style: none;*/
	font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;

	/*width: 232px;*/
	padding: 4px;
	margin-bottom: 8px;
        background-color:#E3EFFD;
	border-bottom: 1px solid #d5d5d5;
	margin-left: 15px;
}

.containertop .tab .entrada:focus {

	outline: none;
	border-bottom-color: #40b5e2;
	background-color: #ffffd5;
}

.containertop .tab .entrada:hover{

	outline: none;
}



.containertop .tab .field2{
	/*border-right-style: none;*/
	/*border-top-style: none;*/
	/*border-left-style: none;*/
	ffont: 1.2em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;

	width: 232px;
	padding: 4px;
	margin-bottom: 8px;
        background-color:#E3EFFD;
	border-bottom: 1px solid #d5d5d5;
	margin-left: 10px;
}



.containertop .tab .field2:focus {

	outline: none;
	border-bottom-color: #a9a9a9;
	background-color: #ffffd5;
}

.containertop .tab .field2:hover{

	outline: none;
}


.containertop .tab .arrowdown{
	width: 25px;
	height: 20px;
	z-index: 2;
	position: absolute;
	top: 12px;
	background: url(/gerapli/graficos/minicons/arrow-down-grey.png) no-repeat 4px -1px;
	border-left: 1px none #40b5e2;
	border-bottom: 1px solid #c0c0c0;
	right: 0;
}

.containertop .tab .selectlistcontainer{
	position: relative;
	display: inline-block;
}

.containertop .tab .selectlist {
	border-bottom: 1px solid #c0c0c0;
	/*border-top-style: none;*/
	/*border-right-style: none;*/
	/*border-left-style: none;*/
	font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	 /*background: transparent;*/
        background-color:#E3EFFD;
     line-height: 1;
   /*border-radius: 0;*/
   height: 25px;
   /*-webkit-appearance: none;*/
	padding-bottom: 0;
/*	padding-right: 28px;*/
	position: relative;
}

.containertop .tab .selectlist:focus {
	/*border-top-style: none;*/
	/*border-right-style: none;*/
	/*border-left-style: none;*/
	/*border-style: none;*/
	outline: none;
	border-bottom: 1px solid #a9a9a9;
        background-color:#ffffd5;

}
.containertop .tab .selectlist:hover{
	outline: none;
}

.delimg{
	width: 20px;
	height: 20px;
	border-style: hidden;
	position: relative;
	cursor:pointer;
	cursor:hand;
}

.nextplus{

	position: relative;
	bottom: 5px;
	cursor:pointer;
	cursor:hand;
	opacity: 0.5;
}
/* Radio and Check Buttons */


label span {
	position: relative;
	bottom: 2px;
}

/*
input[type="checkbox"] {
    display:none;
}
*/
/*
input[type="checkbox"] + label {
    color: #000;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size:14px;
    margin-right: 6px;
}
*/
/*
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(imgs/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
*/
/*
input[type="checkbox"]:checked + label span {
    background:url(imgs/check_radio_sheet.png) -19px top no-repeat;
}
*/
/*
input[type="radio"] {
    display:none;
}
*/
/*
input[type="radio"] + label {
    color: #000;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size:14px;
	margin-right: 6px;
}

input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(imgs/check_radio_sheet.png) -38px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url(imgs/check_radio_sheet.png) -57px top no-repeat;
	color: #000;
}
*/
/* My Comment */

.containertop .tab .field {
	/*border-right-style: none;*/
	/*border-top-style: none;*/
	/*border-left-style: none;*/
	position: relative;
	border-bottom-color: #c0c0c0;
	border-bottom-width: 1px;
	color: #212121;
	padding: 4px 4px 4px 4px;
        background-color:#E3EFFD;
	font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}



.containertop .tab .field:focus {
	outline: none;
	border-bottom-color: #40b5e2;
	background-color: #ffffd5;
}

.containertop .tab .field:hover{
	outline: none;
}

.tabla_buscar #campo {
       padding-top: 3px;
       padding-left: 3px;
}

.tabla_buscar .campo {
       padding-top: 3px;
       padding-left: 3px;
}

.tabla_buscar .selectlist {
       padding-top: 0px;
       padding-left: 0;
       margin-top: 0px;
       margin-bottom: 0px;
       height: 20px;
}




.camponofloat {
        position: relative;
        border-bottom-color: #c0c0c0;
        border-bottom-width: 1px;
        color: #212121;
        padding: 4px 4px 4px 4px;
        background-color: rgba(254,255,254,0);
        font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
        background-color:#f3f8fe;
        border-radius:2px;
}

.camponofloat:focus {
        outline: none;
        border-bottom-color: #40b5e2;
        background-color:#ffffd5;
}

.camponofloat:hover{
        outline: none;
}





/* @end */
