html{
    font-size: 90%;
    padding: 0px;
    font-family: Arial;
}

img{
    border:none;
}

a:link {
	text-decoration:none;
	color: #3EB4DD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} /* Link no visitado*/
a:visited {
	text-decoration:none;
	color:#3EB4DD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} /*Link visitado*/
a:active {
	text-decoration:none;
	color:#3EB4DD;
	font-family: Arial, Helvetica, sans-serif;
} /*Link activo*/
a:hover {
	text-decoration:underline;
	color:#3EB4DD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

label {
    display: block;
    font-weight: bold;
    text-align: left;
}

fieldset {
    border:none !important;
    border-top: 1px solid #CCCCCC !important;
    padding: 0 0 !important;
    margin-top: -10px;
}

legend {
    background : none !important;
    border: none !important;
    color: #3B96D2 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin-top: 20px;
}

#content_login {
    background-image: url(../images/plantilla/grad.jpg);
    background-repeat: repeat-x;
    background: #F4F4F4;
    min-height: 300px;
    margin: 0 -15px;
    clear: both;
    padding: 20px;
}

.lblText {
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
    text-align: center;
    width: 80%;
    display:table;
    margin:0 auto;
}

.lblLink {
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    display:table;
    margin:0 auto;
}

.borderGray{
    padding: 5px;
    border: 2px solid #DDD;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.ui-widget {
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 0.8em;
}

.estilo-panel > .ui-panelgrid-content{
    border: none !important;
}

.nav-menu {
    background: linear-gradient(to right, #103A68,#015E9E);/* Standard syntax */
    background: -webkit-linear-gradient(to rigth,#103A68,#015E9E); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to rigth,#103A68, #015E9E); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to right,#103A68,#015E9E); /* For Firefox 3.6 to 15 */
    background-color: #57595B;
    width: 100%;
    border-bottom: 0px solid #015E9E;
    position: relative;
}

.col2{
    width: 2% !important;
}
.col5{
    width: 5% !important;
}
.col18{
    width: 18% !important;
}
.col10{
    width: 10% !important;
}
.col15{
    width: 15% !important;
}
.col20{
    width: 20% !important;
}
.col25{
    width: 25% !important;
}
.col30{
    width: 30% !important;
}
.col40{
    width: 40% !important;
}
.col50{
    width: 50% !important;
}
.col60{
    width: 60% !important;
}
.col70{
    width: 70% !important;
}
.col80{
    width: 80% !important;
}
.col90{
    width: 90% !important;
}
.col100{
    width: 100% !important;
}

.container {
    max-width: 900px !important;
    margin: 0px auto 0px auto !important;
}

.ui-button {
    background : none !important;
    background-color: #0061A1 !important;
    color: #FFFFFF !important;
    display: block !important;
    font-family: Tahoma, Geneva, sans-serif !important;
    padding: 4px !important;
    border: 0 !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    margin: auto !important
}

.ui-button:hover{
    background-color: #3B98D2 !important;
}

.ui-widget-header {
    color: #ffffff;
    text-shadow: rgba(255, 255, 255, 0.5) 0px -1px 2px;
    font-weight: bold;
    background: linear-gradient(rgb(39, 109, 162), rgb(5, 71, 115)) !important;
    outline: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(157, 157, 157);
    border-image: initial;
}

th {
    background: -webkit-linear-gradient(#025E9D,#025E9D)!important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#025E9D,#025E9D )!important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#025E9D,#025E9D ) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#025E9D,#025E9D )!important; /* Standard syntax */
    color: #FFFFFF !important;
    font-weight: bold !important;
    text-align: center !important;
    border-right: 1px solid #B2B2B2 !important;
}