body {
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

.actuacion {
	height: 95px;
}

#separarriba {
padding-top:37px;
}


.cabhome {
	clear: both;
	padding-top: 6px;
	height: 260px;
	background-color: none;
}

.titulocabbloque {
	width: 30%;
	text-align: left;
	float: left;
}

.notportada{
	list-style-type: none;
}

.notportada ol, ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-color: none;
}

.margenA {
	margin-top: 5px;
}

/* Pantallas solo ****************************************************** */
@media only screen and (max-width: 767px) {  

body {
	background-image: none;
}

.actuacion {
	height:auto;
}

/* menu superior */
#menu_superior {
	height:auto;
	position:fixed;
	top: 50px;
	left:0px;
	margin-top: 20px;
	margin-bottom: 0px;
	clear: both;
	padding: 0px;
	float: none;
	display: none;
	background-color: #666666;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

#menu_superior  ul {
	clear: both;
	float: none;
}
#menu_superior  li {
	width: 99%;
	margin-left: 0px;
}

#menu_superior  li:hover {
	background-color: #333333;
}
#menu_superior  li a {
	width: 97%;
	font-size: 16px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	border-top-width: 1px;
	/*border-left-width: 1px;*/
	border-top-style: solid;
	/*border-left-style: solid;*/
	border-top-color: #CCCCCC;
	/*border-left-color: #333333;*/
	/*border-right-width: 1px;*/
	border-bottom-width: 1px;
	/*border-right-style: solid;*/
	border-bottom-style: solid;
	/*border-right-color: #000000;*/
	border-bottom-color: #000000; 
}
#menu_superior  li a:hover {
	color:#FFFFFF;
	background-color: #333333;
}

}
