@charset "utf-8";
/* CSS Document */
BODY{
	margin:0px;
	padding:0px;
	text-decoration:none;
}
BODY a{
	text-decoration:none;
}

.cabecera{
	height:250px;
	width:100%;
	padding:0;
	background: -moz-linear-gradient(left,#FFF,#c1b9ac,#FFF);
	background: -webkit-linear-gradient(left,#FFF,#c1b9ac,#FFF); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(left,#FFF,#c1b9ac,#FFF); /* For Opera 11.1 to 12.0 */
  	background: linear-gradient(left,#FFF,#c1b9ac,#FFF); /* Standard syntax */
}
.cabeza{
	margin:auto;
	background-image:url(../images/cabecera.png);
	background-repeat:no-repeat;
	border-radius: 5px 5px 0px 0px;
	max-height:250px;
	height:100%;
	max-width:1000px;
	width:100%;
	padding:0;
	border-radius: 8px 8px 0px 0px;
}

.menu{
	float:right;
	margin-top:200px;
	height:50px;
	width:640px;
	background: linear-gradient(#f9e401, #cbba08, #f9e401);
	border-radius:50px 8px 50px 8px;
}
.enlacemenu a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#583427;
	float:left;
	margin-top:0px;
	margin-left:20px;
	margin-right:0px;
	padding:10px;
}
.enlacemenu a:hover{
	color:#FFF;
	background:linear-gradient(#583427, #502024, #583427);
	box-shadow: 3px 3px 8px #666;
   	-webkit-box-shadow: 3px 3px 8px #666;
   	-moz-box-shadow: 3px 3px 8px #666;
}
.enlacemenuizquierda a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#583427;
	float:left;
	margin-top:0px;
	margin-left:30px;
	margin-right:0px;
	padding:10px;
}
	
.enlacemenuizquierda a:hover{
	color:#FFF;
	background:linear-gradient(#583427, #502024, #583427);
	box-shadow: 3px 3px 8px #666;
   	-webkit-box-shadow: 3px 3px 8px #666;
   	-moz-box-shadow: 3px 3px 8px #666;
}
.slider{
	margin-left:-2px;
	width:100%;
	height:365px;
	background: -moz-linear-gradient(left,#FFF,#583427,#FFF);
	background: -webkit-linear-gradient(left,#FFF,#583427,#FFF); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(left,#FFF,#583427,#FFF); /* For Opera 11.1 to 12.0 */
  	background: linear-gradient(left,#FFF,#583427,#FFF); /* Standard syntax */
}
.hislider{
	max-width:1000px; 
	max-height:360px;
	height:100%; 
	margin:auto;
	z-index:100;
}

.navigation{
	display:none;
	background:#742e31;
	background-image:url(../images/menu-desplegable.png);
	background-repeat:no-repeat;
}
.navigation ul{
	overflow:hidden;
	list-style:none;
}
.navigation ul li{
	float:left;
	border-right:1px solid rgba(255, 255, 255, .3);
}
.navigation ul li a{
	text-decoration:none;
	color:#FFF;
	padding:20px;
	display:block;
	
}
.navigation ul li a:hover{
	background:#e9d603;
	border-radius:9px 0px 9px 0px;
}
.navigation-toggle{
	display:none;
}
.logo_movil{
	display:none;
}
.en_blanco{
	display:none;
}
@media screen and (max-width:1000px){
	.cabecera{
		display:none;
	}

	.cabeza{
		display:none;
	}
	
	.cabeza_movil{
		position:fixed;
		margin-bottom:5%;
		width:100%;
		background:#663333;
		background-image:url(../images/menu_movil.jpg);
		background-repeat:no-repeat;
		height:90px;
		z-index:99;				
	}
	.en_blanco{
		display:block;
		height:90px;
	}
	.slider{
		margin-top:2%;
		margin-left:0.5%;
		height:200px;
		width:98%;
		margin-bottom:2%;
	}
	.logo_movil{
		display:block;
	}
	.logo_movil img{
		
		height:75px;
		width:auto;
		margin-left:3%;
		margin-top:10px;
		z-index:100;
	}

	.navigation{
		display:inline-table;
		margin-top:5px !important;
		width:70%;
		height:100%;
		left:-100%;
		margin:-2%;
		position:fixed;
		z-index:110;
		
		
	}
	.navigation ul li{
		display:block;
		float:none;
		border-bottom:1px solid rgba(255, 255, 255, .3);
	}
	.navigation-toggle{
		display:block;
		background:#ccc;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 10px;
		right: 0px;
		margin-right:6px;
		border-radius:8px 8px 8px 8px;
		z-index:100;
	}
	.navigation-toggle .bt-menu{
		display:block;
		padding:10px;
	}
	
}
.cuerpo{
	height:650px;;
	width:100%;
	padding:0;
	background: -moz-linear-gradient(left,#FFF,#c1b9ac,#FFF);
	background: -webkit-linear-gradient(left,#FFF,#c1b9ac,#FFF); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(left,#FFF,#c1b9ac,#FFF); /* For Opera 11.1 to 12.0 */
  	background: linear-gradient(left,#FFF,#c1b9ac,#FFF); /* Standard syntax */
}
.cuerpos{
	margin:auto;
	width:1000px;
	height:950px;
	background:#FFF;
	border-left:1px solid #999;
	border-right:1px solid #999;
	box-shadow:3px 3px 8px #666;
}

.cuerpoizquierda{
	float:left;
	height:640px;
	width:750px;
	border-right:1px solid #583427;
}
.cuerpoizquierda h1{
	margin-top:30px;
	margin-left:15px;
	color:#583427;
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
}
.texto_cuerpo{
	margin-left:3%;
	margin-right:3%;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}
.cuerpo_movil{
	display:none;
}
@media screen and (max-width:1000px){
	.cuerpo{
		display:none;
	}
	.cuerpos{
		display:none;
		
	}
	.texto_cuerpo{
		display:block;
		margin:auto;
		width:auto;
		height:auto;
		background:#FFF;
		font-size:120%;
	}
	.cuerpoderecha{
		display:none;
	}
	.cuerpo_movil{
		display:block;
		border:1px solid #633;
		border-radius:5px 5px 5px 5px;
		padding:2%;
	}
	.cuerpo_movil h1{
		color:#633;
	}
	.cuerpo_movil p{
		color:#333;
	}
	
}
.cuerpodulce{
	margin:auto;
	width:1000px;
	height:750px;
	background:#FFF;
	border-left:1px solid #999;
	border-right:1px solid #999;
	box-shadow:3px 3px 8px #666;
}
.cuerpofondodulce{
	height:750px;;
	width:100%;
	padding:0;
	background: -moz-linear-gradient(left,#FFF,#c1b9ac,#FFF);
	background: -webkit-linear-gradient(left,#FFF,#c1b9ac,#FFF); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(left,#FFF,#c1b9ac,#FFF); /* For Opera 11.1 to 12.0 */
  	background: linear-gradient(left,#FFF,#c1b9ac,#FFF); /* Standard syntax */
}
.cuerpoizquierdadulce{
	float:left;
	height:740px;
	width:750px;
	border-right:1px solid #583427;
}
.cuerpoizquierdadulce h1{
	margin-top:30px;
	margin-left:15px;
	color:#583427;
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
}
.cuerpoizquierdadulce p{
	margin-top:-10px;
	margin-left:15px;
	margin-right:10px;
	font-size:21px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}
@media screen and (max-width:1000px){
	.cuerpofondodulce{
		display:none;
	}
}
.cuerpoizquierda iframe{
	margin-left: 60px;
	border:0px;
}
.cubos{
	display:inline-block;
	margin-top:20px;
	margin-left:50px;
	height:180px;
	width:180px;
	border:1px solid #583427;
	border-radius:8px 8px 8px 8px;
	background:#fefff7;
}
.cubos:hover{
	box-shadow:3px 3px 8px #666;
	
}
.cubos p{
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666;
}
.titulocubo{
	height:30px;
	background:#583427;
	border-radius:8px 8px 0px 0px;
}
.titulocubo h1{
	margin:0px;
	padding-top:2px;
	margin-left:10px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
.cubos_movil{
	display:none;
}
.titulocubo_movil{
	display:none;
}
.tienda_online{
	text-align:center;
	margin:auto;
	margin-top:80px;
	height:70px;
	width:70%;
	background:#f9e401;
	border-radius: 4px 4px 4px 4px;
	box-shadow:3px 3px 8px #666;
}
.tienda_online a{
	text-decoration:none;
}
.tienda_online p{
	padding-top:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#583427;
	
}
.tienda_online_movil{
	display:none;
}
@media screen and (max-width:1000px){
	.cubos_movil{
		display:block;
		margin:auto;
		margin-top:6%;
		height:auto;
		width:80%;
		border:1px solid #583427;
		border-radius:8px 8px 8px 8px;
		background:#fefff7;
		text-decoration:none;
		box-shadow:3px 3px 8px #666;
	}
	.cubos_movil img{
		width:100%;
	}
	.cubos_movil p{
		margin-left:1%;
		color:#333;
	}
	.tienda_online_movil{
		display:block;
		text-align:center;
		margin:auto;
		margin-top:80px;
		height:70px;
		width:70%;
		background:#f9e401;
		border-radius: 4px 4px 4px 4px;
		box-shadow:3px 3px 8px #666;
	}
	.tienda_online_movil a{
		text-decoration:none;
	}
	.tienda_online_movil p{
		padding-top:24px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#583427;
		
	}
}
.tienda_online{
	text-align:center;
	margin:auto;
	margin-top:80px;
	height:70px;
	width:70%;
	background:#f9e401;
	border-radius: 4px 4px 4px 4px;
	box-shadow:3px 3px 8px #666;
}
.tienda_online a{
	text-decoration:none;
}
.tienda_online p{
	padding-top:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#583427;
	
}
.cuerpoderecha{
	float:right;
	width:240px;
	height:600px;
}
.facebook{
	margin-top:20px;
	height:320px;
	width:230px;
	border:1px solid #583427;
	border-radius:8px 8px 8px 8px;
}
.titulofacebook{
	height:30px;
	background:#583427;
	border-radius:8px 8px 0px 0px;
}
.titulofacebook h1{
	margin:0px;
	padding-top:2px;
	margin-left:10px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
.titulotwiter{
	margin-top:20px;
	height:320px;
	width:230px;
	border:1px solid #583427;
	border-radius:8px 8px 8px 8px;
}
.titulotwiter{
	height:30px;
	background:#583427;
	border-radius:8px 8px 0px 0px;
}
.titulotwiter h1{
	margin:0px;
	padding-top:2px;
	margin-left:10px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
.footer{
	float:left;
	height:150px;
	width:100%;
	background: -moz-linear-gradient(#583427,#c1b9ac);
	background: -webkit-linear-gradient(#583427,#c1b9ac); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(#583427,#c1b9ac); /* For Opera 11.1 to 12.0 */
  	background: linear-gradient(#583427,#c1b9ac); /* Standard syntax */
}
.footer_movil{
	display:none;
}
@media screen and (max-width:1000px){
	.footer{
		display:none;
	}
	.footer_movil{
		display:block;
		margin-top:10%;
		width:100%;
		max-height:150px;
		height:auto;
		background:#663333;
	}
	.footer_movil p{
		color:#999;
		text-align:center;
	}
	.footer_movil a{
		color:#FF0;
	}
	.logos_sociales{
		max-width:190px;
		width:100%;
		height:auto;
		margin:auto;
	}
	.logos_sociales img{
		padding:15px;
	}
	
}
.enlacesfooter{
	margin:auto;
	margin-top:20px;
	height:20px;
	text-align:center;
	width:1000px;
	
}
.enlacesfooter a{
	text-decoration:none;
	padding:50px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
.enlacesfooter a:hover{
	color:#c1b9ac;
}
.enlacesfooter p{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
.creador{
	margin-top:50px;
	width:100%;
	height:40px;
	text-align:center;
}
.creador p{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
.creador a{
	text-decoration:none;
	color:#c1b9ac;
}
.creador a:hover{
	color:#64d2f6;
	text-shadow: 3px 3px 8px #333;
}
	
.lazos{
	float:left;
	margin-top:20px;
	margin-left:30px;
	height:330px;
	width:210px;
	border:1px solid #583427;
	border-radius:8px 8px 8px 8px;
	box-shadow:3px 3px 8px #666;
	background:#fefff7;
}
.lazos img{
	width:100%;
	height:100px;
}
.lazos p{
	margin-left:6px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666;
}
.lazos ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666;
}
.titulolazos{
	height:30px;
	background:#583427;
	border-radius:8px 8px 0px 0px;
}
.titulolazos h1{
	margin:0px;
	padding-top:2px;
	margin-left:10px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
.estuches{
	height:30px;
	background:#583427;
	
}
.estuches h1{
	margin:0px;
	padding-top:2px;
	margin-left:10px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
.lazos_movil{
	display:none;
}
@media screen and (max-width:1000px){
	.lazos_movil{
		display:block;
		margin:auto;
		margin-top:20px;
		height:auto;
		width:80%;
		border:1px solid #583427;
		border-radius:8px 8px 8px 8px;
		box-shadow:3px 3px 8px #666;
		background:#fefff7;
	}
	.lazos_movil img{
		width:100%;
		height:auto;
	}
	.lazos_movil p{
		margin-left:6px;
		margin-top:5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#666;
	}
	.lazos_movil ul li{
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#666;
	}

	
	
}
.ubicacion_movil{
	display:none;
}
.espacio_ubicacion{
	display:none;
}
@media screen and (max-width:1000px){
	.ubicacion_movil{
		margin-top:5px;
		height:auto;
		width:100%;
		display:block;
		margin:auto;
	}
	.ubicacion_movil iframe{
		margin-top:5px;
		border:0px;
		margin:auto;
	}
	.espacio_ubicacion{
		display:block;
		height:15px;
	}
}
.formulario{
	height:450px;
	width:650px;
	margin:auto;
	border:1px solid #5a3324;
	border-radius:8px 8px 8px 8px;
	box-shadow: 3px 3px 8px #666;
   	-webkit-box-shadow: 3px 3px 8px #666;
   	-moz-box-shadow: 3px 3px 8px #666;
	background:#fefff7;
}
.tituloformulario {
	height:40px;
	width:100%;
	border-radius:8px 8px 0px 0px;
	background:#5a3324;
	
}
.tituloformulario h1{
	margin:0px;
	padding-top:4px;
	margin-left:10px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

.textoformulario{
	float:left;
	margin: .4em 0;
	height:30px;
	width:auto;
	margin-left:40px;
}
.textoformulario label{	
	float:left;
	width:90px;
	text-align:right;
	margin-top:20px;
	color:#999 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	padding:0px;
}
.cajasform{
	float:right;
}
.contactoform{
	
	margin-left:40px;
	margin-top:17px;
	height:25px;
	max-width:290px;
	border-radius:3px 3px 3px 3px;
	border:1px solid #5a3324;
	font-family:Arial, Helvetica, sans-serif;
	color:#A0A0A4;
	border.radius:3px;
	
}
.spam{
	margin-left:40px;
	margin-top:17px;
	height:25px;
	width:100px;
	border-radius:3px 3px 3px 3px;
	border:1px solid #5a3324;
	font-family:Arial, Helvetica, sans-serif;
	color:#A0A0A4;
	border.radius:3px;
}
.spam:focus{
	border:1px solid #f8e300;
	border-radius:3px 3px 3px 3px;
	-moz-box-shadow: 0px 0px 10px #f8e300;
	-webkit-box-shadow: 0px 0px 10px #f8e300;
	box-shadow: 0px 0px 10px #f8e300;
}
.contactoform:focus{
	border:1px solid #f8e300;
	border-radius:3px 3px 3px 3px;
	-moz-box-shadow: 0px 0px 10px #f8e300;
	-webkit-box-shadow: 0px 0px 10px #f8e300;
	box-shadow: 0px 0px 10px #f8e300;
}
.contactoarea{
	margin-left:40px;
	margin-top:24px;
	height:110px;
	width:420px;
	border-radius:3px 3px 3px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#A0A0A4;
	border:1px solid #5a3324;
	border.radius:3px;
	
}
.contactoarea:focus{
	border:1px solid #f8e300;
	border-radius:3px 3px 3px 3px;
	-moz-box-shadow: 0px 0px 10px #f8e300;
	-webkit-box-shadow: 0px 0px 10px #f8e300;
	box-shadow: 0px 0px 10px #f8e300;
}
.textoarea{
	margin-left:40px !important;
	z-index:100;
	float:left;
	margin: .4em 0;
	height:auto;
	width:auto;
}
.textoarea label{	
	float:left;
	width:90px;
	text-align:right;
	margin-top:25px;
	color:#999 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	padding:0px;
}
.btnform{
	float:left;
	margin-left:-300px;
	margin-top:150px;
}
@media screen and (max-width:1000px){
	.contactoarea{
		margin:auto !important;
		width:95% !important;
	}
	.btnform{
		margin-top:5px;
		margin-left:50px;
	}
	
}
.obligatorios{
	font-size:12px;
	margin-left:50px;
	margin-top:-20px;
}
.obligatorios p{
	margin-top:-20px;
	font-size:12px;

}
@media screen and (max-width:1000px){
	.obligatorios{
		margin-top:60px;
		margin-left:2px;
	}
	.obligatorios p{
		margin-top:0px;
	}
}
.correoenviado{
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	height:15px;
	width:auto;
	background:#D70000;
}

.correoenviado p{
	float:left;
	margin-top:-4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
#error {
	z-index:1;
	margin-left:30px;
	margin-bottom:10px;
	border:1px solid #990000;
	background-color:#D70000;
	color:#FFFFFF;
	padding:2px;
	padding-left:6px;
	height:auto;
	width:250px !important;
	font-weight: bold;
	font-size:12px;
}


.cuepopolitica{
	height:1450px;;
	width:100%;
	padding:0;
	background: -moz-linear-gradient(left,#FFF,#c1b9ac,#FFF);
	background: -webkit-linear-gradient(left,#FFF,#c1b9ac,#FFF); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(left,#FFF,#c1b9ac,#FFF); /* For Opera 11.1 to 12.0 */
  	background: linear-gradient(left,#FFF,#c1b9ac,#FFF); /* Standard syntax */
}
.cuepospolitica{
	margin:auto;
	max-width:1000px;
	height:1450px;
	background:#FFF;
	border-left:1px solid #999;
	border-right:1px solid #999;
	box-shadow:3px 3px 8px #666;
}
.cuerpoizquierdapolitica{
	float:left;
	height:1440px;
	max-width:750px;
	border-right:1px solid #583427;
}
@media screen and (max-width:1000px){
	.cuerpoizquierdapolitica{
		height:auto;
	}
}

.cuerpoizquierdapolitica p{
	margin-left:15px;
	margin-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}
.cuerpoizquierdapolitica ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	margin-right:15px;

}
.cuerpoizquierdapolitica h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#f2df00;
	margin-left:30px;
}
.cuerpoizquierdapolitica h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#f2df00;
	margin-left:30px;
}
.cuerponosotros{
	float:left;
	background:url(../images/fondo-nosotros.jpg);
	height:640px;
	width:750px;
	border-right:1px solid #583427;
}
.cuerponosotros h1{
	margin-top:30px;
	margin-left:15px;
	color:#583427;
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
}
.cuerponosotros p{
	margin-top:-10px;
	margin-left:15px;
	margin-right:10px;
	font-size:21px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}
.contacto_movil{
	display:none;
}
@media screen and (max-width:1000px){
	.contacto_movil{
		display:block;
		margin:auto;
		height:auto;
		
	}
	.contacto_movil form{
		margin:auto;
	}
	.contacto_movil form label{
		text-align:left;
	}
	.textoformulario{
		display:block;
		margin:0px;
	}
	.textoarea{
		margin:auto !important;
		display:block;
		float:none !important;
		width:95%;
		
	}
	.contactoarea{
		max-width:600px;
		width:100%;
	}

}

.horarios{
	top:0;
	margin:auto;
	padding:0;
	height:50px;
	width:100%;
	text-align:center;
	background: linear-gradient(#f9e401, #cbba08, #f9e401);
	position:fixed;
	z-index:100;
}

.horarios h1{
	margin:0;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#5a3324;
}
.cp_oculta{
	background:#f9e401;
	height:180px;
	width:100%;
	display: none;
	padding-top:50px;

}

.cp_ocultaimg{
	width:900px;
	margin:auto;
	text-align:center;
}
.cookies{
	display:none;
}

@media screen and (max-width:1000px){
	.cookies{
		display:block;
		width:100%;
		margin-left:3%;
		margin-right:3%;
		border:4px solid #CCC;
		background:#633;
		border-radius:8px 8px 8px 8px;
	}
	.textocookies{
		color:#FFF;
		margin:auto;
		text-align:center;
	}
	.textocookies p{
		
	}
	
}
<!-- Cookies -->
#overbox3 {
    bottom: 0px;
    left: 0px;
    width: 99%;
    z-index: 999999;
    display: block;
}
#infobox3 {
    margin: auto;
    position: fixed !important;
    top: 0px;
    height: 38px;
    width: 99%;
    text-align:center;
    background: linear-gradient(#CCC,#FFF,#CCC);
	border-radius:0px 0px 10px 10px;
	z-index:999;	
}
#infobox3 p {
    
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
    font-size:11px;
    text-align:center;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: underline;
}
<!-- Fin -->
	