@charset "UTF-8";

#barraaceptacion {
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	color:#000000;
	z-index:99999;
}
		.inner  {
		    margin: auto;
		    position: relative;
		    top: 0px;
		    height: auto;
			overflow:hidden;
		    width: 100%;
		    text-align:center;
		    background-color: #CCCCCC;
			padding-left:20px;
			padding-right:20px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
		}
		.inner  p {
		    line-height:18px;
		    font-size:15px;
		    text-align:center;
			padding-top:20px;
			padding-bottom:20px;
			color:#000000;
		}
.inner a.ok {padding:4px;color:#925047;text-decoration:none;}
.inner a.info {padding-left:5px;text-decoration:none;color:#925047;}


* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
body {
	letter-spacing: 0.05em;
	font-family: 'Playball', Verdana, Arial;
	font-size: 13px;
	color: #46423b;
	background-color: #84a1b2;
	background-image: url(../imgcss/fondo.jpg);
	background-repeat: repeat-x;
}
#todo{
	width:900px;
	height:600px;
	background-image: url(../imgcss/papel-fondo.jpg);
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
}
#apartado a{
	width:100px;
	height:120px;
	float:left;
	color: #4A4A4A;
}
#apart a{
	width:125px;
	height:120px;
	float:left;
	color: #4A4A4A;
}
#apartadoalfa{
	width:125px;
	height:120px;
	float:left;
	background-image:url(../imgcss/alfareria.png);
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
#apartadonaharro{
	width:125px;
	height:120px;
	float:left;
	background-image:url(../imgcss/naharro.png);
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
#botijoempresaimg{
	width:100px;
	height:120px;
	float:left;
	background-image:url(../imgcss/botijoEmpresaTrans.png);
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
#botijoempresaimg:hover{
	background-image:url(../imgcss/botijoEmpresaNorm.png);
}
#botijoceramicaimg{
	width:100px;
	height:120px;
	float:left;
	background-image:url(../imgcss/botijoCeramicaTrans.png);
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
#botijoceramicaimg:hover{
	background-image:url(../imgcss/botijoCeramicaNorm.png);
}
#botijovideosimg{
	width:100px;
	height:120px;
	float:left;
	background-image:url(../imgcss/botijoVideosTrans.png);
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
#botijovideosimg:hover{
	background-image:url(../imgcss/botijoVideosNorm.png);
}
#botijonoticiasimg{
	width:100px;
	height:120px;
	float:left;
	background-image:url(../imgcss/botijoNoticiasTrans.png);
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
#botijonoticiasimg:hover{
	background-image:url(../imgcss/botijoNoticiasNorm.png);
}
#botijosituacionimg{
	width:100px;
	height:120px;
	float:left;
	background-image:url(../imgcss/botijoSituacionTrans.png);
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
#botijosituacionimg:hover{
	background-image:url(../imgcss/botijoSituacionNorm.png);
}
#botijocontactoimg{
	width:100px;
	height:120px;
	float:left;
	background-image:url(../imgcss/botijoContactoTrans.png);
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
#botijocontactoimg:hover{
	background-image:url(../imgcss/botijoContactoNorm.png);
}


#cabecera{
	height:120px;
	width:850px;
	display:block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
/** ------------MENU---------------------- **/

.toggleMenu {
    display:  none;
    color: #fff;
	width:100%;
	height:34px;
	line-height:34px;
	text-decoration:none;
}
.nav {
     *zoom: 1;	
	list-style:none;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display:block;
}
.nav span{
	visibility: hidden;
}
.nav #apartado a{
	width:100px;
	height:120px;
	float:left;
	color: #4A4A4A;
	display: block;
}
.nav #apart a{
	width:125px;
	height:120px;
	float:left;
	color: #4A4A4A;
	display: block;
}
.nav #apartadoalfa{
	display: block;
	width:125px;
	height:120px;
	float:left;
	background-image:url(../imgcss/alfareria.png);
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav #apartadonaharro{
	display: block;
	width:125px;
	height:120px;
	float:left;
	background-image:url(../imgcss/naharro.png);
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav #botijoempresaimg{
	display: block;
	width:100px;
	height:120px;
	float:left;
	background-image:url(../imgcss/botijoEmpresaTrans.png);
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav #botijoempresaimg:hover{
	background-image:url(../imgcss/botijoEmpresaNorm.png);
}
.nav #botijoceramicaimg{
	display: block;
	width:100px;
	height:120px;
	float:left;
	background-image:url(../imgcss/botijoCeramicaTrans.png);
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav #botijoceramicaimg:hover{
	background-image:url(../imgcss/botijoCeramicaNorm.png);
}
.nav #botijovideosimg{
	display: block;
	width:100px;
	height:120px;
	float:left;
	background-image:url(../imgcss/botijoVideosTrans.png);
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav #botijovideosimg:hover{
	background-image:url(../imgcss/botijoVideosNorm.png);
}
.nav #botijonoticiasimg{
	display: block;
	width:100px;
	height:120px;
	float:left;
	background-image:url(../imgcss/botijoNoticiasTrans.png);
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav #botijonoticiasimg:hover{
	background-image:url(../imgcss/botijoNoticiasNorm.png);
}
.nav #botijosituacionimg{
	display: block;
	width:100px;
	height:120px;
	float:left;
	background-image:url(../imgcss/botijoSituacionTrans.png);
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav #botijosituacionimg:hover{
	background-image:url(../imgcss/botijoSituacionNorm.png);
}
.nav #botijocontactoimg{
	display: block;
	width:100px;
	height:120px;
	float:left;
	background-image:url(../imgcss/botijoContactoTrans.png);
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav #botijocontactoimg:hover{
	background-image:url(../imgcss/botijoContactoNorm.png);
}
.nav a{
}
.nav a:hover{
	}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
	width: 200px;
	z-index:2000;
}
.nav li {
    position: relative;
	z-index:2000;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 164%;
    top: 0;
}
.nav li li a {
	display:block;
	color:#FFB8C6;
	text-decoration:none;
	font-size: 95%;
	text-transform: lowercase;
	letter-spacing: 0.02em;
	height: 22px;
	text-align: left;
	padding-left: 15px;
	line-height: 22px;
}
.nav li li a:hover {
	background-color:#DA1652;
	color: #FFF;
}
.nav li li li a {
    background: #ff8300;
	color:#FFFFFF;
    z-index:200;
	width:320px;
}
.nav li li li a:hover {
    background: #FFFFFF;
	color:#ff8300;
}

#cuerpo{
	width:800px;
	min-height:335px;
	display:block;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../imgcss/fondo-ceramica-jardineria.jpg);
	background-position:center;
	border:solid;
	border-width:6px;
	border-color:#FFF;
}
#cuerpo #menuizda{
	font-family: 'Open Sans Condensed', sans-serif;
	float:left;
	width:150px;
	min-height:335px;
	background:rgba(0,0,0,0.8);
}
#cuerpo #menuizda #menuizdaimg{
	width:100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}
#cuerpo #menuizda #apartado a{
	height:20px;
	width:150px;
	text-align:center;
	margin-top:10px;
	color:#D5D5D5;
	font-weight:bold;
}
#cuerpo #menuizda #apartado a:hover{
	color:#925047;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
#cuerpo #texto{
	float:left;
	width:650px;
	min-height:335px;
}
#cuerpo #texto #interior{
	float:left;
	margin-left:290px;
	width:355px;
	min-height:335px;
	background-image:url(../imgcss/fondo-texto.png);
}
#cuerpo #texto #interior #titulo{
	color:#925047;
	font-size:18px;
	margin-top:15px;
	margin-left:20px;
}
#cuerpo #texto #interior p{
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	text-align:justify;
}
#cuerpo #texto #interior #imagenes{
	display:block;
	width:320px;
	margin-left:20px;	
}
#cuerpo #texto #interior #imagenes #imagen a{
	float:left;
	width:90px;
	height:50px;
	margin-right:10px;
	margin-top:10px;
	border:solid;
	border-width:1px;
	border-color:#925047;
}
#cuerpo #texto #interior #imagenes #imagen a:hover{
	border:solid;
	border-width:1px;
	border-color:#000;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}



#cuerpo2{
	width:800px;
	display:block;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	background-image:url(../imgcss/fondo-texto4.jpg);
	border:solid;
	border-width:6px;
	border-color:#FFF;
}
#cuerpo2 p{
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
}
#cuerpo2 strong{
	color:#925047;
	font-size:18px;
	font-weight:normal;
	padding-right:50px;
}
#cuerpo2 em a{
	color:#925047;
	font-size:16px;
	font-style:normal;
}
#cuerpo2 em a:hover{
	color:#46423b;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}


#pie{
	font-family: 'Open Sans Condensed', sans-serif;
	width:900px;
	height:10px;
	color: #100;
	font-weight:700;
	margin-top:10px;
	text-align:center;
}
#pie a{
	color: #100;
}
#pie a:hover{
	color:#925047;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}

#pieaviso a{
	font-family: 'Open Sans Condensed', sans-serif;
	width:900px;
	height:10px;
	font-weight:700;
	margin-top:40px;
}
#pieaviso a{
	color: #100;
}
#pieaviso a:hover{
	color:#925047;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}

@media screen and (max-width: 900px) {
#todo{
	width:100%;
	height:auto;
	background-image: none;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}

#cabecera{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	font-size:16px;
	height:36px;
	width:100%;
	display:block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom:20px;
	clear:both;
}
/** ------------MENU---------------------- **/

.toggleMenu {
    display:  none;
    color: #000;
	width:100%;
	height:34px;
	line-height:34px;
	text-decoration:none;
	padding-left:10px;
	border:solid 2px #FFF;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
.nav {
     *zoom: 1;	
	list-style:none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}
.nav span {
	visibility:visible;
}
.nav #apartado a{
	text-decoration: none;
	background-image: url(../imgcss/navegacion.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 34px;
	line-height: 34px;
	width:100%;
	text-align:left;
	padding-left: 40px;
	text-transform:uppercase;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
	float:none;
	color: #4A4A4A;
	border-right:solid 2px #FFF;
	border-left:solid 2px #FFF;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav #apart{
	display:none;
}
.nav #apart a{
	text-decoration: none;
	background-image: url(../imgcss/navegacion.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 34px;
	line-height: 34px;
	width:100%;
	text-align:left;
	padding-left: 40px;
	text-transform:uppercase;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
	float:none;
	color: #4A4A4A;
	border-right:solid 2px #FFF;
	border-left:solid 2px #FFF;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
}
.nav #apartado a:hover, .nav #apart a:hover{
	color:#FFF;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav #apartadoalfa{
	display: block;
	height: 34px;
	line-height: 34px;
	width:100%;
	float:left;
	background-image:none;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav #apartadonaharro{
	display: block;
	height: 34px;
	line-height: 34px;
	width:100%;
	float:left;
	background-image:none;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav #botijoempresaimg{
	display: block;
	height: 34px;
	line-height: 34px;
	width:100%;
	float:left;
	background-image:none;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav #botijoempresaimg:hover{
	background-image:none;
}
.nav #botijoceramicaimg{
	display: block;
	height: 34px;
	line-height: 34px;
	width:100%;
	float:left;
	background-image:none;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav #botijoceramicaimg:hover{
	background-image:none;
}
.nav #botijovideosimg{
	display: block;
	height: 34px;
	line-height: 34px;
	width:100%;
	float:left;
	background-image:none;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav #botijovideosimg:hover{
	background-image:none;
}
.nav #botijonoticiasimg{
	display: block;
	height: 34px;
	line-height: 34px;
	width:100%;
	float:left;
	background-image:none;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav #botijonoticiasimg:hover{
	background-image:none;
}
.nav #botijosituacionimg{
	display: block;
	height: 34px;
	line-height: 34px;
	width:100%;
	float:left;
	background-image:none;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav #botijosituacionimg:hover{
	background-image:none;
}
.nav #botijocontactoimg{
	display: block;
	height: 34px;
	line-height: 34px;
	width:100%;
	float:left;
	background-image:none;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav #botijocontactoimg:hover{
	background-image:none;
}
.nav a{
}
.nav a:hover{
	}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
	width: 200px;
	z-index:2000;
}
.nav li {
    position: relative;
	z-index:2000;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 164%;
    top: 0;
}
.nav li li a {
	display:block;
	color:#FFB8C6;
	text-decoration:none;
	font-size: 95%;
	text-transform: lowercase;
	letter-spacing: 0.02em;
	height: 22px;
	text-align: left;
	padding-left: 15px;
	line-height: 22px;
}
.nav li li a:hover {
	background-color:#DA1652;
	color: #FFF;
}
.nav li li li a {
    background: #ff8300;
	color:#FFFFFF;
    z-index:200;
	width:320px;
}
.nav li li li a:hover {
    background: #FFFFFF;
	color:#ff8300;
}


#cuerpo{
	width:100%;
	height:335px;
	min-height:auto;
	display:block;
	margin-right: auto;
	margin-left: auto;
	border:solid;
	border-width:2px;
	border-color:#FFF;
	clear:both;
}


#cuerpo #menuizda{
	font-family: 'Open Sans Condensed', sans-serif;
	float: left;
	width:150px;
	background:rgba(0,0,0,0.8);
	height:auto;
}
#cuerpo #menuizda #apartado a{
	height:20px;
	width:150px;
	text-align:center;
	margin-top:10px;
	color:#D5D5D5;
	font-weight:bold;
}
#cuerpo #menuizda #apartado a:hover{
	color:#925047;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}

#cuerpo #texto{
	float:left;
	width:80%;
	min-height:335px;
}
#cuerpo #texto #interior{
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:355px;
	min-height:335px;
	background-image:url(../imgcss/fondo-texto.png);
}
#cuerpo #texto #interior #titulo{
	color:#925047;
	font-size:18px;
	margin-top:0px;
	margin-left:20px;
	padding-top:15px;
}


#cuerpo2{
	width:100%;
	display:block;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	background-image:url(../imgcss/fondo-texto4.jpg);
	border:solid;
	border-width:2px;
	border-color:#FFF;
}


#pie{
	font-family: 'Open Sans Condensed', sans-serif;
	width:100%;
	height:auto;
	color: #100;
	font-weight:700;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

#pieaviso a{
	font-family: 'Open Sans Condensed', sans-serif;
	width:100%;
	height:30px;
	line-height:30px;
	font-weight:700;
	margin-top:40px;
}
}

@media screen and (max-width: 780px) {
#cuerpo #texto{
	float:left;
	width:70%;
	min-height:335px;
}
#cuerpo #texto #interior{
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:355px;
	min-height:335px;
	background-image:url(../imgcss/fondo-texto.png);
}
#cuerpo #texto #interior #titulo{
	color:#925047;
	font-size:18px;
	margin-top:0px;
	margin-left:20px;
	padding-top:15px;
}
}

@media screen and (max-width: 540px) {
#cuerpo{
	width:100%;
	height:670px;
	min-height:auto;
	display:block;
	margin-right: auto;
	margin-left: auto;
	background-image:none;
	border:solid;
	border-width:2px;
	border-color:#FFF;
	clear:both;
}

#cuerpo #menuizda{
	font-family: 'Open Sans Condensed', sans-serif;
	float: left;
	width:100%;
	background:rgba(0,0,0,0.8);
}
#cuerpo #menuizda #menuizdaimg{
	width:100px;
	margin-left:auto;
	margin-right:auto;
}
#cuerpo #menuizda #menuizdaimg img{
	margin-left:0px;
}
#cuerpo #menuizda #apartado a{
	height:20px;
	width:100%;
	text-align:center;
	margin-top:10px;
	color:#D5D5D5;
	font-weight:bold;
}
#cuerpo #menuizda #apartado a:hover{
	color:#925047;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}


#cuerpo #texto{
	float:left;
	width:100%;
	min-height:335px;
	background-image:url(../imgcss/fondo-texto4.jpg);
	background-repeat:repeat;
}
#cuerpo #texto #interior{
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:355px;
	min-height:335px;
	background-image:none;
}
#cuerpo #texto #interior #titulo{
	color:#925047;
	font-size:18px;
	margin-top:0px;
	margin-left:20px;
	padding-top:15px;
}
#cuerpo #texto #interior p{
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	text-align:justify;
}
#cuerpo #texto #interior #imagenes{
	display:block;
	width:320px;
	margin-left:20px;	
}
#cuerpo #texto #interior #imagenes #imagen a{
	float:left;
	width:90px;
	height:50px;
	margin-right:10px;
	margin-top:10px;
	border:solid;
	border-width:1px;
	border-color:#925047;
}
#cuerpo #texto #interior #imagenes #imagen a:hover{
	border:solid;
	border-width:1px;
	border-color:#000;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
}

@media screen and (max-width: 370px) {
#cuerpo{
	width:100%;
	height:743px;
	min-height:auto;
	display:block;
	margin-right: auto;
	margin-left: auto;
	background-image:none;
	border:solid;
	border-width:2px;
	border-color:#FFF;
	clear:both;
}
#cuerpo #texto{
	float:left;
	width:100%;
	min-height:335px;
	background-image:url(../imgcss/fondo-texto4.jpg);
	background-repeat:repeat;
}
#cuerpo #texto #interior{
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:205px;
	min-height:335px;
	background-image:none;
}
#cuerpo #texto #interior #titulo{
	color:#925047;
	font-size:18px;
	margin-top:0px;
	margin-left:0px;
	padding-top:15px;
	padding-left:20px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#cuerpo #texto #interior #imagenes{
	display:block;
	width:205px;
	margin-left:0px;
}
#cuerpo #texto #interior #imagenes #imagen a{
	float:left;
	width:90px;
	height:50px;
	margin-right:5px;
	margin-left:5px;
	margin-top:10px;
	border:solid;
	border-width:1px;
	border-color:#925047;
}
#cuerpo #texto #interior #imagenes #imagen a:hover{
	border:solid;
	border-width:1px;
	border-color:#000;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
}

@media screen and (max-width: 280px) {
}
	

	
	