@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}

p{
	margin-top:0;
}

#centrar{
	margin:0 auto;
	text-align:left;
	width:930px;	
}

#sitio{
	width:915px;
	float:left;
	background-image:url(../images/fondosombra.png);
	padding-left:15px;
}
#sombraPie{
	width:930px;
	float:left;
	height:22px;
	background-image:url(../images/finsombra.png);
}

#top{
	width:900px;
	height:415px;
	padding-top:10px;
	background-image:url(../images/banderita.gif);
	background-repeat:no-repeat;
	position:relative;
}

#top .imagenIns{
	width:828px;
	height:415px;
	position:absolute;
	left:0;
	z-index:0;
	background-color:#CCC;
	margin-left:36px;
}

#top .logo{
	width:340px;
	height:136px;
	position:absolute;
	top:20px;
	left:30px;
	z-index:999;
}

#top .cuadrados{
	width:828px;
	height:415px;
	position:relative;
	z-index:10;
	margin-left:36px;
	padding-left:2px;
	padding-top:1px;
}
.cuadrados .cuadrado{
	width:163px;
	height:136px;
	border:#333 1px solid;
	float:left;
	background-color:#CCC;
	opacity:.3;
	#filter: alpha(opacity=30) 
	-moz-opacity:0.3;
}

.cuadrados .cuadrado:hover{
	opacity:.1;
	#filter: alpha(opacity=0) 
	-moz-opacity:0; 
}

#menuPri{
	width:824px;
	float:left;
	margin-left:38px;
	margin-bottom:20px;
}

#menuPri .bordeIzq{
	width:15px;
	float:left;
	background-image:url(../images/borderedondomenuizq.png);
	height:48px;
}

#menuPri .medio{
	width:794px;
	height:48px;
	float:left;
	background-image:url(../images/fondomenu.png);
}

#menuPri .bordeDer{
	width:15px;
	float:right;
	background-image:url(../images/borderedondomenuder.png);
	height:48px;
}

#contenido{
	width:470px;
	margin-left:80px;
	padding-right:10px;
	float:left;
	background-image:url(../images/divcontenido.gif);
	background-repeat:repeat-y;
	background-position:right top;
}

#contenido a:hover{
	text-decoration:underline;
}

#colDer{
	width:240px;
	float:right;
	margin-right:100px;
}
#divContenido{
	width:900px;
	height:2px;
	background-color:#CCCCCC;
	float:left;
	border-top:#999 2px solid;
	border-bottom:#BBB 2px solid;
	margin-top:20px;
}
#divContenido2{
	width:900px;
	height:2px;
	background-color:#CCCCCC;
	float:left;
	border-top:#999 2px solid;
	border-bottom:#BBB 2px solid;
	margin-bottom:10px;
}

#auspiciantes{
	width:900px;
	background-color:#767676;
	height:200px;
	float:left;
	background-image:url(../images/fondoauspi.jpg);
}

#piePagina{
	height:30px;
	text-align:right;
	width:900px;
	float:left;
}
.logoTeam{
	width:200px;
	float:left;
	text-align:left;
	padding-left:20px;
}

#menu_principal{
	margin-left:100px;
}

.menu{
	list-style:none;
	margin:0;
	padding:0;
}

#menu_principal li{
	background-image:url(../images/separadormenu.png);
	background-repeat:repeat-y;
	background-position:right top;
	height:48px;
}

.menu li{
	list-style:none;
	display:block;
	float:left;
}

#menu_principal li a{
	color:#CCC;
	font-size:14px;
	display:block;
	padding-right:17px;
	padding-left:12px;
	padding-top:12px;
	text-decoration:none;
	font-weight:bold;
	height:48px;
}

#menu_principal li a:hover{
	color:#FFF;
}

#menu_principal .item6{
	background-image:none;
}

.componentheading{
	font-size:20px;
	margin-bottom:10px;
}

.contentpagetitle{
	color:#C00;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

.article_separator{
	width:460px;
	height:1px;
/*	background-color:#CCC;*/
	margin-bottom:15px;
}

.readon{
	color:#CC0000;
	text-decoration:none;
	float:right;
	font-weight:bold;
}
