/* Estilos especificos para la pagina de inicio */

h2 {
	margin-bottom: 4px;
}

h2 a {
	text-decoration: none;
	color: #33599b;
}

h2 a:hover {
	text-decoration: underline;
	color:#e52525;
}

img {
	border:none;
}

p {
	text-align:justify;
	margin: 0;
	margin-bottom: 1em;
}
.soluciones{
	color:#95C700;
	font-weight:bold;
	border-bottom:solid 1px #95C700;
}
.redes{
	color:#D839A2;
	font-weight:bold;
	border-bottom:solid 1px #D839A2;
}
.vozip{
	color:#FF9700;
	font-weight:bold;
	border-bottom:solid 1px #FF9700;
}
.empresa{
	color:#D80C04;
	font-weight:bold;
	border-bottom:solid 1px #D80C04;
}
.servicio_tecnico{
	color:#B39767;
	font-weight:bold;
	border-bottom:solid 1px #B39767;
}
.consultoria{
	color:#5281C5;
	font-weight:bold;
	border-bottom:solid 1px #5281C5;
}
.justify{
	text-align:justify;
}

#mainbody {
    border: 1px solid white; /* ¿Por que necesito esto para IE6? */
}

#sidezone {
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	border: 0;
		/*border: 1px solid red;*/
	padding: 0;
	padding-left: 13px;
	width: 226px;
}

#sidezone h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #003082;
}

#sidezone h2 a{
	font-weight: normal;
	text-decoration: none;
	color: #003082;
}

#sidezone h2 a:hover{
	font-weight: normal;
	text-decoration: underline;
	color: #e52525;
}

#content {
	padding-top: 0;
}

/* ----[ ]--------------------------------------- */

.noticiaportada {
}

.fechanoticiaportada,.fechaeventoportada {
	font-size: 10px;
	color: #999999;
}

.noticiaportada a, .eventoportada a {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}

.noticiaportada a:hover, .eventoportada a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #e52525;
}

/* ----[ Zonas centrales ]-----------------------*/

div.homezonegroup {
	/*position: relative;*/
	clear: both;
}

div.homezonea {
	float: left;
	margin: 0;
	border:0;
	padding: 0;
	width: 48%;
}

div.homezoneb {
	float: right;
	margin: 0;
	border:0;
	padding: 0;
	width: 48%;
}

#homez3 {
	margin: 0;
	border: 0;
		border-top: 4px solid #cccccc;
	padding: 0;
	clear: both;
}