* {
	margin: 0;
	padding: 0;
	outline: none;
}

img {
	border: none;
	display: inline;
}

/*<group=hacks>*/

.clearfix {	display: inline-table;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {	height: 1%;}

.clearfix {	display: block;}
.clearfix a:hover{	text-decoration: none;}
#container {
	text-align: left;
	width: 782px;
	margin: 0 auto 10px;
}

#maincaption {
	line-height: 165%;
	width: 560px;
	margin:10px 20px 0;
}

#links {
	position: absolute;
	top: 80px;
	left: 600px;
	width: 160px;
	padding: 0 6px;
}
#links ul {	list-style-type: none;}
#links ul li a {
	display: block;
	text-decoration: none;
	padding: 2px;
	color: #cc3030;
	padding-left: 4px;
}
#links ul li a:hover {
	background-color: #cc3030;
	color: #fff7cc;
}
#slider {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#slider .floating {	margin-top: 10px;}
#slider ul {
	list-style-type: none;
	width: 690px;
	height: 370px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin:0 40px;
}
#slider ul li {
	float: left;
	width: 320px;
	height: 480px;
	text-align: center;
	margin: 0 6px;
	background-repeat: no-repeat;
}
#slider ul li a {
	/*color: #e50716;*/
	text-decoration: none;
	font-weight:bold;
	/*display: block;*/
	height: auto;
}
#slider ul li a:hover {
	/*color: #ff0ff0;*/
	text-decoration: underline;
}
#slider ul li img {	display: block;}
.floating {	float: left;}
#butleft, #butright {
	padding: 0px;
	margin: 0px;
}
#butleft img, #butright img {
	padding: 0px;
	margin: 0px;
}
#butleft {
	margin-left: 1px;
	margin-right: 14px;
}
#butright {margin-left: 12px;}
#controls {
	width: 16px;
	margin: 0 auto;
	position: absolute;
	top: 170px;
	right: 75px;
	height: 16px;
}
#controls img{ vertical-align:top;}
#texts {
	width: 330px;
	height: 140px;
	margin: 16px auto 4px auto;
}
.text {
	width: 300px;
	height: 100px;
	background-color: #fff;
	padding: 12px;
	color: #333;
	overflow: auto;
}
.titulo{
	padding: 1px 1px 8px;
	display: block;
}
.floating.left,.floating.right{
	width: 63px;
	height: 220px;
	padding-top:150px;
}
.floating.left{ background:url(/imagenes/inicio/sombra-izq.jpg) right 20px no-repeat; text-align:right;}
.floating.right{ background:url(/imagenes/inicio/sombra-der.jpg) left 20px no-repeat;}



/********** RESPONSIVE *********/

@media screen and (max-width: 980px) {
#slider{ width:auto;}
#slider ul{ width:682px; margin:0 2px;}
#slider ul li{ margin:0 4px;}
.floating.left, .floating.right{ width:42px;}
#controls{ right:44px;}
}
@media screen and (max-width: 770px) {
.accesibilidad{ display:none;}
#slider{ display:none;}
}