﻿/*MÓDULOS GENERALES
-------------------*/
/*Cada módulo se compone de un DIV contenedor "ModuloHome", una cabecera "cabera", un div "contenido" y un div "pie" */ 

.ModuloHome {
	/*background-image: url(Images/Inicio/mod_home_central.gif);*/
	background-color:#004B9C;
	margin-bottom: 20px;
	width: 500px;
	line-height: 15pt;
}

.ModuloHome .cabeceraComunicaciones {
	/*background-image: url(Images/Inicio/mod_home_esquina_izq.gif);*/
	background-color:#004B9C;
	background-repeat: no-repeat;
}

.ModuloHome .cabecera 
{
	/*background-image: url(Images/Inicio/cabeceraInicio.jpg);*/
	/*background-color: #636363;*/
	background-color:#004B9C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	/*line-height: 25px;*/
	/*text-align: right;*/
	/*clear: both;*/
	/*padding-right: 5px;*/
}

.ModuloHome .cabeceraComunicaciones img {
	filter: alpha(opacity=75);
	opacity: .7;
}

.ModuloHome .cabecera span {
	/*width: 100%;*/
	display: block;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
}

.ModuloHome .cabeceraComunicaciones span {
	/*background-image: url(Images/Inicio/mod_home_esquina_der.gif);*/
	background-color:#004B9C;
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	display: block;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}


.ModuloHome .contenido 
{
	/*background-image: url(Images/Inicio/fondo.jpg);*/
	/*background-repeat: no-repeat;*/
	/*background-color: #ebebeb;*/
	background-color:#DEDEDE;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	line-height: 42px;
	
	
}
.ModuloHome .contenido img {
	height: 25px;
	vertical-align: middle;
}
.ModuloHome .separador {
	/*background-image: url(Images/Inicio/separador.png);*/
	background-color:#004B9C;
	background-repeat: no-repeat;
	line-height: 5px;
}
.ModuloHome .contenidoComunicaciones {
	/*background-color: #BCBCBC;*/
	background-color: #DEDEDE;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	min-height: 50px;
}
.ModuloHome .pie {
	/*background-color: #636363;*/
	background-color:#004B9C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	line-height: 25px;
	text-align: right;
	clear: both;
	padding-right: 5px;
}
.ModuloHome .pie a {
	color: #DEDEDE;
	font-family: Arial;
	font-size: 11px;
}
.ModuloHome .pie img 
{
	height: 20px;
	vertical-align: middle;
	
}

/*FIN*/

#divInicio
{
	margin-top: 30px;
	text-align: center;
}

#divComunicaciones
{
	margin-top: 80px;
	text-align: center;
}