/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #a4bae5;
}
a{
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.event {
	color:#FF0000;
	font-size: 14px;
}
.inicio {
	color:#000000;
	font-size: 14px;
}
.secc {
	font-size:9px;
}
/*supercontenedor*/
#pagina{
	position:absolute;
	top:-12px;
	width:100%;
	min-height:1200px;
	overflow: hidden;
	left: 5px;
}
.logo {
	position:relative;
	top:30px;
	left:0px;
	background-image:url(../cb/img/logo.png);
	width:200px;
	height:164px;
	clear:both;
}
.titulo{
	position:relative;
	top:0px;
	left:0px;
	width:400px;
	height:70px;
	clear:both;
}
/*cabecera*/
#header {
	position:relative;
	top:0px;
	left:0px;
	z-index:2;
	overflow:hidden;
	clear:both;
}
#contenido{
	background-color:#ffffff;
	top: 5px;
	position:relative;
	width:1020px;
	overflow: hidden;
}
#content {
	background-color:#ffffff;
	top: -630px;
	position:relative;
	width:900px;
	z-index:2;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}
#subcontent {
	border: 1px solid #b8c2d4;
	background-color:#ffffff;
	top: 40px;
	position:relative;
	width:850px;
	z-index:3;
	overflow: hidden;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}
#foot{
	position: relative;
	top: 20px;
	left:0px;
	width:1020px;
	overflow:visible;
	z-index:100;
	
}
#linkstext  {
	top: 20px;
	left:320px;
	width: 80px;
	height:20px;
	z-index:40;
	overflow:hidden;
	clear:both;
	padding:5px;
	border: 1px solid #b8c2d4;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	position:relative;
	color:#000000;
}
#conocetext {
	background-image: url(../cb/img/links/conoce.jpg);
	background-repeat:repeat-x;
	line-height:200%;
	position:relative;
	top: 0px;
	float: left;
	width: 149px;
	height:30px;
	z-index:41;
	overflow:hidden;
	clear:both;
}
.linksf{
	font-size:12px;
	color:#ffffff;
	float:left;
	position:relative;
	overflow:hidden;
	clear:both;
}
.conctf{
	top:-15px;
	font-size:12px;
	color:#ffffff;
	float:right;
	position:relative;
	overflow:hidden;
	clear:both;
}
.inputxt{
	width:80px;
	height:15px;
}
.contenedor{width:650px;}
.titulo{font-size:12px;cursor:pointer; position: relative;
	left: 120px;}
.contenedor, .titulo, .descripcion{padding:1px}
.descripcion{overflow:hidden}
		
		
