@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	padding-top:4px;
	
	font-family:"Arial Unicode MS";
	font-size:11px;
	
	color:#242424;
}

a{
	color:#E5004E;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img{
	border:0px;
}

ul{
	margin:0px;
	padding:0px;
	
	margin-left:30px;
	list-style:url(../images/green-dot.jpg);
	text-align:left;
}
/******************** Containers **********************/
.Main{
	margin:0px auto;
	width:994px;
}

.Top{
	width:994px;
	height:184px;
	
	background-image:url(../images/bg-top.jpg);
	background-repeat:no-repeat;
	border:1px solid #333333;
	margin-bottom:2px;
	
	float:left;
}

.Middle{
	width:994px;
	padding-top:2px;
	float:left;
}

	.MiddleLeft{
		float:left;
		width:180px;
	}
	
	.MiddleRight{
		float:left;
		/*width:672px;*/
		width:812px;
		border:1px solid #333333;
	}
	
.NavRow{
	width:320px;
}

	
.ButtonNav{
	width:154px;
	height:198px;
	float:left;
	padding:2px;
}

.Content{
	/*width:672px;*/
	width:812px;
}

.ContentRow{
	/*width:672px;*/
	width:812px;
}

.HomeNovedades{
	float:left;
	/*width:335px;*/
	width:385px;
	height:204px;
	
	background-image:url(../images/bg-novedades.jpg);
	background-repeat:no-repeat;
	
	border-bottom:1px solid #B9B9B9;
}

.HomeUnete{
	float:left;
	/*width:335px;*/
	width:340px;
	height:204px;
	
	background-image:url(../images/bg-unete.jpg);
	background-repeat:no-repeat;
	
	border-bottom:1px solid #B9B9B9;
}

.HomeCorporativo{
	float:left;
	/*width:335px;*/
	width:385px;
	height:195px;
	
	background-image:url(../images/bg-corporativo1.jpg);
	background-repeat:no-repeat;
	
	border-bottom:1px solid #B9B9B9;
}

.HomeInalambricos{
	float:left;
	/*width:335px;*/
	width:340px;
	height:195px;
	
	background-image:url(../images/bg-inalambricos.jpg);
	background-repeat:no-repeat;
	
	border-bottom:1px solid #B9B9B9;
}

/***** Common ****/
.Date{
	font-size:10px;
	color:#999999;
	padding-top:5px;
}

.Text{
	font-weight:bold;	
	color:#242424;
}

.More{
	border-top:1px solid #B9B9B9;
	margin-top:2px;
	padding-top:5px;
	margin-right:40px;
	padding-left:55px;
	
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	background-position:45px 10px;
	
	font-size:12px;
}

	.More a{
		color:#999999;
	}
	
	.More a:hover{
		color:#E5004E;
	}

/************/

/*Novedades*/
.NovedadesContent{
	margin-top:35px;
	margin-left:130px;
}

.NovedadesRow{	
}
/**********/

/*Unete*/
.UneteContent{
	padding-top:35px;
	padding-left:130px;
}

.UneteText{
	font-size:10px;
	/*font-weight:bold;*/
	
	padding-right:10px;
}

.UneteLinks{
	padding-left:45px;
	padding-top:5px;
	padding-right:20px;
}

	.UneteLinks .Link{
		color:#E4004D;
		border-bottom:1px solid #999999;
		font-size:12px;
	}
	
	.UneteLinks .Link a{
		color:#E4004D;
		text-decoration:none;
	}
	
	.UneteLinks .Link a:hover{
		color:#999999;
		text-decoration:none;
	}
	
.UneteContent .More{
	border-top:none;
}

/*************/

/*Corporativo*/

.CorporativoContent{
	padding-top:55px;
	font-size:11px;
}

	.CorporativoContent a{
		color:#242424;
	}
	.CorporativoContent a:hover{
		color:#666666;
	}

/************/

/*Inalambrico*/

.InalambricosContent{
	padding-top:50px;
	text-align:center;
}

.InalambricosContent ul{
	margin-left:50px;
}

/*************/

.Footer{
	float:left;
	width:994px;
	height:50px;
	margin:0px auto;
	text-align:center;
	
	margin-top:10px;
	color:#999999;
}

	.Footer a{
		color:#999999;
	}
	
.Copyright{
	font-size:10px;
	padding-top:10px;
}

/******************************/

/*Styles*/

.TheContent{
	padding:20px;
}

.TheContent p{
	text-align:justify;
}

.TheContent img{
	margin:5px;
	padding:3px;
	border:1px solid #999999;	
}

.TheContent img:hover{
	border:1px solid #E4004D;	
}

h1{
	color:#E4004D;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	
	background-image:url(../images/bgh.jpg);
	background-repeat:no-repeat;
	padding-top:5px;
}

h2{
	color:#E4004D;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	
	border-bottom:1px solid #999999;
}

h3{
	color:#E4004D;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}
h4{
	color:#E4004D;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}

.Destacado{
	margin:25px;
	padding:15px;
	border:1px solid #E4004D;
}

.Destacado_center{
	margin:25px;
	padding:15px;
	border:1px solid #E4004D;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/*Text*/



/*Images*/
.ImgLeft{
	float:left;
}

.ImgRight{
	float:right;
}

/*Forms*/
label{
	color:#E4004D;
	font-size:14px;
}

.TextInput{
	border:1px solid #999999;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	margin:0px;
}

.TextInput:hover{
	border:1px solid #E4004D;
}
/* Begin -Menu right*/
.menuleft{
}

.menuleft a
{
	display: block;
	color:#E4004D;
	text-decoration: none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 11px;
	margin-left: 11px;
}

.menuleft a:hover{
	color:#E4004D;
	background-image:url(../images/menuhover.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
/* End - Menu right*/
.fechaevento{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-align:left;
color:#97C000;
font-weight:bold;
}
.tituloevento{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
font-weight:bold;
}
.textodestacar{
font-family:Arial, Helvetica, sans-serif;
color:#97C000;
font-weight:bold;
}
.textonormal{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}
.destacadolicencia{
	margin:10px;
	padding:5px;
	width:600px;
	border:1px solid #E4004D;
}