﻿html
{
    
}
body {
    /*font-family:'Open Sans', sans-serif;
    font-size:16px;*/
    font-family:'Glyphicons Halflings';
}
 .DivMarcoMenus
        {
            display: table;
            margin-left: 50px;
            margin-bottom: 10px;
        }

        .DivMenus
        {
            display: inline-block;
            margin-right: 30px;
        }

        .table
        {
            padding: 6px 6px 6px 6px;
            margin: 6px 6px 6px 6px;
        }

        .row
        {
            margin-bottom: 0px;
        }

        .cell
        {
            display: inline-block;
            padding-left: 20px;
            width: 75px;
            vertical-align:top;
            /*padding-top:10px;*/
        }

        .cell1
        {
            display: inline-block;
            width: 300px;
        }

        .cell2
        {
            display: inline-block;
            width: 300px;
        }

        .cell3
        {
            display: inline-block;
            width: 300px;
            float: right;
        }

        .etiqueta1
        {
            margin-left: 10px;
            font-weight: bold;
        }
        .cell4
        {
            display: inline-block;
            width: 200px;
        }
        .btnConsultar
        {
            float: right;
            margin-right: 20px;
        }

        fieldset
        {
            margin: 0 auto;
            width: 90%;
        }

            fieldset legend
            {
                font-weight: bold;
                font-size: 12px;
            }

        .divGV
        {
            display: table;
            margin:0 auto;
            width: 98%;
        }

        .divButtons
        {
            display: table;
            margin: 0 auto;
            width: 96%;
        }
        ._menuLateralFondo
{
	background-color: #09192A;
	vertical-align: top;
	width: 166px;
	height: 400px;
	padding-top: 10px;
	padding-left: 8px;
	padding-bottom: 15px;
}

._menuLateralFondoUsuario
{
	color: #FFFFFF;
	background-image: url(../../images/admin_ico_user.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 5px;
	width: 136px;
	display: block;
}

#crumbs ul li a {
	display: block;
	float: left;
	height: 30px;
	background: #E8E8E8;
	text-align: center;
	padding: 8px 5px 5px 5px;
	position: relative;
	margin: 0 0px 0 0; 
	width:150px;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
#crumbs ul li a:after {
	content: "";  
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #E8E8E8;
	position: absolute; right: -15px; top: 0;
}
#crumbs ul li a:before {
	content: "";  
	border-top: 15px solid #E8E8E8;
	border-bottom: 15px solid #E8E8E8;
	border-left: 15px solid white;
	position: absolute; left: 0; top: 0;
}

#crumbs ul li a.mandatory {
	display: block;
	float: left;
	height: 30px;
	background: #428bca;
	text-align: center;
	padding: 8px 5px 5px 5px;
	position: relative;
	margin: 0 0px 0 0; 
	width:150px;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}
#crumbs ul li a.mandatory:after {
	content: "";  
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #428bca;
	position: absolute; right: -15px; top: 0;
}
#crumbs ul li a.mandatory:before {
	content: "";  
	border-top: 15px solid #428bca;
	border-bottom: 15px solid #428bca;
	border-left: 15px solid white;
	position: absolute; left: 0; top: 0;
}


#crumbs ul li:first-child a {
	border-top-left-radius: 2px; border-bottom-left-radius: 2px;
}
#crumbs ul li:first-child a:before {
	display: none; 
}

#crumbs ul li:last-child a {
	/*padding-right: 10px;
	border-top-right-radius: 10px; border-bottom-right-radius: 10px;*/
}
#crumbs ul li:last-child a:after {
	/*display: none;*/ 
}

.clickable {
    cursor: pointer;
} 