*{
	margin:0;
	padding:0;
}
body {
	margin:0;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color:#000000;
	background-color:#FFFFFF;
	text-align:left;
	font-size:8pt;
	/*overflow-y:hidden;*/
	#min-height:600px;
}
html >/**/body{
	overflow-y:hidden;
}
img{
	border:0;
}
h1{
	color:#EE236D;
	margin-bottom:0.8em;
}
/* ENCABEZADO */
#bcss-header{
	width:1000px;
	float:left;
	/*position:fixed;*/
	#position:absolute; 
	#left:0px; 
	#top:0px; 
	font-size:1.07em;
	height:16%;
	margin-left:2%;
}
body > #bcss-header{
	position:fixed;
}
#bcss-sidebar{
	min-height:16%;
	width:100%;
	float:left;
}
.head{
	margin-right:0.6%;
	margin-top:1%;
	float:left;
	width:99%;
	margin-bottom:0.6%;
}
span.inicio{
	display:block;
	float:left;
	width:auto;
	background-color:#E6E6E5;
	text-align:left;
	height:1.5em;
	text-decoration:none;
	color:#000000;
	padding-top:0.2em;
}
a.inicio:hover{
	background-color:#F8BAD2;
}
.logo{
	float:left;
	width:47px;
}
.menu{
	width:85%;
	float:left;
}
.menu ul{
	list-style-type: none;
}
.menu ul li{
	float:left;
	width:15%;
	margin-left:0.6%;
	position:relative;
}
.menu ul li a{
	text-decoration:none;
	color:#000000;
	width:100%;
	height:100%;
	display:block;
	height:1.7em;
	padding-top:0.3em;
}
.menu ul li.activado a{
	background-color:#F8BAD2;
}
.menu ul li.boton a{
	background-color:#E6E6E5;	
}
.menu ul li a:hover{
	background-color:#F8BAD2;
}
.menu ul li ul{
   display:none;
   position:absolute;
}
.menu ul li ul li{
	width:100%;
	float:left;
	margin-top:0.5em;
}
.menu ul li ul li a:hover{
	background-color:#EE236D;
}
.menu >/**/ul li:hover ul
{
   display:block;
}
/* CONTENIDO */
#bcss-content{
	width:auto;
	min-width:95%;
	min-height:100%;
	float:left;
	height:100px;
	margin-top:7%;
	margin-left:2%;
	z-index:-10;
}
/* INICIO */
.float{
	width:auto;
	float:left;
	margin-right:25px;
}
.float img{
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.texto_ppal{
	width:262px;
	float:left;
	margin-right:25px;
}
.rec{
	padding-top:0.2em;
	width:150px;
	height:1.5em;
	background-color:#F8BAD2;
}
.pres{
	font-size:1.5em;
}
/* INFO */
.info img{
	margin-right:2%;
}
.ppal{
	color:#EE236D;
	font-size:1.7em;
	font-weight:bold;
}
.info p{
	font-size:1.3em;
	margin-top:1em;
}
.info span{
	color:#EE236D;
	display:block;
}
.img_con{
	float:left;
	width:auto;
}
.texto_con{
	float:left;
	width:350px;
	margin-right:10px;
}
/* PUBLICACIONES */
.pub{
	float:left;
}
.columna{
	float:left;
	width:290px;
	margin-right:10px;
}
.ocu{
	display:none;
	list-style-type:none;
}
/* PROYECTO */
.texto{
	width:262px;
	float:left;
	margin-right:10px;
}
.texto li{
	display:block;
	float:left;
	background-color:#E6E6E5;
	margin-bottom:5px;
}	
.texto a{
	text-decoration:none;
	color:#000000;
	width:100%;
	height:100%;
	display:block;
	height:1.7em;
	padding-top:0.3em;
}
.texto a:hover{
	background-color:#F8BAD2;
}
.te{
	width:110px;
	margin-right:5px;
}
.se{
	width:20px;
	margin-right:50px;
}
.fotos{
	float:left;
}
/* LISTADO DE PROYECTOS */
.lp a{
	color:#F8BAD2;
	font-size:1.9em;
	margin-top:0.5em;
	display:block;
	text-decoration:none;
}
.lp a:hover{
	color:#EE236D;	
}
/* ENLACES */
.enl a{
	color:#F8BAD2;
	font-size:3.9em;
	margin-bottom:0;
	display:block;
	text-decoration:none;
}
.enl a:hover{
	color:#EE236D;	
}
.desc{
	font-size:1.2em;
	color:#EE236D;
	font-size:1.7em;
	font-weight:bold;
	margin-top:0.5em;
}
.colum_enl{
	float:left;
	width:490px;
	margin-right:10px;
}