
.conceshead{
	width:auto;
	height: auto;
	padding: 10px;
	margin:10px;
	border: 1px solid #006699;
	background-color: #EAF5FF;
}

.conceshead .titulo{
	width: 520px;
	font-size: 25px;
	padding-bottom: 10px;
	float:left;
	border-bottom: 1px solid #006699;
	font-family: Verdana;
}

.conceshead .subtitulo{
	color: #555555;
	font-size: 20px;
	margin-bottom: 10px;
	clear: both;
}

.conceshead .foto_tit{
	width: 520px;
	height: 200px;
	background-color: #fff;
	position: relative;
	z-index: 0;
}

.conceshead .foto_tit .tit{
	height: 30px;
	width: 500px;
	padding: 10px;
	position: relative;
	top:-50px;
	z-index: 50;
	color: #fff;
	font-size: 22px;
	font-family: Verdana;
	float: left;
}

.conceshead .foto_tit .logos{
	margin:0px 10px 0px 0px;
	float: right;
	position: relative;
	top:-95px;
	z-index: 50;
}

.conceshead .botonera{
	width: 510px;
	height: 65px;
	overflow: hidden;
	background-image: url("/images/bg_botonera_conces.gif");
	background-repeat: repeat-x;
	clear:both;
	border-bottom: 1px solid #006699;
	padding: 5px;
}

.botonera .boton{
	margin:0px 9px 0px 5px;
	float:left;
	vertical-align: middle;
	text-align: center;
}

.botonera .boton a{
	color: #FFFFFF;
	font-size: 11px;
}

.botonera .boton a:hover{
	text-decoration: none;
}

.conceshead .items{
	height: auto;
	margin: 5px 0 0 10px;
	width:230px;
	float: left;
	overflow: hidden;
	position: relative;
	top:-40px;
}

.items .item{
	margin-bottom: 5px;
	font-size: 12px;
}


.conceshead .secciones{
	clear: both;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}

.secciones .descripcion{
	font-size: 11px;
	overflow: hidden;
}

.descripcion .titulo{
	font-size: 15px;
	font-weight: bold;
	color: #555555;
	margin:10px 0px 10px 0px;
	padding-bottom: 10px;
}

.conceshead .contacto{
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}


.conceshead .footer{
	clear: both;
	margin-top: 10px;
}


.footer .direccion{
	padding: 5px 10px 5px 10px;
	margin-top:20px;
	background-color: #006699;
	color:#fff;
	font-size: 11px;
}


