@charset "UTF-8";
/* CSS Document */ * {
    padding: 0;
    margin: 0;
    border: 0;
}

html, body {
    height: 100%;
    background-color: #CAC9C5;
    font: 12px Tahoma, Geneva, sans-serif normal;
    color: #333;
    overflow: hidden; 
}

body {
	*text-align:center;
}

html, *, body, a, input, textarea, div, p, img, label, span, b, bold, i, em, li { font-size: 11px !important; }

#wrapper {
    height: 94%;
    margin: 0 auto;
    width: 85%;
}

#dos {
    height: 97%;
    margin: 0 auto;
    width: 85%;
    min-width: 966px;
    *text-align:left;
}

#header {
    width: 100%;
    height: 70px; 
}

#container_logotipo {
    width: 65%;
    height: 65px;
    float: left;
    background: #cac9c5 url(img/fondoLogo.jpg) no-repeat scroll 0 0;
    padding-left: 20px;
    padding-top: 5px;
}

#container_menuGlobal {
    width: 30%;
    height: 70px;
    float: right;
    text-align: right;
}

#wrapperMenuContenido {
    float: left;
    padding-left: 15px;
    width: 99%;
}

#container_MenuGeneral {
    float: right;
    width: 100%;
    height: 40px;
    background: #000 url(img/img_fondoNegroMenu.jpg) repeat-x scroll 0 0;
    font: normal 12px Verdana, Geneva, sans-serif;
    color: #FFF;
}

#content {
    float: left;
    width: 99%;
    padding-left: 15px;
}

.footer, .push {
    height: 5%;
}

.footer p {
    color: #FFFFFF;
/*    float: left;*/
    font-size: 10px;
    text-align: center;
    width: 100%;
    min-width: 966px;
}

.footer {
    background: #000000 none no-repeat scroll 0 0;
    /*float: left;*/
    padding: 3px 0 0;
    width: 85%;
    min-width: 966px;
    margin: 0 auto;
    *text-align:left;
}

.bienvenidoTitle strong {
	color: #009999;
	font-weight: bold;
	margin-left: 21px;
}

.bienvenidoTitle {
	background-image: url('img/user.png');
	background-repeat: no-repeat;
	background-position: 0px 33px;
	margin-top: 5px;
}

.loginChico {
	height: 64px !important;
}

#botonesLoginCentrados {
	margin-left: -15px;
	width: 100%;
	text-align: center;
}

.imgVendidos {
	width: 50px;
	float: left;
}

.textVendidos {
	margin-top: -15px;
	float: right;
	width: 158px;
	height: 116px;
}

#quienesSomosP {
	line-height: 25px;
}

.formFact {
	float: left;
	width: 100%;
}

.formFact label {
	width: 28% !important;
	text-align: right;
	margin-right: 1%;
}

.formFact ul {
	list-style-type: circle;
	margin-left:200px;
	
}

