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

body {
	background-color:#000000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color:#CCC;
}

/*
	para que los divs muestren todo el contenido
*/
div:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
div { display:inline-block; } /*this trips hasLayout for ie7*/
div { display:block; } /*this returns it back to normal*/

form {
    margin:0;
}


#content{
	width:800px;
	margin: 0 auto;
}

.cabecera{
	width:800px;
	height:60px;
	/*background-color:#000000;*/
	padding:5px 0;
}
  
.logotipo img{
	text-align:left;
	border:none;
	width:258px;
	height:60px;
	padding:5px auto 5px 11px;
}  

.logotipo {
	width:260px;
	float:left;
	/*margin-top:5px;*/
}

.idioma{
	float:right;
	font-size:70%;
}

.idioma a{
	color:#CCCCCC;
	text-decoration:none;
}

.idioma a:hover{
	color:#CC0000;
	text-decoration:underline;
}


.menu-superior{
	float: left;
	width: 800px;
	height: 30px;
	margin: 1px 0 0 0;
	padding: 0;
	text-align: center;
	font-size:80%;
}

.menu-superior a {
	text-decoration: none;
}

.menu-superior ul{
	list-style: none;
	width:800px;
	height: 30px;
	margin: 0;
	padding: 0 0 0 5px;
}

.menu-superior li{
	display: inline;
}

/*
	primer elemento del menu
*/

.menu-superior li.first a{
	float: left;
	color: #CCCCCC;
	width: 129px;
	height: 23px;
	padding: 5px 0 0 0;
	margin: 0 1px 0 0;
	background: url(../img/firstUp.jpg) no-repeat;
}

.menu-superior li.first a:hover {
	background: url(../img/firstOver.jpg) no-repeat;
}

.menu-superior li.first.active a{
	background: url(../img/firstOver.jpg) no-repeat;
}

/*	-----------------------------	*/

/*
	elemento medio
*/

.menu-superior li a{
	float: left;
	color: #CCCCCC;
	width: 131px;
	height: 23px;
	padding: 5px 0 0 0;
	margin: 0 1px 0 0;
	background: url(../img/middUp.jpg) no-repeat;
}  

.menu-superior li a:hover{
	background: url(../img/middOver.jpg) no-repeat;
}

.menu-superior li.active a{
	background: url(../img/middOver.jpg) no-repeat;
}

/*	-----------------------------	*/

/*
	ultimo elemento del menu
*/

.menu-superior li.last a{
	float: left;
	color: #CCCCCC;
	width: 130px;
	height: 23px;
	padding: 5px 0 0 0;
	background: url(../img/lastUp.jpg) no-repeat;
}

.menu-superior li.last a:hover{
	background: url(../img/lastOver.jpg) no-repeat;
}

.menu-superior li.last.active a{
	background: url(../img/lastOver.jpg) no-repeat;
}

/*	-----------------------------	*/

/*
	marco gris contenidos
*/

.imagen-inicio{
	width:800px;
	margin:2px auto;
	float:left;
	background: url(../img/bg_img.png) no-repeat;
}

.imagen-inicio img{
	margin:10px;
	width:780px;
	height:229px;
}
    
.contenedor{
	float:left;	
	width:800px;
	padding: 0 0 20px 0;
	background-color: #333;
}

.contenedor a {
	color: #C00;
	text-decoration: none;
}

.contenedor a:hover {
	text-decoration: underline;
}

.contenedor-arriba{
	float:left;
	margin-top:1px;
}

.contenedor-abajo{
	float:left;
	margin-bottom:2px;
}

/*	-----------------------------	*/

.clear{
	clear:both;
	padding: 0;
	margin:0;
} 
               
.contenidos {
	width:95%;
	margin: 0 auto;
}

.contenidos h3 {
	display: block;
	font-size: 100%;
	font-weight: normal;
	color: #666;
	margin: 5px 0 5px 10px;
}

.contenidos h6 {
	display: block;
	font-size: 80%;
	font-weight: normal;
	text-align: right;
	color: #666;
	margin: 10px;
	padding-right: 10px;
	/**/
	background: url(../img/ico_vermas.png) no-repeat 100%;
}
 
.datos{
	float:left;
	width:243px;
	margin: 0 5px;
	padding: 3px 0;
	background-color: black;
}


.datos h4{
	font-size: 90%;
	font-weight: normal;
	color:#CC0000;
	display: block;
	margin: 5px 0;
	padding: 0 5px;
}

.datos img{
	padding: 0 5px;
	clear: both;
	border: none;
}

.datos p{
	padding:0 10px;
	font-size:80%;
}

/*
	pie de página
*/ 
                
.pie{
	width:800px;
	float:left;
	text-align:left;
	margin:1px 0 15px 0;
	background: #000000 url(../img/bg-pie.jpg) no-repeat;
}

.pie a{
	color:#CCCCCC;
	text-decoration:none;
}

.pie a:hover{
	color: #CC0000;
}

.logo {
	float: left;
	width: 129px;
	height: 30px;
	margin: 15px;

}

.texto{
	float: left;
	width: 420px;
	margin: 15px 0 0 15px;
	font-size:70%;

}

.aviso{
	float: right;
	/*width: 600px;*/
	margin: 43px 15px 0 15px;
	font-size:70%;
}

/*FEBRERO 2012 / MBA*/
#slides .slides_container {
	float: left;
	width:800px;
	height:250px;
	display:none;
	background: url(../img/bg_img.png) no-repeat;
}

#slides .slides_container div {
	position: relative;
	width:780px;
	height:229px;
	display:block;
	/**/
	margin: 5px;
}

#slides .pagination {
	display: none;
}



 
