*{
	border:0;
	margin:0;
	padding:0;
}

body{
/*	background:#fff;*/
}

#container {
	background:#fff;
	width:900px;
	margin: auto;
}

/* Anchos de página */
#ancho1 {
	width:100%;
}
#ancho2 {
	width:900px;
	margin: auto;
}
#ancho1_color {
	background-color: #0078D7; /* Menu, Botton: Gris Medio */
	width:100%;
}
#separador {
	width:100%;
	height: 30px;
}


/* Logo y Nombre de empresa */
#logo {
/*	text-align:center; */
	width:500px;
	display: inline-block;
}
#empresa {
	text-align:center;
	width:396px;
	display: inline-block;
}

/* Menu */
#menu {
	background:#0078D7;
	width:100%;
	height: 60px;
	margin: auto;
}
.menu {
    float: left;
    margin-top: 20px;
    margin-bottom: 5px;
}
.menu li {
    border-right: 1px solid #9B9A9A;
    float: left;
    list-style: none outside none;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
}
.menu li:last-child {
    border-right:none;
}
.menu li a {
    color: #FFFFFF;
    text-decoration: none;
}
.menu li a:hover {
	color: #000000;
	text-decoration: none;
}
.menu .current a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu .current a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/* Titulo de la página */
#imagen_titulo {
	width:100%;
	margin: auto;
    padding-top: 0px;	
    padding-left: 0px;	
    padding-right: 0px;
    padding-bottom: 0px;
	font-size: 0;
}
#titulo {
	height: 35px;
	line-height: 35px;
    padding-left: 5px;	
    padding-right: 5px;
}

/* Contenido de la Página */
#mensaje {
	width:586px;
	display: inline-block;
	float:left;
}
#adicional {
/*	text-align:center; */
	width:266px;
	display: inline-block;
	float:left;
    padding-left: 44px;
}

/* Redes Sociales */
#redes_sociales {
}
#redes_sociales_izq {
	width:430px;
	display: inline-block;
	float:left;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 1px;
	background-color: #0078D7; /* Menu, Botton: Gris Medio */
}
#redes_sociales_der {
	width:446px;
	display: inline-block;
	float:left;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 1px;
	text-align:right;
	background-color: #0078D7; /* Menu, Botton: Gris Medio */
}
#redes_sociales_izq2 {
	width:430px;
	display: inline-block;
	float:left;
    padding-left: 12px;
    padding-top: 36px;
    padding-bottom: 1px;
	background-color: #fff; /* Menu, Botton: Gris Medio */
}
#redes_sociales_der2 {
	width:446px;
	display: inline-block;
	float:left;
    padding-right: 12px;
    padding-top: 36px;
    padding-bottom: 1px;
	text-align:right;
	background-color: #fff; /* Menu, Botton: Gris Medio */
}

/* Referencias inferiores */
#ref_izq {
	width:200px;
	display: inline-block;
	float:left;
    padding-top: 5px;
    padding-bottom: 9px;
    padding-left: 5px;	
    padding-right: 5px;
}
#ref_der {
	width:684px;
	display: inline-block;
	float:left;
    padding-top: 5px;
    padding-bottom: 9px;
    padding-left: 3px;	
    padding-right: 3px;
}

/* Copyright */
#copyright {
	width:100%;
	float:left;
    padding-top: 45px;
    padding-bottom: 9px;
    padding-left: 5px;	
    padding-right: 5px;
	text-align:center;
	height: 50px;
}
#designed {
	width:100%;
	float:left;
    padding-top: 5px;
    padding-bottom: 9px;
    padding-left: 3px;	
    padding-right: 3px;
	text-align:right;
}

/* Colores */
.color_menu {
	background-color: #0078D7; /* Menu, Botton: Gris Medio */
	xbackground: #8b8b8b; /* Menu, Botton: Gris Medio */
}
.color_bottom {
	background-color: #c1c1c1; /* Menu, Botton: Gris Medio */
	xbackground: #8b8b8b; /* Menu, Botton: Gris Medio */
}

/* Fonts */
.h1 {
	color: #2B2B2B;
	font-size: 36px;
	line-height: 150%;
}
.h2 {
	color: #2B2B2B;
	font-size: 18px;
	line-height: 120%;
}
.h3 {
	color: #5A5A5A;
	font-size: 17px;
	line-height: 150%;
}

.h3_link {
	color: #5A5A5A;
	font-size: 17px;
	line-height: 150%;
	text-decoration: none;
}
.h3_link:hover {
	text-decoration:underline;
}

.h4_link {
	color: #2046F9;
	font-size: 17px;
	line-height: 150%;
	text-decoration: none;
	text-decoration:underline;
}
.h4_link:hover {
	color: #C80003;
	text-decoration:underline;
}

.h4_acceso {
	color: #FFFFFF;
	font-size: 21px;
	line-height: 150%;
	text-decoration: none;
	background-color: #D70707;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 7px;	
    padding-right: 7px;
	
}
