/* CSS Document */
body {
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Droid Sans", Arial;
	font-weight: 400;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	line-height: 130%;
	text-align: justify;
}

#contenedor {
	width: 995px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#cabecero {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
}
#fondo_cabecero {
	background-image: url(../img/principal/fondo_cabecero.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu {
	float: right;
	width: 62%;
	padding-top: 70px;
	font-size: 15px;
	color: #722537;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}
.menu a {
	text-transform: uppercase;
	color: #722537;
	text-decoration: none;
}
.menu li {
	float: left;
	text-transform: uppercase;
	list-style-type: none;
}
.menu a:hover {
	color: #FC7713;
	text-decoration: none;
}

.menu #seleccionado{
    color: #FC7713;
}

.menu #seleccionado_clientes{
    color: #722537;
}

#cliente {
	color: #FC7713;
}
#cliente a {
	color: #FC7713;
}



h1 {
	margin: 0px;
}
#logo{
	padding-left: 60px;
	float: left;
	width: 225px;
	padding-top: 5px;


}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    
    margin-left: 30px;
    padding: 3px;
}

.mensaje_logo  {
	margin-left:-4000px;
	position:absolute;
	top:0;	
	z-index:-100;
}


a{
	outline-style:none;
	color: #D45624;
        text-decoration: none;
}

.clear_sin {
	clear: both;
}

#fondo_pie {
	padding-top: 15px;
	background-image: url(../img/principal/fondo_pie.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 55px;
	margin-top: 30px;
}
.datos_pie {
	float: right;
	width: 75%;
	padding-top: 2px;
}
.datos_pie  a {
	color: #541B27;
	text-decoration: none;
}

#pie {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
}
.icono_pie {
	height: 36px;
	width: 36px;
	padding-right: 10px;
	float: left;
        cursor: pointer;
}
.columna_pie {
	float: left;
	width: 23%;
	font-size: 13px;
	color: #541B27;
	font-weight: 700;
	padding-left: 5px;
	padding-right: 10px;
}

#aviso_firma {
	font-size: 11px;
	color: #999999;	
        padding-left: 5px;
        padding-right: 5px;
        width: 995px;
	margin-right: auto;
	margin-left: auto;
        padding-top: 10px;
}

#aviso_firma a{
	color: #999999;
	text-decoration: none;
}

#aviso_firma a:hover{
	color: #FF6600;
	text-decoration: none;
}

.firma {
    width: 50%;
    text-align: left;
    float: left;
}

.aviso{
    width: 50%;
    text-align: right;
    float: right;
}


#cliente a:hover {
	color: #722537;
}
.datos_pie a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.negro {
	color: #000000;
}
.naranja {
	color: #FF6600;
}

.destacado{
    color: #722537;
    font-weight: bold;
}
