/*  RESET css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }
h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
fieldset, img { border : 0; }
hr, .hide {display: none;}
dt, address, caption, cite, code, dfn, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }

/*  CSS 3 I Explorer*/
header, footer, nav, section, article, aside, figure {
	display: block;}
	
/* LAYOUT
================================== */

body { 
	text-align: center; 
/*	min-width: 775px;*/
	margin: 0;
	padding: 0;  
	margin-top: 15px;
	background: #fdfeff url(../images/bg-body.png) repeat-x
}
#wrapper, #wrapperEng {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	padding: 0 20px 22px 20px ;
	background: #fff url(../images/branding_img_fondo.png) repeat-x ;
	background-position: 0px 6px;
	margin-bottom:16px; /*Para BAJAR enlacePedroimagina*/
	
	-moz-box-shadow: 	0px 0px 12px hsla(0, 0%, 0%, .3);
	-webkit-box-shadow:	0px 0px 12px hsla(0, 0%, 0%, .3);
	box-shadow:				0px 0px 12px hsla(0, 0%, 0%, .3);
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	border-radius:			6px;	
} 
header#prinHeader {
	height: 117px;
	width:100%;
	background:#fff url(../images/fondo-header-familia.png) no-repeat;	
	background-position: 430px 0px ;
	padding: 0px;
	margin-bottom:40px;
}
#brandTxt {
	width:300px;	
	float:left;
}
#cajaClaim {
	width:200px;
	height:74px;
	float:right;
	text-align:right;
	font-size:16px;
	line-height:25px;
	color:#fff;
	font-weight:700;
	background-color:#3675a9;
	margin-top:12px;
	margin-right:-6px;
	padding:10px;
	
	background-image: -moz-linear-gradient(hsla(0,0%,100%,.6), hsla(207,68%,66%,0) 30px);
	background-image: -webkit-gradient(linear, 0 0, 0 30, from(hsla(0,0%,100%,.6)), to(hsla(207,68%,66%,0)));
}
nav {
	float: right;
	margin-top: -10px;
}
#latNav {
	width: 136px;
	float: left;
	margin-top: -10px;
} 
#content { 
	width: 83%;
	float: right;			
	margin-top: -10px;	
	margin-bottom:22px;	
}
#contentLeft{
	width: 428px;
	float: left;
	text-align: justify;   /*  JUSTIFICAR Texto */		
	text-justify: inter-character; /* inter-word solo cambia espacio entre palabras */			
}
#contentRight{ 
	width: 335px;
	float: right;
	margin-top: 23px;
	padding-left:5px;
	margin-left:12px;
} 
footer {
	clear: both;
	width:100%;	
	height:70px;
	font-size: 12px;
	padding-top: 38px;	/*	Para Desplazar el footer y que se vea la Barra Bicolor		*/
	background: #fff url(../images/branding_img_fondo.png) repeat-x left -116px;
} 
#footerLeft { 
 	float: left;
	width:50%;
	text-align: left;
} 
#footerRight{ 
	float: right;
	width:50%;	
	text-align: right;
}
#avisoLegal{
  width: 760px; 
  margin: 0 auto; 
  text-align: justify; 
	text-justify: inter-character; 
  background-color: #fff;
  padding: 40px;
}

/* TEXTO General
================================== */
body {
  font: 110%/1.4 Georgia, "Times New Roman", Times, serif; /*  TAMAŅO Texto */
  /*   font: 110%/1.4 Georgia, "Times New Roman", Times, serif;  TAMAŅO Texto en PIXELES*/
  text-decoration: none;
  color: #003C77;
}

/* _H _TITULARES
================================== */

h1 {
	font-size: 21px;
	line-height: 21px;
	color: #FFFFFF;
	text-align: center; 
	font-weight: normal;
	margin-bottom: 6px;
}
h2 {
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
	text-align: center; 
	font-weight: normal;
	margin-bottom: 5px;
}
p#pNombre {
	font-size: 27px;	
	font-weight:800; 	
	margin-bottom:0;	
}
#h1AboFam	 {
	font-size: 21px;
	color:hsla(207, 52%, 38%, 1);
	text-align: left;
	font-weight:normal; 	
	font-style:normal;
}
h3 {
	font-size: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;	 
	color: #fff;

	background-color: #ffa636;
	text-align:left;	
	margin: 10px 0px 19px 0px;	
	padding: 2px 0px 5px 14px;
	
	-moz-box-shadow: 	0px 3px 12px hsla(0, 0%, 0%, .2);
	-webkit-box-shadow:	0px 3px 12px hsla(0, 0%, 0%, .2);
	box-shadow:				0px 3px 12px hsla(0, 0%, 0%, .2);

	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;		
/*	
	-moz-border-radius-bottomleft:	0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-left-radius:			0px;
	border-bottom-right-radius:		0px;	
*/	
}
h4 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	 
	color: #e6860e;
	font-weight: bold;
	text-align:left;
	margin-top: 16px;
	margin-bottom: 12px;
}
/* Cabecera Pastilla REDONDEADA  */
h5 {
	font-size: 17px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	 	
	font-weight: bold;	 
	color: #fff;
	margin-bottom:13px;
}
p {
	margin-bottom: 17px;
}
/*	
	DropCAP Automatico 
	Primera Letra GRANDE del p que va justo despues de h4	*/
h4 + p:first-letter { 
	float: left; 
	color:hsla(207, 52%, 44%, 1) ; 
	font-size: 53px; 
	line-height: 40px; 
	padding-top: 4px; 
	padding-right: 6.2px; 
	padding-left: 3px;
	font-family: Georgia;
  text-transform:uppercase;
}

.txtOrange{
	color: #f18600;
}
/* 				Novedades Legislativas	 */
.listaNovLegis{
	border: 1px solid #949494; /* OK en FireFox */
	background-color: #fafafa;	/* Gris Muy CLARO	 */
	padding: 12px;
	padding-bottom: 6px;
	margin-bottom: -30px;
	text-align: left; 		
}
.fuenteNovLeg {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: bold;		
	color: #f18600;
	text-align: left; 	
}
.txtJustificado{
	text-align: justify;   /*  JUSTIFICAR Texto */		
	text-justify: inter-character;
}
.txtIzda{
	text-align: left;		
}
 /*  _Articulos PRENSA */	
 	
section.prensa p {
	text-align: justify;
	text-justify: inter-character; 
	font-size: 93.5%;	
}
.pieFotoDer{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 13px;
	margin-top:12px;
	margin-bottom:12px;	
	clear:both;
	text-align:right; 		
}
.pieFotoGeneral{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	text-align:left;		
}
.txtPeque {
	font-size:14px;
	text-decoration: none;
	text-align:left;
}
#subirMenu{
	clear:both;
	text-align: right;
}
.subir {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
}
div#enlacePedroimagina{
	clear:both;
	margin-bottom:16px; /*	Para BAJAR FIN de Navegador		*/
	padding:6px;
	text-align:center;
}
div#enlacePedroimagina a:link , div#enlacePedroimagina a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;		
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;	
}
.imagenVolverIzd{
	position: relative;
	top: 30px;
	right: 120px;
}
.imagenDerecha{
	float: right;
	margin-top: 46px;
	margin-bottom: 7px;
	margin-left: 10px;	
}
.imagenIzquierda{
	float: left;
	margin-top: 6px;	
	margin-right: 12px;
	margin-bottom: 0px;	
}
/*	_ENLACES de Toda la pagina	
																*/
a:link, a:visited {
	color: #0f7fdb;
	text-decoration:none;
	font-weight: bold;	
}
#content  a:hover {
	color: #ffa636;
}
a[href^="mailto:"]:before { 
	content: "\2709"; 
	padding: 3px 9px 6px 6px;
	font-size:21px;
	line-height:12px;
	border: 1px solid #ccc;
	background-color: #fff;
	position: relative;
	float:right;
	width:20px;
	text-decoration: none;
	color: #184761;
	vertical-align:top;
}
.iconPhone:before { 
	content: "\2706";
	font-size:225%;	
	color: hsla(198, 92%, 57%, 1);	}
	
.iconPhone { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:127%;	
	font-weight:bold; 
	color: hsla(201, 94%, 36%, 1);	
	padding-left: .58em; }	
	
p#textoHome {
	padding-top:31px;
}
.texShadow {
	text-shadow:1px 1px 3px hsla(0, 0%, 0%, .3);
}
.boxShadow{
	-moz-box-shadow: 	0px 0px 12px hsla(0, 0%, 0%, .3);
	-webkit-box-shadow:	0px 0px 12px hsla(0, 0%, 0%, .3);
	box-shadow:				0px 0px 12px hsla(0, 0%, 0%, .3);
}
.boxRadius {
	-moz-border-radius:		11px;
	-webkit-border-radius:	11px;
	border-radius:				11px;
}

/* 	_Nav Menu SUP
================================== */

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;  
	background-color: #FAA819;  
}
nav ul li {
	text-align:center;
    width: 80px; /* Para que salga HORIZONTAL en IE 6 */
	margin: 0;		
	float: right;
}
nav ul li.idioma{
    width: 120px;
}
nav a, nav a:visited{
	display: block;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0f7fdb;		/*		#3f4f73;	Azul OSC		*/
	line-height: 16px;		
	text-decoration: none;
	padding: 0 5px 0 5px	
}
nav a:hover{
	color: #FFF;
	background-color: #3675a9;	
}
/* _Menu Lat IZQUIERDO
================================== */

#latNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#latNav li {
 	display: inline; /* :KLUDGE: Removes large gaps in IE/Win */
}
#latNav a, #latNav a:visited{
	width: 132px;
	height: 40px;
	display: block;	
	border: 1px solid #ff8f00;
	-moz-border-radius:		7px;
	-webkit-border-radius:	7px;
	border-radius:				7px;
	-moz-box-shadow: 	0px 0px 5px hsla(0, 0%, 0%, .3);
	-webkit-box-shadow:	0px 0px 5px hsla(0, 0%, 0%, .3);
	box-shadow:				0px 0px 5px hsla(0, 0%, 0%, .3);	
	background-color:#fff	;
	background-image: -moz-linear-gradient(hsla(0,0%,100%,0) , hsla(237, 2%, 83%,.4) 30px);
	background-image: -webkit-gradient(linear, 0 0, 0 30, from(hsla(0,0%,100%, 0)), to(hsla(237, 2%, 83%, .4)));	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #003C77;
	text-decoration: none;
/*	background: #fff url(../images/menu_lat_pastilla.gif) no-repeat left top;*/
	padding: 3px 0px 0px 5px;
	margin-bottom:10px;
}
#latNav a:hover{
	color: #ffffff;
	background-color:#ff8f00; 
}
#despacho 	#latNav  #li_despacho a,
#areas 			#latNav  #li_areas a,
#elegir 		#latNav  #li_elegir a, 
#novedades 	#latNav  #li_novedades a,
#preventivo #latNav  #li_preventivo a,
#enlaces 		#latNav  #li_enlaces a, 
#prensa 		#latNav  #li_prensa a, 
#consultas 	#latNav  #li_consultas a {		
	color: #ffffff;
	background-color: #3675a9;	/*	AZUL Acerado 	*/
	border-color: #3675a9;
		/*	_DEGRADADOS */
	background-image: -moz-linear-gradient(hsla(0,0%,100%,.6), hsla(207,68%,66%,0) 30px);
	background-image: -webkit-gradient(linear, 0 0, 0 30, from(hsla(0,0%,100%,.6)), to(hsla(207,68%,66%,0)));
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9dcef7, endColorstr=#3675a9)";	*/
	cursor:default;
}

/* _Menu DERECHO Nuestro Despacho y Areas Especializacion
========================================
																						*/
#menuRight {
	width: 83%;
	float: right;
	border: 1px solid #949494;
	background-color: #f8f8f8;
	padding: 6px 10px;
	margin-top: 44px;
	margin-bottom: 10px;
	
	-moz-box-shadow: 	0px 0px 12px hsla(0, 0%, 0%, .3);
	-webkit-box-shadow:	0px 0px 12px hsla(0, 0%, 0%, .3);
	box-shadow:				0px 0px 12px hsla(0, 0%, 0%, .3);	
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
	border-radius:				4px;		
}
#menuRight ul {
  list-style-type: disc;
  margin:6px 0 6px 15px;
}
#menuRight li {
	margin-bottom: 5px;
 	display: inline; /* :KLUDGE: Removes large gaps in IE/Win */
}
#menuRight a, #menuRight a:visited{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	color: #003C77;
	text-decoration: none;
	padding: 3px 3px 9px 3px;
}
#menuRight a:hover{
	color: #ffffff;
	background-color: #ffa636;
}

/* Caja Redondeada CSS  para SITUACION	*/

#cuadroDireccion {
  width: 275px;
  float: right;
  background-color:#ffa636;
  margin-top: 77px;
  padding:20px;
}
#cuadroDireccion p {
  font-size: 16px;
  padding: 0 10px 10px 20px;
}
#cuadroDireccion  a {
	color: #0f7fdb;
	font-weight: bold;	
}
#cuadroDireccion a:hover {
	color: #fff;
}
 /* Articulos de PRENSA */
 section.prensa article {	/*	DEBERIA SER section#prensa article */
	clear:both;	
	background-color: #f8f8f8;	
	border: 1px solid #e1e1e1;
	padding: 9px 18px 6px 23px;
	margin: 0px 12px 25px 0px;
	
	-moz-box-shadow: 	0px 0px 12px hsla(0, 0%, 0%, .3);
	-webkit-box-shadow:	0px 0px 12px hsla(0, 0%, 0%, .3);
	box-shadow:				0px 0px 12px hsla(0, 0%, 0%, .3);	
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
	border-radius:				4px;		
}
section.prensa article p.fuenteArticulo {	/*	DEBERIA SER section#prensa article  p.fuenteArticulo  */
	font-family: Helvetica, Arial, Verdana, sans-serif;	
	font-size: 18.5px;	
	color: #0f7fdb;
	text-align: left; 	
}
section.prensa article a:link , section.prensa article a:visited {	/*	DEBERIA SER section#prensa article  p.fuenteArticulo  */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;	
	display:block;	
	float: right;
	width:132px;
	border:5px solid #fff;	
	background-color: #3675a9;	
	color:#fff;
	padding:6px 12px 6px 17px;		
	margin:14px 0px 9px 0px;
		
	-moz-border-radius:		9px;
	-webkit-border-radius:	9px;
	border-radius:				9px;		
	/*	_DEGRADADOS */
	background-image: -moz-linear-gradient(hsla(0,0%,100%,.6), hsla(207,68%,66%,0) 20px);
	background-image: -webkit-gradient(linear, 0 0, 0 20, from(hsla(0,0%,100%,.6)), to(hsla(207,68%,66%,0)));	
}
/* Clear Floated Elements ACTUALIZADO May 2013 IE 8 and up
-----------------------------------------------------------*/
.group:after {
  content: "";
  display: table;
  clear: both;}
.skip {display: none}
 
 /* SOCIAL Buttons Compartir y Seguir
-----------------------------------------------------------*/

body {
	padding-top:31px;
}
div#compartirIcons {
	clear:both;	
}
div#compartirIcons a:link {
	display: inline-block; 
	vertical-align:bottom;
	margin-left:12px;
}
div#socialFollow {
	width: 100%;
	position:absolute;
	top:7px;	
	text-align:right;		
}
p#socialIconsFollow {
	font-size:0px;
	width: 100%;	
	max-width:1115px;				
	margin:0 auto;	
	margin-bottom:0px;	
/*	float:right;	  text-align NO, porque aparecen los textos	*/		
}
p#socialIconsFollow a:link {
	display: inline-block; 
	vertical-align:bottom;
	margin-left:12px;
}
/*

CSS Social Icons
By: Nick La (@nickla)
http://webdesignerwall.com/tutorials/css-social-buttons

Version: 1.0

*/

/************************************************************************************
SOCIAL LINK a.sb
*************************************************************************************/
a.sb,
.sb a {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -900em;
	color: #333;
	text-decoration: none;
	line-height: 100%;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0 2px 5px 0;
	
	/* default button color */
	background-color: #ececec;
	border: solid 1px #b8b8b9;
	
	/* default box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);

	/* default border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
/* for IE */
*:first-child+html a.sb,
*:first-child+html .sb a {
	text-indent: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}


/* SB LIST
================================================ */
.sb {
	margin: 0;
	padding: 0;
}
.sb li {
	margin: 0;
	padding: 0;
	display: inline;
}


/* SIZES
================================================ */
/* small */
a.sb.small,
.sb.small a {
	width: 26px;
	height: 26px;
	font-size: 90%;
}

/* large */
a.sb.large,
.sb.large a {
	width: 40px;
	height: 40px;
	font-size: 120%;
}


/* GRADIENTS
================================================ */

/* default gradient */
a.sb.gradient,
.sb.gradient a {
	background-color: transparent !important;
}
a.sb.gradient:after,
.sb.gradient a:after {
	padding: 1px;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: -1;
	
	-webkit-box-shadow: inset 0 2px 0 rgba(255,255,255,.3);
	-moz-box-shadow: inset 0 2px 0 rgba(255,255,255,.3);
	box-shadow: inset 0 2px 0 rgba(255,255,255,.3);

	/* default gradient */
	background: -moz-linear-gradient(to bottom, #eeeeee 0%, #d2d2d2 100%);
	background: -webkit-linear-gradient(to bottom, #eeeeee 0%, #d2d2d2 100%);
	background: linear-gradient(to bottom, #eeeeee 0%, #d2d2d2 100%);
}

/* glossy style */
a.sb.glossy:before,
.sb.glossy a:before {
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	
	/* glossy overlay */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.2) 100%);
	background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.2) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.2) 100%);
}

/* IMG de Fondo Icons
================================================ */

a.sb.googleplus {
	background-image: url(../images/icon-social-googleplus.png);
}
a.sb.twitter{
	background-image: url(../images/icon-social-twitter_bird.png);
}
a.sb.facebook {
	background-image: url(../images/icon-social-facebook.png);
}
a.sb.linkedin {
	background-image: url(../images/icon-social-linkedin.png);
}
a.sb.youtube {
	background-image: url(../images/icon-social-youtube.png);
}
a.sb.email {
	background-image: url(../images/icon-social-email.png);
}
/* 	-------------------	  MEDIA QUERIES ---------------- */

/* 	-------------------	  Para MOVILES---------------- */
@media screen and (max-width: 480px) {

/*	OCULTAR Elementos		display: none;	*/
	header img{
		width:100%;
		min-width:320px;
		height:auto; 		
		overflow:hidden;
		margin-bottom: 12px;			
	}
	header {
		background-image:none;
	}	
/*	QUITAR Columnas		*/	
	#contenedor, header#prinHeader, #brandTxt , #cajaClaim, nav, section, aside, footer, #wrapper, #wrapperEng,  #latNav, #content, #contentLeft, #contentRight, #footerLeft, #footerRight, #avisoLegal {
		float: none;
		width: auto;	/*	Si ponemos width 100% y margin o padding sale SCROLL HORIZONTAL	*/		
		height:auto; 
		margin: 0 ;/*!important; */
		padding: 0;	/* !important; */		
		text-align: left;
		margin-bottom: 12px;
		padding-left:0px;
		}

/*	Ajustar Encabezados H1 H2	*/		
	h1, h2{
		width: auto;		
		font-size: 16px;
		text-align: left;
		padding-left:15px;
	}
	#h1AboFam {
		padding-left:0;
	}		
	h2 {	
		margin-bottom: 10px;
	}
	header#prinHeader {	
		padding-left:10px;	
		margin-bottom: 6px;
	}		
	#cajaClaim {	
		padding:15px;
		margin-bottom:0px;		
	}			
	 #contentLeft, #contentRight {
		width:auto;
		padding:0 6px 0 9px;
	 }
	 #footerLeft, #footerRight {
		width:auto;		
		margin: 0;		 
		padding:0 0 15px 12px;	 
	 }
 	#footerLeft {
		padding-top:25px;
	}
	#subirMenu a:link , #subirMenu a:visited { 
		margin-top:32px;
		margin-bottom:32px;		
		padding: 22px 15px;	/* AGRANDAR Btn Contacto */	
		font-size: 17px;			 
	 }
	div#enlacePedroimagina a:link , div#enlacePedroimagina a:visited { 
		padding: 18px 12px;	/* AGRANDAR Btn Contacto */	
		font-size: 13px;			 
	 }	 
	div#enlacePedroimagina { 
		margin-top:24px;	 
	 }	
/*	Ajustar IMAGENES SOLO las de Contenido y JPG  - NO Icons img[src$=".jpg"]  */		 
	img[src$=".jpg"] {
		float: none;
		margin: 0 !important;
		padding: 0;	/* !important; */		
		text-align: left;	
		width:100%;
		height:auto; 				
		overflow:hidden;
		margin-bottom:7px;	
		min-width:320px; /* Tamano MIN por debajo SAle SCROLL */			
	}	 	
	.imagenVolverIzd{
		position: relative;
		top: 0px;
		right: 0px;
	}	
	.imagenDerecha{
		float: none;
		margin-top: 9px;
		margin-bottom: 9px;
	}	
	.pieFotoDer{
		margin:0px;
		clear:both;
		text-align:left; 		
	}			
	/*	Ajustar MENU	*/	
	nav ul li {	
		float: none;
		width:auto;
		margin-bottom:9px;				
	}
	nav ul li a {
		height:43px;					
		float: none;		
		width: auto;	
		padding-top: 7px;	
		border-bottom:#003366 solid 1px;					
	}	
	nav ul li.idioma{
		width: 100%;
	}
	/* _Menu Lat DERECHO
	================================== */
	
	#latNav li {
		display: block;
	}
	#latNav a, #latNav a:visited{
		width:auto;
		height: 46px;
		display: block;	
	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 15px;
		line-height: 17px;
		margin-bottom:5px;
		padding: 5px 0px 4px 12px;
	}
	#menuRight {
		width:auto;
		float: none;
		padding: 3px 5px;
		margin-top: 4px;
		margin-bottom: 9px;	
	}
	#menuRight ul {
	  margin:9px 0 4px 4px;
	}
	#menuRight li {
		margin-bottom: 12px;
	}
	#menuRight a, #menuRight a:visited{
		font-size:14px;	
		padding: 7px 4px 12px 9px;
	}
	/* _Menu Right
	================================== */
	#menuRight a, #menuRight a:visited{	
		height: 40px;
	}
}
/*
==== Paleta de _COLOR		*/

/*
	hsla(207, 52%, 44%, 1) ;	/* 3675a9  PRIMARIO Azul */
/*	
	hsla(352, 69%, 62%, 1) ;	/* ACENTO PRIMARIO Ladrillo 	*/
/*	
	hsla(33, 100%, 61%, 1)	;	/* ffa636 SECUNDARIO Naranja */			

/*	
	hsla(207, 52%, 38%, 1);	/* AZUL Osc TXT	*/

/*	
	hsla(199, 57%, 6%, 1);	/* TEXTO Osc */ 