﻿html {
    background-color: white;
    margin: 0;
    padding: 0;
}

body {
    /*background-color: #efeeef;*/
    background: url(../Images/back_body.png);
    /*border-top: solid 10px #000;*/
    color: #333;
    font-size: .85em;
    font-family: Helvetica;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

a:link, a:visited,
a:active, a:hover {
    color: #333;
}

a:hover 
{    
    background-color: #c7d1d6;
}

/*HEADER*/
header
{
    height: 45px;
    background: #28439b; /* Old browsers */
    background: -moz-linear-gradient(top,  #FF6969 0%, #ff1135 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF6969), color-stop(100%,#ff1135)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #FF6969 0%,#ff1135 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #FF6969 0%,#ff1135 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #FF6969 0%,#ff1135 100%); /* IE10+ */
    background:   linear-gradient(to bottom, #6A7FC5 0%,#28439b 100%); /* W3C */
  
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6969', endColorstr='#ed883c',GradientType=0 );  IE6-9 */
}

header, footer, hgroup,
nav, section {
    display: block;    
}

nav
{
    padding-top: 16px;
    background: none;
    height: auto;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 14px;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #3e3e3e;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.42em;
    background: #5D6983;
    color: white;
    height: 35px;
    padding-top: 18px;
    padding-left: 5px;
    font-family: "Myriad-Pro";
    margin-bottom: 10px;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.1em;
}

h5
{
    /*padding-top: 7px;*/
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background: url(../Images/back_body.png);
    clear: both;
    padding-bottom: 35px;
}

.title-content {    
    height: 80px;  
    height: 190px;  
}

.main-content {    
    padding-top: 0px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 10px; 
}

footer {
 clear: both;
/* background-color: #ffffff; */
font-size: .8em;
height: 120px;
/* border: solid 3px; */
width: 100%;
margin-top: 6px;
width: 100%;
margin-top: 6px;
border-top: 3px solid #979EB8;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {        
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
        color: White;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        /*margin: 25px 0;*/
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm 
{
    margin-top : 100px;
    /*border-right: solid 2px #c8c8c8;*/
    float: left;
    width: 50%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;        
    }        
    
    #loginForm input[type="text"],
    #loginForm input[type="password"]
    {
        padding-left: 30px;
    }
    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
   /*font-weight: 600;*/
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    /*width: 300px;*/
    width:500px;
    margin-right:10px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
       background-color: #3972B2;
cursor: pointer;
color: white;
font-size: 1.2em;
font-weight: 600;
padding: 5px;
margin-right: 8px;
width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;    
    padding: 5px;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px #d56664 solid;
    border-radius: 5px;
    background: #edabaa; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkYWJhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZTc5NzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #edabaa 0%, #de7978 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edabaa), color-stop(100%,#de7978)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #edabaa 0%,#de7978 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #edabaa 0%,#de7978 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #edabaa 0%,#de7978 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, #edabaa 0%,#de7978 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edabaa', endColorstr='#de7978',GradientType=0 ); /* IE6-8 */
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
    width: 100%;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.20em 0.20em 0.20em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 600px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

    #login ul {
        margin: 5px 0;
        padding: 0;
    }

    #login li {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0;        
    }

    #login a {
        background: none;
        color: #999;
        font-weight: 600;
        margin: 2px;
        padding: 0;
    }

    #login a:hover {
        color: #333;
    }

    /* menu */
    
    #nav-mobile{ display: block !important; }
    
    nav 
    {
        padding-top: 0;
        margin-left: -10px;
        margin-bottom: 5px;        
        width: 100%;
        float: none;
        position: fixed;
        display: block;
        top: 45px; 
        z-index: 100; 
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
        box-shadow: 0 1px 2px rgba(0,0,0,.5);
        max-height: 0;
        overflow: hidden;
        background: #33363b;
        height: 900px;
    }

    ul#menu li {
        margin: 0;
        padding: 0;
        background: #33363b;
        border-bottom: 1px solid #282b30;
        float: none;
        display: block;
        height: 30px;
        font-style: italic;
        padding-top: 10px;
        border-top: solid 1px rgba(255,255,255,0.05);
    }        
    
    ul#menu li a
    {
        color: White;
        display: block;
    }        
    
    ul#menu li a:hover
    {
        color: White;        
    }   
     
    /* Agregamos una animación al despligue del menú */
    ul#menu.open-menu{
        max-height: 900px;
        transition: max-height .4s;
    }

    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        /*padding: 10px 0;*/
    }

        footer p {
            margin: 0;
        }
}

/*Personalizados*/
.datepicker
{
    width: 110px;
    background: url(../Images/icono_datepicker2.png) no-repeat white 88px 2px;
    cursor: pointer;
}
.datepickerCorporativo
{
    width: 135px;
    background: url(../Images/icono_datepicker.png) no-repeat white 115px 2px;
    cursor: pointer;
}
select
{
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #999;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    line-height: 26px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.validator_title
{
    font-family: "My-Androgyne";
    color: white;
    font-size: 24px;
}
.ImageLogin
{
  background-image: url(../Images/login_lateral_laloma.png);
  border: none;
  width: 190px;
  height: 84px;

}
.UserTextbox
{
  background: url("../Images/login_user.png") no-repeat white 10px;
}
.PassTextbox
{
  background: url("../Images/login_pass.png") no-repeat white 10px;
}
.loginHeader
{   
    color: white; 
    font-size: 14px;
}
.lettersIndex
{
    color:#28439b;
    font-weight:bold;
}
.logo_admB 
{
		background-image:url(../Images/logo_rfacil.png);
	width:450px;
	height:92px;
	margin-left: -28px;
	}
.logo_adm 
{
		background-image:url(../Images/Lactoproductos_La_Loma.png);
	width:450px;
	height:92px;
	margin-left: -28px;
	}
.Logotipo 
{
	/*background-image:url(../Images/LogoSite.png);*/
	width: 346px;
height: 30px;
margin-top: -6px;
          }

.title
{
    font-size: 17px;
}

/* all */
::-webkit-input-placeholder { color:#a6a4a2; }
::-moz-placeholder { color:#a6a4a2; } /* firefox 19+ */
:-ms-input-placeholder { color:#a6a4a2; } /* ie */
input:-moz-placeholder { color:#a6a4a2; }

.search_submit
{
    background: url(../Images/icono_lupa.png) #e97629 no-repeat 15px;
    width: 50px !important;
}

input[type="text"],
input[type="password"]
{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}    

.register
{
   text-decoration: none;
background-color: #5D6983;
cursor: pointer;
color: white !important;
font-size: 1.2em;
font-weight: 600;
padding: 7px;
width: auto;
float: left;
margin-top: 8px;
}

.register:hover
{
    color: #5D6983 !important;
    background-color: #c7d1d6;
}

.pagination_rows th
{
    text-align: center;
    background: white;
    border: 1px solid #a2a2a2;
    min-width: 80px;  
    font-weight: 600; 
    color: #294DDD; 
}

.pagination_rows th a
{
    color: #5D6983 !important;
    min-width: 73px;
}

.pagination_rows td
{
    border-bottom: 1px solid #a2a2a2;    
    border-right: 1px solid #a2a2a2;
    padding-left: 6px;
}

.pagination_rows td:nth-last-child(1)
{
    border-right: none;    
}

.pagination
{
    list-style-type: none;
    height: 30px;
    padding: 0px;
}

.pagination li
{
    display: inline;
    vertical-align: middle;
    padding: 5px;
}

.pagination .active a
{
   color: #5d6983 !important;
}

.pagination li a
{
    color: #7c7c7c;    
}

.pagination-container
{
    border-top: 1px solid #ccc;
    width: 100%;
    margin-top: 15px;
}

.PagedList-skipToLast,/*MAV,Fecha:03/07/2014*/
.PagedList-skipToFirst,/*MAV,Fecha:03/07/2014*/
.PagedList-skipToPrevious,
.PagedList-skipToNext
{
    background: none repeat scroll 0% 0% rgba(20, 162, 37, 1);    
}

.pagination .PagedList-skipToLast a,/*MAV,Fecha:03/07/2014*/
.pagination .PagedList-skipToFirst a,/*MAV,Fecha:03/07/2014*/
.pagination .PagedList-skipToPrevious a,
.pagination .PagedList-skipToNext a
{
    color: White !important;  
}

.action
{    
    width: 10px;
    height: 15px;
    display: inline-block;
    background-position: 0px;
    margin-left: 5px;
}

.view_row
{
    background: url(../Images/view.png) no-repeat;    
}

.edit_row
{
    background: url(../Images/icono_editar.png) no-repeat;    
}
.reset_pass
{
    background: url(../Images/ResetPass.png) no-repeat;       
}
.change_pass
{
    height:18px;
    width:18px;
    background: url(../Images/change-password.png) no-repeat;       
}
.assing_row
{
    background: url(../Images/icono_venta.png) no-repeat;    
}

.activate
{
    background: url(../Images/icono_activo.png) no-repeat;    
}

.block
{
    background: url(../Images/icono_bloqueado.png) no-repeat;    
}

.downxml
{
    width: 24px;
    background: url(../Images/icono_xml.png) no-repeat;    
}

.downpdf
{
    width: 24px;
    background: url(../Images/icono_acuse.png) no-repeat;    
}

.down_pdfxml
{
    width: 24px;
    background: url(../Images/pdf.png) no-repeat;           
}

input[type="submit"]:hover
{
   color: #212F8C;
background-color: #9EA0C0;
}
.rfacil { width:100%; display:none;}
.cancunf { width:100%;}
.fondo 
{
    /*background-image:url(../Images/footer_cancun.png);*/
    width: 100%;
margin-top: 6px;
}

.col
{
    float: left;
    height: 170px;
    padding-right: 22px;
    padding-top: 25px;
    width: 218px;
}

.tituloF 
{
    font-family: Helvetica;
    font-weight: 700;
    color: #FFF;
    font-size: 14px;
    margin-left: 4px;
}

.subtituloF 
{
    color: #bababa;
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
    margin-top: 10px;
    margin-left: 4px;
}

.subtituloF a {
    color: #bababa;
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
}

.subtituloF a:hover
{
    color: white !important;
    text-decoration:underline;
    background: none;
}

.lineaf
{
    background: url(../Images/lineafb.png) -151px;
    height: 2px;
    width: 100%;
    float: left;
}

.copyright_cancun 
{
	background: url(../Images/footer_laloma.png);
	width: 939px;
height: 115px;
}
.copyright_rfacil 
{
    color: #FFF;
float: left;
font-family: Helvetica;
font-size: 11px;
height: 40px;
line-height: 1.2;
padding-top: 43px;
text-align: left;
width: 100%;
margin-bottom: 15px;
margin-left: 18px;
}

.navigation
{
    margin-top: 7px;
}

.home
{
    background: url(../Images/link_homeB.png) #28439b;
    width: 33px;
    height: 30px;
    display: inline-block;       
}

.home:hover
{
    background: url(../Images/link_homeBhover.png) #7A97D6;
    width: 33px;
    height: 30px;
    display: inline-block;  
    opacity:.7;     
}

.link 
{        
    background: #28439b;
    width: auto;
height: 28px;
display: inline-block;
position: relative;
top: -11px;
color: white !important;
padding-right: 15px;
line-height: 2;
padding-left: 10px;
padding-top: 2px;
}

.link:hover 
{          
    background: #7A97D6;  
}

.link_action
{
    background: url(../Images/link_separator.png) #28439b no-repeat;
    background-position: right;
}

.link_action:hover
{
    background: url(../Images/link_separator.png) #7A97D6 no-repeat;
    background-position: right;
}

/*FUENTES*/
@font-face
{
    font-family: 'Myriad-Pro';
    src: url(../Images/MyriadPro-Regular.otf);
}

@font-face
{
    font-family: 'My-Androgyne';
    src: url(../Images/Androgyne_TB.otf);
}

.table-responsive
{
    overflow: auto;
    width: 100%;
}

.search-container
{
    float: left;
    margin-right: -3px;
}

select option
{
    color: #000;
}

select option:first-child
{
    color: #999;
}

/* menu */
#nav-mobile{
    display: none;    
    float: right;
    width: 25px;
    height: 45px;
    position: absolute;
    right: 0;
    top:-47px;
    opacity: .6;
}

.trigger-icon {
    display: block;
    float: left;
    width: 23px;
    padding-top: 18px;
    margin: 0 8px 0 0;
}
.line 
{
    display: block;
    background-color: #333333;
    height: 3px;
    margin-bottom: 2px;
}

#go-home
{
    cursor: pointer !important;     
    display: inline-block;       
}

#go-home:hover
{
    cursor: pointer !important;
    background: none;        
}

.remark{
    font-weight: bold;
    margin-bottom: 15px;
}

.display-label
{
    color: rgb(99, 99, 99);
    font-weight: bold;
    margin-bottom: 5px;
}

.display-field
{
    margin-bottom: 5px;
}
.columna1 
{
	width:450px;
	height: 540px;
	float:left;
	}
.columna2 
{
	margin-left:7px;
	width: 502px;
	height: 540px;
	float:left;
	}
.bienvenido 
{
	font-size:19px;
	color:#3e3e3e;
	font-weight:bold;
	margin-left:15px;
	}
.sistema
{
	font-size:18px;
	color:#28439b;
	margin-left:15px;
	margin-top:10px;
	font-weight:bold;
	}
.parrafo1 
{
	font-size:15px;
	color:#3e3e3e;
	margin-left:15px;
	margin-top:10px;
	}
.validaciones
{
	font-size:18px;
	color:#28439b;
	margin-top:31px;
	font-weight:bold;
	margin-left: 42px;
	}
.parrafo2 
{
	font-size:15px;
	color:#3e3e3e;
	margin-top:10px;
	margin-left: 44px;
	margin-bottom: 18px;
	}
.fondo_hoja 
{
	background: url(../Images/fondo_cuadro.png) no-repeat;
	width: 524px;
height: 400px;
margin-left: 46px;
	}
.renglonuno 
{
width: 520px;
height: 35px;
padding-top: 12px;
margin-left: -9px;
margin-bottom: 7px;
	}
.numero1 
{
	background: url(../Images/1l.png) no-repeat;
	height:23px;
	width:23px;
	float:left;
	}
.numero2 
{
	background: url(../Images/2l.png) no-repeat;
	height:23px;
	width:23px;
	float:left;
	}
	.numero3 
{
	background: url(../Images/3l.png) no-repeat;
	height:23px;
	width:23px;
	float:left;
	}
	.numero4 
{
	background: url(../Images/4l.png) no-repeat;
	height:23px;
	width:23px;
	float:left;
	}
	.numero5 
{
	background: url(../Images/5l.png) no-repeat;
	height:23px;
	width:23px;
	float:left;
	}
	.numero6 
{
	background: url(../Images/6l.png) no-repeat;
	height:23px;
	width:23px;
	float:left;
	}
	.numero7 
{
	background: url(../Images/7l.png) no-repeat;
	height:23px;
	width:23px;
	float:left;
	}
.revisa 
{
font-size: 15px;
color: #3e3e3e;
float: left;
width: 453px;
margin-left: 9px;
	}
.encabezado_cafe 
{
background-color: #8e4a12;
height: 51px;
margin-top: 25px;
	}
.titulo_corp 
{
color: white;
font-family: "Myriad-Pro";
margin-left: 15px;
padding-top: 16px;
font-size: 19px;
width: 755px;
float: left;
	}
.buscador 
{
	float: right;
height: 40px;
	}
.linea_div 
{
width: 960px;
border-bottom: 1px solid gray;
height: 1px;
float: left;
opacity: 0.5;
	}
.nombre 
{
	float: left;
width: 150px;
margin-top: 11px;
margin-left: 17px;
	}
.cuenta 
{
	margin-left: 165px;
	}
.botones_final 
{
	width:415px;
	height:55px;
	}
.regresar
{
float: left;
margin-left: 253px;
margin-top: 11px;
	}
/*Stilos para los status{======>*/
.Valido
{
    background: url("../Images/valido.png") no-repeat 0px 0px;
    height:30px;
    width: 100px;
    /*background:Green;
    color:White;
    font-weight:bold;
    border:1px solid #000;
    padding:3px;
    width:85%;
    margin:0px auto;*/

    }
.NoValido
{
    background: url("../Images/no_valido.png") no-repeat 0px 0px;
    height:30px;
    width: 100px;
   /* background:#ED1B24;
    color:White;
    border:1px solid #000;
    font-weight:bold;
    padding:3px;
    width:90px;
    margin:0px auto;*/

    }
.Cancelado
{
    background: url("../Images/cancelado.png") no-repeat 0px 0px;
    height:30px;
    width: 100px;
    /*background:#FFFFFF;
    color:#FB2904;
    border:2px dashed #FB2904;
    font-weight:bold;
    font-size:16px;
    padding:3px;
    width:90%;
    margin:0px auto;*/
    }
.Revalidacion
{
    background: url("../Images/rev_sat.png") no-repeat 0px 0px;
    height:30px;
    width: 100px;
    /*background:#DCEBF9;
    color:rgb(252, 3, 63);
    font-weight:bold;
    border:1px solid #000;
    padding:3px;
    width:90%;
    margin:0px auto;
    font-size:13px;*/
}
.rev_oc
{
    background: url("../Images/rev_oc.png") no-repeat 0px 0px;
    height:30px;
    width: 100px;
}
.rev_sat_oc
{
    background: url("../Images/rev_sat_oc.png") no-repeat 0px 0px;
    height:30px;
    width: 100px;
    }
/*<==============*/