@charset "utf-8";

/* ##################################################################### */
/* #####################                RESETEAR ESTILOS                  #######################*/
/* ##################################################################### */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/* ##################################################################### */
@font-face {
    font-family: 'AvantGardeMdBTMedium';
    src: url('../fonts/avgardm-webfont.eot');
    src: local('☺'),
		 url('../fonts/avgardm-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avgardm-webfont.woff') format('woff'),
         url('../fonts/avgardm-webfont.ttf') format('truetype'),
         url('../fonts/avgardm-webfont.svg#AvantGardeMdBTMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Tungsten-Medium';
	src: url('../fonts/tungsten-medium.eot');
	src: local('☺'), 
		 url('../fonts/tungsten-medium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/tungsten-medium.woff') format('woff'), 
		 url('../fonts/tungsten-medium.ttf') format('truetype'), 
		 url('../fonts/tungsten-medium.svg#Tungsten-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* ##################################################################### */
* {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
}

body {
	height:100%;
	/*background: #f4f4f4;*/
	/*background: #fafff0;*/
	//background:#ededf8;
	background:#fff;
}

a {
	text-decoration: none;
}

#ContainerAzahar {
	margin:0px auto;
	width:960px;
}

#ContainerDecoraciones {
	margin:0px auto;
	width:960px;
}

#ContainerCoreShadow {
	width:100%;
	height:100%;
	display: inline-block;
	background-color:#ffffff;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}

#Modulo {
	width:100%;
	/*height:1300px;*/
	background-color:#f2f2ff;
}

/* *************************************************************************************** */
/* ************************************** PAGINA INICIO *********************************** */



.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

.sombraespecial {
	/* box-shadow: h-shadow v-shadow blur spread color inset;*/
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 12px 6px -8px black;
}

.SombraCuadros {
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}


/* *********************************  BARRA INFO TOP  ************************************* */

#BarraInfo {
	width:100%;
	height:30px;
	background-color:#514d44;
}

#BarraInfoParte1 {
	width:300px;
	height:100%;
	float:left;
}

#BarraInfoParte2 {
	width:500px;
	height:100%;
	float:left;
}

#BarraInfoParte3 {
	width:160px;
	height:100%;
	float:left;
}

#TextFechaInfo {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	//margin-top:10px;
	//margin-left:10px;
	padding:10px;
	color:#FFF;
}

.textbarrainfotelf {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:500;
	text-align:right;
	letter-spacing:1px;
	margin-top:6px;
	margin-right:5px;
	color:#FFF;
}


/* **************************** FOOTER ************************ */

#Footer {
	float:left;
	width:100%;
	height:200px;
	/*background-color:#222a14;*/
	background-color:#033656; /* AZUL FOOTER */
}

#FooterBarraSup {
	margin-left:1px;
	width:958px;
	height:80px;
	background-color:#FFF;
}

#BloqueFooterLogo {
	width:100px;
	height:80px;
	background-image:url(../picts/logominidecoracionesgarcia.png);
	background-position: center;
	background-repeat:no-repeat;
	float:left;
}

#FooterBloqueCentralBarraSup {
	text-align:center;
	width:720px;
	height:80px;
	float:left;
}

.TextoFooterTelefono {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight:500;
	text-align:center;
	letter-spacing:1px;
	padding-top:20px;
	//padding-left:150px;
	color:#222a14;
}

a.EnlaceMailFooter {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:10px;
	//padding-left:225px;
	color:#004f67;
	text-decoration:none;
}

a.EnlaceMailFooter:active, a.EnlaceMailFooter:focus { 
	outline: none;
}

a.EnlaceMailFooter:hover {
	color:#202033;
}

#BloqueSocial {
	width:100px;
	height:80px;
	float:left;
}

#BloqueSiguenos {
	width:100px;
	height:25px;
}

.TextoSiguenos {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	text-align:right;
	font-size: 12px;
	color:#202020;
	letter-spacing:0px;
	padding-top:8px;
	padding-right:5px;
}

#BloqueIconosSociales {
	width:100px;
	height:50px;
}

#BloqueIconoFacebook, #BloqueIconoTwitter {
	width:50px;
	height:50px;
	float:left;
}

#CuadroBotonFacebook {
	width:44px;
	height:44px;
}

.BotonFacebook {
	display: block;
	width: 44px;
	height: 44px;
	background:url("../picts/botonfacebook.png") bottom;
}

.BotonFacebook:hover {
	background-position: 0 0;
}

#CuadroBotonTwitter {
	width:50px;
	height:50px;
}

.BotonTwitter {
	display: block;
	width: 50px;
	height: 50px;
	background: url("../picts/botontwitter.png") bottom;
}

.BotonTwitter:hover {
	background-position: 0 0;
}

#CuadroBotonLinkedin {
	width:80px;
	height:23px;
	float:right;
}

.BotonLinkedin {
	display: block;
	width: 80px;
	height: 23px;
	background: url("../picts/logolinkedin.png") bottom;
}

.BotonLinkedin:hover {
	background-position: 0 0;
}

#FooterBarraInf {
	width:960px;
	height:90px;
	clear:both;
}

#Bloque1FooterBarraInfIzq, #Bloque1FooterBarraInfDer {
	width:120px;
	height:70px;
	float:left;
}

#Bloque1FooterColaboradores {
	width:120px;
	height:70px;
}

a.BotonColaboradores {
	padding-left:25px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size: 9px;
	text-align:center;
	color:#fff;
}

a.BotonColaboradores:hover {
	color:#a9cfe8;
}

#Bloque1FooterBarraInf {
	//width:980px;
	width:720px;
	height:70px;
	float:left;
}

#Bloque1IzquierdaFooterBarraInf, Bloque1DerechaFooterBarraInf  {
	width:480px;
	height:70px;
	float:left;
}

.TextoFooterCalle {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	padding-top:15px;
	color:#FFF;
}

.TextoFooterCiudad {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	padding-top:4px;
	color:#FFF;
}

#Bloque2FooterBarraInfAviso {
	width:960px;
	height:20px;
	text-align:center;
	clear:both;
}

.AvisoFooter {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing:1px;
	color:#ffffff;
}

.AvisoFooter:hover {
	font-weight:600;
}

a.AvisoFooter {
	color: #ececec; 
	text-decoration:none;
}
a.AvisoFooter:active, a.AvisoFooter:focus { 
	outline: none;
}
a.AvisoFooter:hover {
	color:#ececec;
}


/* ***************** POWERED BY ******************** */
#Powered {
	width:960px;
	float:right;
	text-align:right;
}

.Poweredby {
	margin-right:0px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666;
	text-decoration:none;
}

a.Poweredby:hover {
	color:#000;
}

a.Poweredby:active, a.Poweredby:focus { 
	outline: none;
}

.TCopyright{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666;
	float:left;
	padding-top:5px;
}

/* *********************************************************** */
/* ************* PÁGINA INICIAL DECORACIONES GARCIA ********** */
/* *********************************************************** */


#BloqueInfo220Cabecera{
	width:100%;
	height:220px;
	/*background:#0769a7;*/
	/*background:#044974; /* AZUL MAS CLARO */
	background-color:#033656; /* AZUL FOOTER */
	background-image:url(../picts/decoracionesgarcia_cabecera_logo.jpg);
	background-position: center;
	background-repeat:no-repeat;
}

#BloqueInfo10Color{
	width:100%;
	height:10px;
	background-color:#044974;
}

.Imagen236 {
	width:236px;
	height:300px;
}

.Imagen406 {
	width:406px;
	height:300px;
}

.Imagen920 {
	margin-left:20px;
	width:920px;
	height:500px;
}

.TextoDecoracion1 {
	width:800px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%; 
	text-align:justify;
	letter-spacing:0px;
	/*margin-top:6px;*/
	margin-left:80px;
	color:#000;
}

/* --------------- MENU -------------------- */

#BloqueMenu40 {
	width:100%;
	height: 40px;
}

#BloqueMenuSombra {
	width:100%;
	height: 9px;
	background-image:url(../picts/sombrabarramenuinf_decoracionesgarcia.png);
	background-position: center;
	background-repeat:no-repeat;
}

#BloqueMenuCuadro116 {
	width:116px;
	height:100%;
	float:left;
}

#BloqueMenuCuadro211 {
	width:211px;
	height:100%;
	float:left;
}

#BloqueMenuCuadro171 {
	width:171px;
	height:100%;
	float:left;
}

#BloqueMenuCuadro130 {
	width:130px;
	height:100%;
	float:left;
}

#BloqueMenuSeparadorLinea {
	width:1px;
	height:40px;
	float:left;
}

#BMenuSLinea {
	margin-top:12px;
	width:1px;
	height:16px;
	background-color:#c4c5c6;
}

#Opcion1Activa116 {
	width:116px;
	height:100%;
	background-image:url(../picts/botonactivo_inicio.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

#Opcion2Activa211 {
	width:211px;
	height:100%;
	background-image:url(../picts/botonactivo_produccionartesanal.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

#Opcion3Activa211 {
	width:211px;
	height:100%;
	background-image:url(../picts/botonactivo_produccionestandar.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

#Opcion4Activa171 {
	width:171px;
	height:100%;
	background-image:url(../picts/botonactivo_montajesyobras.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

#Opcion5Activa130 {
	width:130px;
	height:100%;
	background-image:url(../picts/botonactivo_catalogo.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

#Opcion5Activa130GALERIA {
	width:130px;
	height:100%;
	background-image:url(../picts/botonactivo_galeria.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

#Opcion6Activa116 {
	width:116px;
	height:100%;
	background-image:url(../picts/botonactivo_contacto.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

#CuadroBotonInicio {
	width:116px;
	height:40px;
}

.BotonInicio {
	display: block;
	width: 116px;
	height: 40px;
	background: url("../picts/decoracionesgarcia_b_inicio.png") bottom;
}

.BotonInicio:hover {
	background-position: 0 0;
}

#CuadroBotonArtesanal {
	width:211px;
	height:40px;
}

.BotonArtesanal {
	display: block;
	width: 211px;
	height: 40px;
	background: url("../picts/decoracionesgarcia_b_produccionartesanal.png") bottom;
}

.BotonArtesanal:hover {
	background-position: 0 0;
}

#CuadroBotonEstandar {
	width:211px;
	height:40px;
}

.BotonEstandar {
	display: block;
	width: 211px;
	height: 40px;
	background: url("../picts/decoracionesgarcia_b_produccionestandar.png") bottom;
}

.BotonEstandar:hover {
	background-position: 0 0;
}

#CuadroBotonMontajes {
	width:171px;
	height:40px;
}

.BotonMontajes {
	display: block;
	width: 171px;
	height: 40px;
	background: url("../picts/decoracionesgarcia_b_montajesyobras.png") bottom;
}

.BotonMontajes:hover {
	background-position: 0 0;
}

#CuadroBotonGaleria {
	width:130px;
	height:40px;
}

.BotonGaleria {
	display: block;
	width: 130px;
	height: 40px;
	background: url("../picts/decoracionesgarcia_b_galeria.png") bottom;
}

.BotonGaleria:hover {
	background-position: 0 0;
}

.BotonCatalogo {
	display: block;
	width: 130px;
	height: 40px;
	background: url("../picts/decoracionesgarcia_b_catalogo.png") bottom;
}

.BotonCatalogo:hover {
	background-position: 0 0;
}


#CuadroBotonContacto {
	width:116px;
	height:40px;
}

.BotonContacto {
	display: block;
	width: 116px;
	height: 40px;
	background: url("../picts/decoracionesgarcia_b_contacto.png") bottom;
}

.BotonContacto:hover {
	background-position: 0 0;
}

/* ----------------- CONTACTO ----------------- */

#BloqueMenuSombraContacto {
	width:100%;
	height: 9px;
	background-image:url(../picts/sombrabarramenuinf_decoracionesgarcia.png);
	background-position: center;
	background-repeat:no-repeat;
	/*background-color:#044974;*/
	background-color:#033656; /* AZUL FOOTER */
	clear:both;
}

#BloqueInfoContacto {
	width:100%;
	/*background-color:#044974;*/
	background-color:#033656; /* AZUL FOOTER */
}

.TituloContacto {
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-size: 30px;
	text-align:right;
	letter-spacing:1px;
	color:#033656;
	padding-right:20px;
	padding-top:20px;
}

#BloqueContacto {
	margin-left:10px;
	width:940px;
	height:1100px;
	background-color:#FFF;
	background-image:url(../picts/cabecera_contacto_decoracionesgarcia.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.TextoContactoLinea1 {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:1px;
	line-height:140%;
	color:#004f67;
	text-align:center;
}

.TextoContactoLineaTelefono {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:500;
	text-align:center;
	letter-spacing:1px;
	color:#000;
}

a.MailContacto {
	color:#004f67;
}

a.MailContacto:hover {
	color:#000;
}

#BloqueMapa {
	height:600px; 
	width:920px;
	margin-left:10px;
}

/* ----------------- PRODUCCIÓN ARTESANAL ----------------- */

#BloqueMenuSombraConFondo {
	width:100%;
	height: 9px;
	background-image:url(../picts/sombrabarramenuinf_decoracionesgarcia.png);
	background-position: center;
	background-repeat:no-repeat;
	/*background-color:#044974;*/
	background-color:#033656; /* AZUL FOOTER */
	clear:both;
}

#BloqueInfoFondo {
	width:100%;
	/*background-color:#044974;*/
	background-color:#033656; /* AZUL FOOTER */
}

.TituloSeccionesDecoGarcia {
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-size: 30px;
	text-align:center;
	letter-spacing:1px;
	/*color:#033656;*/
	color:#fff;
	/*padding-right:20px;
	padding-top:20px;*/
}

.ImagenArtesal01 {
	width:342px;
	height:502px;
	margin-left:19px;
	margin-top:9px;
}

.ImagenArtesal02 {
	width:500px;
	height:280px;
	margin-left:40px;
	margin-top:5px;
}

.ImagenArtesal03 {
	width:882px;
	height:395px;
	margin-left:39px;
}

.TextoArtesanal1 {
	width:500px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%; 
	text-align:justify;
	letter-spacing:1px;
	padding-top:60px;
	padding-left:40px;
	color:#fff;
}

.TextoArtesanal2 {
	width: 880px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	text-align: justify;
	letter-spacing: 1px;
	padding-top:20px;
	padding-left: 40px;
	color: #fff;
}

.TextoArtesanal3 {
	width: 880px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	text-align:center;
	letter-spacing: 1px;
	padding-left: 40px;
	padding-top:20px;
	color: #fff;
}


/* ----------------- PRODUCCIÓN ESTANDAR ----------------- */

.ImagenEstandar1 {
	width:541px;
	height:278px;
	margin-left:40px;
	/*margin-top:9px;*/
}

.ImagenEstandar2 {
	width:406px;
	height:300px;
	margin-left:54px;
	/*margin-top:9px;*/
}

.TextoEstandar1 {
	width:320px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%; 
	text-align:justify;
	letter-spacing:1px;
	padding-top:5px;
	color:#fff;
}

.TextoEstandar2 {
	width: 880px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	text-align: justify;
	letter-spacing: 1px;
	padding-left: 40px;
	padding-top:5px;
	color: #fff;
}

.TextoEstandar3 {
	width: 410px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	text-align:center;
	letter-spacing: 1px;
	padding-left: 50px;
	color: #fff;
}

/* ----------------- MONTAJES Y OBRAS ----------------- */

#BloqueInfoSeccion {
	width:100%;
	/*background-color:#044974;*/
	background-color:#033656; /* AZUL FOOTER */
}

.TituloSecciones {
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-size: 30px;
	text-align:center;
	letter-spacing:1px;
	color:#033656;
	padding-top:20px;
}

#BloqueSeccionesDeco {
	margin-left:10px;
	width:940px;
	background-color:#FFF;
}

.ImagenMontaje1 {
	width:360px;
	height:508px;
	margin-left:60px;
}

.ImagenMontaje2 {
	width:360px;
	height:508px;
	margin-left:50px;
}

.TextoMontajeTitulo {
	width:360px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%; 
	text-align:center;
	letter-spacing:1px;
	padding-top:5px;
	color:#033656;
}

.TextoMontaje1 {
	width:360px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%; 
	text-align:justify;
	letter-spacing:1px;
	padding-top:5px;
	color:#033656;
}

.TextoMontaje1Centrado {
	width:360px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%; 
	text-align:center;
	letter-spacing:1px;
	padding-top:5px;
	color:#033656;
}

.ImagenMontaje3 {
	width:830px;
	height:508px;
	margin-left:55px;
}

.TextoMontajeTitulo2 {
	width:830px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%; 
	text-align:center;
	letter-spacing:1px;
	padding-top:5px;
	color:#033656;
}

.TextoMontaje2 {
	width:830px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%; 
	text-align:justify;
	letter-spacing:1px;
	padding-top:5px;
	color:#000;
}

.TextoMontaje2Centrado {
	width:830px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%; 
	text-align:center;
	letter-spacing:1px;
	padding-top:5px;
	color:#000;
}

.TextoMontaje3 {
	width:410px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%; 
	text-align:justify;
	letter-spacing:1px;
	padding-top:5px;
	color:#000;
}

.TextoMontaje4 {
	width:350px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%; 
	text-align:justify;
	letter-spacing:1px;
	padding-top:5px;
	padding-left:20px;
	color:#000;
}

/* ************************************************************************************************* */
/* ******************************* PAGINA SECCIÓN COLABORADORES *********************************** */

.TextoTituloColaboradores {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 20px;
	text-align:center;
	//letter-spacing:1px;
	//padding-top:3px;
	color:#525752;
}

#Bloque6CuadroBarraTitulo {
	width:100%;
	height:50px;
}

#Bloque6CuadroBarraTituloBloqueLinea {
	width:330px;
	height:100%;
	float:left;
}
#Bloque6CuadroBarraTituloLinea {
	width:330px;
	height:2px;
	background-color:#525752;
}
#Bloque6CuadroBarraTituloBloqueTexto {
	width:200px;
	height:100%;
	float:left;
}

#Bloque8CuadroBarraTituloLineaSub {
	width:100%;
	height:24px;
	clear:both;
}

.TextoColaboradores2 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	//letter-spacing:1px;
	padding-top:2px;
	color:#525752;
}

#Bloque12C {
	width:960px;
	height:100%;
	display:inline-block;
	//height:400px;
	//background-color:#0C0;
}

#Bloque12CuadroMarco {
	margin:10px;
	width:940px;
	height:100%;
	display:inline-block;
	background-color:#FFF;
}

#Bloque12Cuadro {
	width:940px;
	height:100%;
}

#Bloque12CuadroContenido {
	margin:40px;
	width:860px;
	height:100%;
	float:left;
}

a.enlace {
	text-decoration: none;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:left;
	letter-spacing:1px;
	color:#124974;
	padding-left:60px;
}

a.enlace:hover {
	color:#000;
}

.infoenlace {
	white-space: nowrap; 
	text-transform:uppercase;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	
	color:#222a14;
	padding-top:3px;
	padding-left:60px;
}

#bloquelinksmargen10 {
	width:100%;
	height:15px;
}

/* ************************************************************************************************* */
/* ************************************************************************************************* */

/* ************************************************************************************************* */
/* ********************************** PAGINA SECCIÓN AVISO LEGAL ************************************ */

#AvisoBloque {
	height:900px;
}

#AvisoBloque p {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	letter-spacing:1px;
	color:#000;
}

.avisolegtext1 {
	width:860px;
	margin-top:20px;
	line-height:160%;
}

.avisolegtextlinea1 {
	width:860px;
	margin-top:15px;
	line-height:160%;
}

.avisolegtextaparte {
	width:860px;
	margin-top:8px;
	line-height:160%;
}

.avisolegtextdatosaparte {
	width:860px;
	margin-top:8px;
	margin-left:20px;
	line-height:160%;
	font-weight:600;
}

.avisolegtextdatos {
	width:860px;
	margin-left:20px;
	line-height:160%;
}

.avisolegtextsubtit {
	width:860px;
	margin-top:30px;
	line-height:160%;
}

.strongsubtit {
	font-weight:600;
	color:#124974;
}


/* ************************************************************************************************* */
/* ************************************************************************************************* */