@charset "utf-8";
/* Autor Adrián Pablo Conti */


header, nav, section, article, aside, figure, footer{
	display: block;
	margin: 0;
	padding: 0;
}

.limpiar{
	clear:both;
}
	
a img{
	border: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
	
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
	
p, h1, h2, h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 0;
	line-height: 24px;
}
	
h1{
	font-size: 36px;
	color: #007FB0;
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	margin-bottom: 30px;
	margin-top: 15px;
}
	
h2{
	font-size: 20px;
	font-family: droid-sans;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 30px;
}
	
h3{
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	margin: 0;
	padding-bottom: 5px;
	color: #3096CF;
}

body{
	margin-top: 5px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
	color: #000000;
	background-color: #161F63;
}


/*--- Maquetacion ---*/
#contenedor{
	background-color: #FFFFFF;
	width: 1200px;
	margin: 0 auto;
	height: auto;
}


/*--- Cabecera ---*/
#cabecera{
	height: auto;
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 19.69%,rgba(16,67,146,1.00) 88.08%);
	background-image: -moz-linear-gradient(0deg,rgba(255,255,255,1.00) 19.69%,rgba(16,67,146,1.00) 88.08%);
	background-image: -o-linear-gradient(0deg,rgba(255,255,255,1.00) 19.69%,rgba(16,67,146,1.00) 88.08%);
	background-image: -ms-linear-gradient(0deg,rgba(255,255,255,1.00) 19.69%,rgba(16,67,146,1.00) 88.08%);
	margin: 0;
	background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 19.69%,rgba(16,67,146,1.00) 88.08%);
	background-repeat: repeat;
}
	
#logo{
	width: 366px;
	height: 100px;
	display: block;
	float: left;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	text-align: center;
}

#logo img{
	width: 100%;
	height: auto;
	display: block;
}

#slogan{
	width: 210px;
	display: block;
	float: right;
	text-align: right;
	font-style: italic;
	font-weight: 400;
	font-size: 26px;
	padding-top: 73px;
	padding-right: 15px;
	color: #FFFFFF;
	font-family: cabin;
	text-shadow: 2px 2px 2px #000000;
}


/*--- Menu ---*/
#menu{
	height: auto;
	margin-bottom: 20px;
	margin: 0;
	padding: 0;
	background-color: #4A4A4A;
}

#menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li{
	float: left;
}

#menu li a{
	display: block;
	text-align: center;
	font-style: normal;
	padding: 5px 30px;
	font-size: 17px;
	font-family: basic;
	font-weight: 400;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #4A4A4A;
}

#menu li a.ultima{
	padding-top: 5px;
	padding-right: 24px;
	padding-left: 24px;
	border: none;
	padding-bottom: 5px;
}

#menu li a:hover{
	background-color: #9F9F9F;
	color: #000000;
}

#mmovil{
	display: none;
}


/*--- Cuerpo ---*/
#contenidos{
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 30px;
	height: auto;
	width: 1120px;
	float: left;
}

/*#fotos1{
	width: 160px;
	float: left;
	margin-right: 20px;
	height: auto;
	display: block;
}

#fotos1 img{
	width: 100%;
	height: auto;
	display: block;
}

#fotos2{
	width: 480px;
	float: left;
	height: auto;
	display: none;
}

#fotos2 img{
	width: 100%;
	height: auto;
	display: block;
}
*/
.tema, .tema3{
	float: none;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 50px;
}

.tema2{
	float: none;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 50px;
}

.tema ul{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding: 0;
	line-height: 24px;
}

.tema ul li{
	font-style: italic;
	padding-left: 5px;
	float: none;
	list-style-image: url(../imagenes/bolita.png);
	margin-left: 30px;
}


/*   Video   */
#video{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 30px;
}

.video-youtube{
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 25px;
	position: relative;
	margin-top: 0;
	}

.video-youtube iframe{
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 90%;
	}
	
.epigrafe{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
	
	
/*--- Contacto ---*/
#formulario{
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.lineas{
	display: block;
	height: 30px;
	margin-bottom: 15px;
}

.lineas-coment{
	display: block;
	height: 100px;
}

.lineas-boton{
	display: block;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	height: 25px;
	float: left;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.lineas-boton input{
	background-color: #007FB0;
	font-size: 16px;
	padding: 5px 15px;
	border-radius: 10px;
	border: none;
	margin-right: 15px;
	cursor: pointer;
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.30);
	-o-box-shadow: 3px 3px 10px rgba(0,0,0,0.30);
	-moz-shadow: 3px 3px 10px rgba(0,0,0,0.30);
	-ms-shadow: 3px 3px 10px rgba(0,0,0,0.30);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.30);
	color: #FFFFFF;
}

.lineas-boton input:hover{
	background-color: #ACACAC;
	font-size: 16px;
	padding: 5px 15px;
	border-radius: 10px;
	border: none;
	margin-right: 15px;
	cursor: pointer;
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.30);
	-o-box-shadow: 3px 3px 10px rgba(0,0,0,0.30);
	-moz-shadow: 3px 3px 10px rgba(0,0,0,0.30);
	-ms-shadow: 3px 3px 10px rgba(0,0,0,0.30);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.30);
	color: #FFFFFF;
}

.crotulos{
	width: 150px;
	display: block;
	float: left;
	margin-right: 5px;
	text-align: right;
	font-size: 14px;
}

.ccampos{
	width: 400px;
	display: block;
	float: left;
}

.campos{
	width: 400px;
	display: block;
	line-height: 26px;
	border: none;
	padding: 0 5px;
	background-color: #DEF5F9;
	height: 25px;
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.30);
	-o-box-shadow: 3px 3px 10px rgba(0,0,0,0.30);
	-moz-shadow: 3px 3px 10px rgba(0,0,0,0.30);
	-ms-shadow: 3px 3px 10px rgba(0,0,0,0.30);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.30);
}

.comentario{
	width: 400px;
	display: block;
	height: 100px;
	border: none;
	padding: 5px;
	background-color: #DEF5F9;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.30);
	-o-box-shadow: 3px 3px 10px rgba(0,0,0,0.30);
	-moz-shadow: 3px 3px 10px rgba(0,0,0,0.30);
	-ms-shadow: 3px 3px 10px rgba(0,0,0,0.30);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.30);
	margin-bottom: 20px;
}

#respuesta{
	width: 100%;
	min-height: 250px;
	display: block;
	padding-top: 60px;
	text-align: center;
}

#respuesta p{
	font-size: 16px;
	padding: 20px 0;
	line-height: 25px;
}

#telefono{
	width: 600px;
	height: auto;
	margin: 15px 0;
	float: left;
}

#telefono img{
	width: 98px;
	height: auto;
	padding-left: 35px;
	float: left;
	padding-right: 20px;
}

#texto-telefono{
	width: 390px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	float: left;
	text-align: left;
	line-height: 24px;
	font-size: 16px;
}

#texto-telefono a{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-size: 16px;
	color: #007FB0;
}

#texto-telefono a:hover{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-size: 16px;
	color: #8B8B8B;
}


/*--- Redes sociales ---*/
#social{
	height: auto;
	padding: 10px 20px;
	display: block;
}

#compartir{
	width: 250px;
	height: auto;
	float: left;
	padding: 5px 0;
}

#seguir{
	width: 80px;
	float: right;
	display: block;
	padding: 5px 0;
	padding-left: 0
	padding-bottom: 5px;
	height: auto;
}

#seguir2{
	width: 80px;
	float: left;
	display: none;
	padding: 5px 0;
	height: auto;
}

.iconos-redes{
	display: block;
	width: 300px;
	height: auto;
	margin-top: 5px;
}

#redespie{
	padding: 0;
	margin: 0;
	list-style: none;
}

#redespie li{
	float: right;
}

#redespie li a{
	width: 26px;
	height: 26px;
	display: block;
	margin: 0 5px;
}

#redespie li a img{
	width: 26px;
	height: 26px;
	display: block;
}


/*--- Pie de pagina ---*/
#piepagina{
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
	height: auto;
	display: block;
	color: #DFDFDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
	background-color: #161F63;
}

#piepagina a{
	text-decoration: none;
	color: #27BDD5;
}

#piepagina a:hover{
	color: #FFA600;
}

#fecha{
	width: 125px;
	height: 20px;
	float: left;
}

#webmaster{
	width: 165px;
	height: 20px;
	display: block;
	float: right;
	text-align: right;
}


/**********************************************/
/*               TABLETAS 1200                */
/**********************************************/
@media only screen and (max-width: 1200px){
	body{
		margin-top: 5px;
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 20px;
	}
	
	
	/*--- Maquetacion ---*/
	#contenedor{
		width: 100%;
	}
	
	
	/*--- Cuerpo ---*/
	#contenidos{
		padding-right: 4%;
		padding-left: 4%;
		width: 92%;
	}

	.tema, .tema3{
		width: 860px;
	}
	

	
}



/**********************************************/
/*               TABLETAS 1136                */
/**********************************************/
@media only screen and (max-width: 1136px){
	/*--- Cuerpo ---*/
	.tema, .tema3{
		width: 810px;
	}
	
	
	
}


/**********************************************/
/*               TABLETAS 1080                */
/**********************************************/
@media only screen and (max-width: 1080px){
	/*--- Menu ---*/
	#menu li a{
	padding: 5px 24px;
}
	
	
	/*--- Cuerpo ---*/
	.tema, .tema3{
		width: 760px;
	}
	
	
	
}


/**********************************************/
/*               TABLETAS 1050                */
/**********************************************/
@media only screen and (max-width: 1050px){
	/*--- Menu ---*/
	#menu li a{
	padding: 5px 24px;
}
	
	
	/*--- Cuerpo ---*/
	.tema, .tema3{
		width: 730px;
	}
	
	
}


	
/**********************************************/
/*               TABLETAS 1024                */
/**********************************************/
@media only screen and (max-width: 1024px){
	body{
		margin-top: 5px;
		margin-right: 1%;
		margin-left: 1%;
		margin-bottom: 10px;
	}	
	
	
	/*--- Maquetacion ---*/
	#contenedor{
		width: 100%;
	}		
	
	
	/*--- Menu ---*/
	#menu li a{
		padding-right: 21px;
		padding-left: 21px;
		font-size: 17px;
	}

	#menu li a.ultima{
		padding-right: 22px;
		padding-left: 22px;
		border: none;
	}
	
	
	/*--- Cuerpo ---*/
	#contenidos{
		padding: 10px 2%;
		width: 96%;
	}
	
	#fotos1{
		width: 16%;
		margin-right: 2%;
	}
	
	.tema, .tema3{
		width: 80%;
	}
	

	/*--- Contacto ---*/
	#telefono{
		width: 780px;
		height: auto;
		margin: 15px 0;
		float: left;
	}
	
	#telefono img{
		width: 98px;
		height: auto;
		padding-left: 35px;
		float: left;
		padding-right: 20px;
	}
	
	#texto-telefono{
		width: 350px;
		font-family: Arial, Helvetica, sans-serif;
		height: auto;
		float: left;
		text-align: left;
		line-height: 24px;
		font-size: 16px;
	}

	#texto-telefono a{
		font-family: Arial, Helvetica, sans-serif;
		line-height: 30px;
		font-size: 16px;
		color: #007FB0;
	}
	
	#texto-telefono a:hover{
		font-family: Arial, Helvetica, sans-serif;
		line-height: 30px;
		font-size: 16px;
		color: #8B8B8B;
	}


	/*--- Redes Sociales ---*/
	#social{
		padding: 10px 2%;
		width: 96%;
		height: auto;
	}
	

	/*--- Pie de pagina ---*/
	#piepagina{
		padding: 10px 2%;
		width: 96%;
	}
	
}
	
/**********************************************/
/*               TABLETAS 966                 */
/**********************************************/


@media only screen and (max-width: 966px){
	
	
}
	
/**********************************************/
/*               TABLETAS 853                 */
/**********************************************/
@media only screen and (max-width: 853px){
	body{
		margin: 5px;
	}	
	
	h3{
		display: none;
	}
	
	
	/*--- Cabecera ---*/	
	#logo{
		padding-left: 2%;
	}
	
	#slogan{
		padding-right: 2%;
	}
	
	
	/*--- Menu ---*/
	#menu{
		padding: 0;
		height: auto;
		margin-bottom: 15px;
	}
	
	#menu ul{
		height: auto;
		display: none;
	}
	
	#menu li{
		float: none;
	}

	#menu li a{
		display: block;
		text-align: center;
		font-style: normal;
		padding-top: 5px;
		padding-right: 24px;
		padding-left: 23px;
		padding-bottom: 5px;
		font-size: 17px;
		font-family: basic;
		font-weight: 400;
		color: #FFFFFF;
		border-right: 1px solid #FFFFFF;
		background-color: #4A4A4A;
	}

	#menu li a:hover{
		background-color: #9F9F9F;
		color: #000000;
	}
	
	#mmovil{
		display: block;
		width: 98%;
		font-size: 15px;
		padding-left: 2%;
		position: relative;
		color: #FFFFFF;
		text-decoration: none;
		line-height: 30px;
		font-style: normal;
		font-weight: 500;
		font-family: cabin;
		background-color: #4A4A4A;
		background-image: -webkit-linear-gradient(270deg,rgba(74,74,74,1.00) 0%,rgba(140,140,140,1.00) 50.26%,rgba(74,74,74,1.00) 100%);
		background-image: -moz-linear-gradient(270deg,rgba(74,74,74,1.00) 0%,rgba(140,140,140,1.00) 50.26%,rgba(74,74,74,1.00) 100%);
		background-image: -o-linear-gradient(270deg,rgba(74,74,74,1.00) 0%,rgba(140,140,140,1.00) 50.26%,rgba(74,74,74,1.00) 100%);
		background-image: linear-gradient(180deg,rgba(74,74,74,1.00) 0%,rgba(140,140,140,1.00) 50.26%,rgba(74,74,74,1.00) 100%);
	}
	
	#mmovil:after{
		content: "";
		background-image: url(../imagenes/icono-movil.png);
		width: 20px;
		height: 20px;
		display: block;
		position: absolute;
		top: 5px;
		right: 10px;
		background-repeat: no-repeat;
	}	

	#menu li a, #menu li a.ultima{
		display: block;
		margin-right: 0;
		padding: 0;
		border-radius: 0;
		height: 30px;
		width: 100%;
		line-height: 30px;
		border-bottom: 1px solid #FFFFFF;
		border-right: none;
	}	
		

}


/**********************************************/
/*               TABLETAS 800                 */
/**********************************************/
@media only screen and (max-width: 800px){
	/*--- Cuerpo ---*/
	.tema3{
		width: 99%;
	}
	
	
	/*--- Contacto ---*/
	#formulario{
		width: 460px;
		height: auto;
	}
	
	.crotulos{
		width: 90px;
	}
	
	.ccampos{
		width: 350px;
	}
	
	.campos{
		width: 350px;
	}
	
	.comentario{
		width: 350px;
	}
	
	#telefono{
		width: 360px;
		padding-left: 90px;
	}
	
	#telefono img{
		display: none;
	}
	
	
}
	
	
/**********************************************/
/*               TABLETAS 768                 */
/**********************************************/
@media only screen and (max-width: 768px){
	/*--- Cabecera ---*/
	#logo{
		width: 280px;
		height: auto;
		padding-top: 10px;
		padding-left: 2%;
		padding-bottom: 10px;
	}
	
	#slogan{
		width: 170px;
		font-size: 22px;
		padding-top: 55px;
		padding-right: 2%;
		text-shadow: 2px 2px 2px #000000;
	}
	
	
	/*--- Contacto ---*/
	
	#formulario{
		width: 460px;
		height: auto;
	}
	
	.crotulos{
		width: 90px;
	}
	
	.ccampos{
		width: 350px;
	}
	
	.campos{
		width: 350px;
	}
	
	.comentario{
		width: 350px;
	}
	
	#telefono{
		width: 360px;
		padding-left: 90px;
	}
	
	#telefono img{
		display: none;
	}

}
	
/**********************************************/
/*               TABLETAS 720                 */
/**********************************************/


@media only screen and (max-width: 720px){
	
	
}
	
	
	
	
	
/**********************************************/
/*               TABLETAS 640                 */
/**********************************************/
@media only screen and (max-width: 640px){

	p, h1, h2, h3{
		font-size: 15px;
		margin-bottom: 18px;
		line-height: 22px;
	}
	
	h1{
		font-size: 32px;
		margin-bottom: 10px;
		margin-top: 15px;
		}
		
	h2{
		font-size: 18px;
		margin-bottom: 28px;
	}

	
	/*--- Cuerpo ---*/	
	#fotos1{
		display: none;
	}

	#fotos2{
		width: 100%;
		float: left;
		margin: 30px 0;
		height: auto;
		display: block;
	}

	.tema, .tema2, .tema3{
		float: left;
		width: 99%;
		margin-bottom: 30px;
	}	

	.tema ul{
		font-size: 15px;
		line-height: 22px;
	}

	/*--- Contacto ---*/
	#formulario{
		width: 100%;
		float: none;
	}
	
	.lineas{
		height: auto;
		margin-bottom: 15px;
	}
	
	.lineas-coment{
		height: auto;
	}
	
	.crotulos{
		width: 98%;
		float: none;
		margin: 5px 0;
		text-align: left;
	}
	
	.ccampos{
		width: 98%;
		float: none;
	}
	
	.campos{
		width: 98%;
	}
	
	.comentario{
		width: 98%;
		margin-bottom: 5px;
	}
	
	#telefono{
		width: 98%;
		height: auto;
		padding: 0;
	}

	#texto-telefono{
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}

}	
	
	
/**********************************************/
/*               TABLETAS 603                 */
/**********************************************/
@media only screen and (max-width: 603px){

}
	
/**********************************************/
/*               TABLETAS 568                 */
/**********************************************/


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

/**********************************************/
/*               TABLETAS 540                 */
/**********************************************/


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




/**********************************************/
/*               TABLETAS 533                 */
/**********************************************/
@media only screen and (max-width: 533px){
	/*--- Cabecera ---*/
	#cabecera{
		background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(52,87,142,1.00) 100%);
		background-image: -ms-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(52,87,142,1.00) 100%);
		background-image: -moz-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(52,87,142,1.00) 100%);
		background-image: -o-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(52,87,142,1.00) 100%);
		margin: 0;
		background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(52,87,142,1.00) 100%);
		background-repeat: repeat;
	}
	
	#logo{
		width: 85%;
		height: auto;
		padding-top: 5px;
		padding-left: 0;
		padding-bottom: 5px;
		margin: 0 auto;
		float: none;
	}
	
	#slogan{
		width: 100%;
		font-size: 20px;
		padding-top: 0;
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 10px;
		text-shadow: 2px 2px 2px rgba(0,0,0,0.23);
		float: none;
		text-align: center;
		color: #FFFFFF;
	}

	
}


/**********************************************/
/*               TABLETAS 480                 */
/**********************************************/
@media only screen and (max-width: 480px){
	
	h1{
		font-size: 28px;
		margin-bottom: 5px;
		margin-top: 12px;
		}
}
	
	
/**********************************************/
/*               TELEFONOS 414                */
/**********************************************/
@media only screen and (max-width: 414px){
	
	
}
	
	
/**********************************************/
/*               TELEFONOS 384                */
/**********************************************/
@media only screen and (max-width: 3844px){
	
	
}
	

/**********************************************/
/*               TELEFONOS 375                */
/**********************************************/
@media only screen and (max-width: 375px){
	
	
}




	
/**********************************************/
/*               TELEFONOS 360                */
/**********************************************/
@media only screen and (max-width: 360px){
	p, h1, h2, h3{
		font-size: 14px;
		margin-bottom: 15px;
		line-height: 21px;
	}
	
	h1{
		font-size: 24px;
		margin-bottom: 5px;
		margin-top: 10px;
		}
		
	h2{
		font-size: 16px;
		margin-bottom: 25px;
	}	


	/*--- Cuerpo ---*/
	#contenidos{
		padding-top: 0;
	}

	.tema ul{
		font-size: 14px;
		line-height: 21px;
	}

	/*--- Contacto ---*/
	#texto-telefono, #texto-telefono a, #texto-telefono a:hover{
		font-size: 12px;
	}
	
	
	/*--- Redes sociales ---*/
	#seguir{
		display: none;
	}
	
	
	/*--- Pie de pagina ---*/
#piepagina, #webmaster a, #webmaster a:hover{
	font-size: 8px;
}

#fecha{
	width: 90px;
}

#webmaster{
	width: 125px;
}



	
}	

/**********************************************/
/*               TELEFONOS 320                */
/**********************************************/
@media only screen and (max-width: 320px){
	/*--- Cuerpo ---*/
	#fotos2{
		margin-top: 20px;
	}
	
	
	/*--- Redes sociales ---*/
	#compartir{
		display: none;
	}
	

}


/**********************************************/
/*               TELEFONOS 240                */
/**********************************************/
@media only screen and (max-width: 240px){
	p, h1, h2, h3{
		font-size: 12px;
		margin-bottom: 12px;
		line-height: 18px;
	}
	
	h1{
		font-size: 20px;
		margin-bottom: 5px;
		margin-top: 0px;
		}
		
	h2{
		font-size: 14px;
		margin-bottom: 20px;
	}
	
	
	/*--- Cuerpo ---*/	
	.tema ul{
		font-size: 12px;
		line-height: 18px;
	}

	
	/*--- Cabecera ---*/
	#slogan{
		font-size: 12px;
		padding-left: 0;
		padding-bottom: 10px;
		text-shadow: 2px 2px 2px rgba(0,0,0,0.23);
	}


	/*--- Contacto ---*/
	#texto-telefono, #texto-telefono a, #texto-telefono a:hover{
	font-size: 10px;
	}

}
