﻿body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.page
{
    width: 95%;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}



.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.header h2
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 10px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 1em;
    font-size: 1em;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    /*background-color: #efeeef;*/
    clear: both;
}


header .content-wrapper {
    padding-top: 50px; 
}


.contenido
{
	width:100%;
	height:400px;
	height:auto !important;
	min-height:400px;
}


.formulario
{
	padding-left:100px;
	padding-right:100px;
}

	.formulario h1, h2
	{
		text-align:center;
	}

.reporte
{
	padding-left:30px;
	padding-right:30px;
	font-size: .85em;
}

	.reporte thead
	{
		text-align:left;
	}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size:small;
	font-weight:bold;
    height: 30px;
}


/* 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;
}

/* 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("/eBoveda/Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("/eBoveda/Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("/eBoveda/Images//orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("/eBoveda/Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("/eBoveda/Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("/eBoveda/Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("/eBoveda/Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("/eBoveda/Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("/eBoveda/Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("/eBoveda/Images/orderedList9.png") no-repeat;
        }

.EncabezadoTabla
{
	background: #465c71;	
	text-align:left;
	color: #dde4ec;
}