@charset 'UTF-8';

html{font-size: 16px;}
html{-webkit-text-size-adjust: none;}

body{background: url('assets/white_wall_bg.png');}

/* body{background: lightgrey;} */

/* body{box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;} */
/* body{background: red;} */


/*
colors:
-------

red: #8e2026
R: 142
G: 32
B: 38

blue: #165e76

darkblue: #061624

bluegray-01: #8aabb5
bluegray-02: #165e76
bluegray-03: #0e3a4d

gray-01: #c0bfc0
gray-02: #82878c
gray-03: #444f58

bgbase: #fef8f4

*/





/* GLOBAL --------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* .color-primary{color:red;} */

/* #panel-topheader-background,  */

#panel-topheader, #panel-dropdown-nav-menu{
	position: fixed;
	
	top: 0;
	left: 0;
	
	width: 100%;
	
	min-height: 5.5em;
	
	/* background-color: lightgrey; */
}


#panel-topheader{

	/* background-color: #fef8f4; */
	background-color: white;
	
	/* background-color: lightgrey; */
	/* opacity: .75; */
	/* border-bottom: 1em solid rgba(76, 175, 80, 0.1); */
	
	border-bottom: 1px solid #8e2026;
	
	/* box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; */
	/* box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; */
	
	box-shadow: 0 .25em .125em rgba(142, 32, 38, .125); -moz-box-shadow: 0 .25em .125em rgba(142, 32, 38, .125); -webkit-box-shadow: 0 .25em .125em rgba(142, 32, 38, .125);
	
	z-index: 7;
	
	/* display:none; */
}



.alert-bg{
	position: fixed;
	
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	opacity: .125;
	
	background-color: #061624;
	/* background-color: #ffffff; */
	
	display: none;
}

#panel-dropdown-nav-menu{
	z-index: 3;
}

#container-topheader, #container-dropdown-nav-menu, #container-body, #panel-footer{
	max-width: 1280px;
	
	margin-left: auto;
	margin-right: auto;
	
	padding: 0 2em;
	
	/* display:block; */
	/* background-color:green; */
	
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	/* z-index: 1; */
}

#container-topheader{
	/* background-color: lightgray; */
}

#container-dropdown-nav-menu{
	/* float: right; */
	/* widht: 100%; */
	/* color: red; */
	/* background-color: lightgray; */
	/* display: none; */
	/* position: relative; */
	
	/* display: inline-block; */
	
	/* position: relative; */
	/* display: inline-block; */
	
	/* background-color: lightgray; */
}

#container-body{
	border: 1px solid #8aabb5;
	
	/* background-color: #fef8f4; */
	background-color: white;
	
	box-shadow: 0 0 .25em rgba(142, 32, 38, .5); -moz-box-shadow: 0 0 .25em rgba(142, 32, 38, .5); -webkit-box-shadow: 0 0 .25em rgba(142, 32, 38, .5);
	/* background-color: azure; */
}

#container-presentacion-silvina-martinez, #container-presentacion-sam-asociados{
	/* display: block; */
	position: relative;
	
	/* position: initial; */
	
	/* top: 0; */
	/* left: 0; */
	
	width: 100%;
	
	/* z-index: 1; */
	
	/* background-color: lightgrey; */
}

.container-bg-silvina-martinez, .container-bg-sam-asociados{
	position: static;
	/* top: 0; */
	/* left: 0; */
	/* background-color: red; */
}

.container-texto-silvina-martinez, .container-texto-sam-asociados{
	/* position: absolute; */
	
	position: absolute;
	
	top: 0;
	/* bottom: 0; */
	
	/* left: 0; */
	/* right: 0; */
	
	/* height: 100%; */
	/* width: 100%; */
	
	/* width: 100%; */
	
	/* z-index: 3; */
	
	/* background-color: blue; */
}

#container-tweets-01, #container-tweets-02, #container-tweets-03{
	display: none;
}

#container-mapa{
	display: block;
	width: 100%;
	/* height: 0; */
	/* padding-bottom: 56.25%; */
	/* padding-bottom: 80%; */
	/* position: relative; */
}

#container-mapa iframe{
	display: block;
	/* position: absolute; */
	width: 100%;
	/* height: 100%; */
}

header{
	margin-top: 1em;
	float: left;
	/* border: 1px solid black; */
	/* background: aliceblue; */
}

nav{
	float:right;
	margin-top: 2em;
	margin-bottom: 1em;
	/* overflow: hidden; */
	/* border: 1px solid black; */
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	/* background: aliceblue; */
}


.dropdown-nav-menu{
	position: relative;
	display: inline-block;
	
	float: right;
	/* top: -12.5em; */
}


.dropdown-nav-menu-content{
	/* position: absolute; */
	/* position: relative; */
	/* display: inline-block; */
	/* left: 3em; */
	/* bottom: -12.5em; */
	
	display: none;
	width: 14em;
	
	/* right: 14em; */
	/* width: 18em; */
	/* right: 3em; */
	/* width: 20em; */
	/* height: 20em; */
	
	margin-top: 5.5em;
	margin-right: -1em;
	
	/* float: right; */
	
	padding-top: 2em;
	padding-left: 1em;
	padding-bottom: .5em;
	
	/* margin-left: auto; */
	/* margin-right: auto; */

	/* top: 0; */
	/* left: 0; */
	
	/* min-height: 5.5em; */
	
	/* background-color: lightgrey; */
	/* opacity: 0; */
	/* border-bottom: 1em solid rgba(76, 175, 80, 0.1); */

	border: 1px solid #c0bfc0;
	
	box-shadow: 0 0 .25em rgba(130, 135, 140, .75); -moz-box-shadow: 0 0 .25em rgba(130, 135, 140, .75); -webkit-box-shadow: 0 0 .25em rgba(130, 135, 140, .75);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;

	background-color: #fefbf9;
	
	z-index: 5;
}

/*
.show-dropdown-nav-menu{
	display: block;
	opacity: 1;
	transition: .5s ease;
}
*/


.show-dropdown-nav-menu{display: block;}

.show-panel-alert-bg{display: block;}

/* .no-show-panel-alert-bg{display: none;} */




#panel-footer{
	/* color: blue; */
	/* background-color: #fef8f4; */
	/* background-color: lightgrey; */
	/* opacity: .75; */
	/* border-bottom: 1em solid rgba(76, 175, 80, 0.1); */
	/* border-bottom: 1px solid #8e2026; */
	
	border-top: 1px solid #061624;
	
	/* box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; */
	/* box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; */
	/* box-shadow: 0 .25em .125em rgba(142, 32, 38, .125); -moz-box-shadow: 0 .25em .125em rgba(142, 32, 38, .125); -webkit-box-shadow: 0 .25em .125em rgba(142, 32, 38, .125); */
	/* box-shadow: 0 0 .25em rgba(130, 135, 140, .75); -moz-box-shadow: 0 0 .25em rgba(130, 135, 140, .75); -webkit-box-shadow: 0 0 .25em rgba(130, 135, 140, .75); */
	/* z-index: 7; */
	/* display:none; */
	/* background-color: #c0bfc0; */
	
	margin: 0;
	padding: .5em 0 .5em;
}


/* SEPARADORES ------------------------------------------------------------------------------------------------------ */


#separador-superior{height: 10em;}

/* #separador-inferiorX{height: 4em;} */
#separador-inferior{background-color:green;}

#separador-superior-destacado{height: 16em;}
/* #separador-superior-destacado{background-color:blue;} */

#separador-inferior-destacado{height: 8em;}
/* #separador-inferior-destacado{background-color:red;} */

#separador-superior-presentacion{height: 8em;}

#separador-superior-logo-la-nacion{height: 4em;}
#separador-inferior-logo-la-nacion{height: 4em;}

#separador-inferior-libros{height: 4em;}


#separador-inferior-footer{height: 8em;}
/* #separador-inferior-footer{background-color:gray;} */


/* COMMON ----------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */


/* FONTS ------------------------------------------------------------------------------------------------------------ */

/*
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/s/droidsans/v6/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff) format('woff'),
	url('http://fonts.muymioid.com.ar/DroidSans.ttf') format('truetype');
}
*/


@font-face {
	font-family: 'Volkhov';
	src: url('fonts/Volkhov-Italic.eot');
	src: url('fonts/Volkhov-Italic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Volkhov-Italic.woff') format('woff'),
		 url('fonts/Volkhov-Italic.ttf') format('truetype'),
		 url('fonts/Volkhov-Italic.svg#Volkhov-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Droid Serif';
	src: url('fonts/DroidSerif-Regular-webfont.eot');
	src: url('fonts/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/DroidSerif-Regular-webfont.woff') format('woff'),
		 url('fonts/DroidSerif-Regular-webfont.ttf') format('truetype'),
		 url('fonts/DroidSerif-Regular-webfont.svg#droid_serifregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Droid Serif';
	src: url('fonts/DroidSerif-Italic-webfont.eot');
	src: url('fonts/DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/DroidSerif-Italic-webfont.woff') format('woff'),
		 url('fonts/DroidSerif-Italic-webfont.ttf') format('truetype'),
		 url('fonts/DroidSerif-Italic-webfont.svg#droid_serifitalic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Droid Serif';
	src: url('fonts/DroidSerif-Bold-webfont.eot');
	src: url('fonts/DroidSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/DroidSerif-Bold-webfont.woff') format('woff'),
		 url('fonts/DroidSerif-Bold-webfont.ttf') format('truetype'),
		 url('fonts/DroidSerif-Bold-webfont.svg#droid_serifbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Droid Serif';
	src: url('fonts/DroidSerif-BoldItalic-webfont.eot');
	src: url('fonts/DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'),
		 url('fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
		 url('fonts/DroidSerif-BoldItalic-webfont.svg#droid_serifbold_italic') format('svg');
	font-weight: bold;
	font-style: italic;
}

@font-face {
    font-family: 'Droid Sans';
    src: url('fonts/DroidSans-webfont.eot');
    src: url('fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSans-webfont.woff') format('woff'),
         url('fonts/DroidSans-webfont.ttf') format('truetype'),
         url('fonts/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Sans';
    src: url('fonts/DroidSans-Bold-webfont.eot');
    src: url('fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/DroidSans-Bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}


/* TEXTO ------------------------------------------------------------------------------------------------------------ */


h1,h2,h3,h4,h5,h6{
	/* font-family: Georgia, serif; */
	/* font-family: 'Droid Serif', serif; */
	/* font-family: 'Droid Sans', sans-serif; */
	/* font-family: 'Volkhov', serif; */
	font-weight: bold;
	/* line-height:1; */
	/* background-color: red; */
}

/*h1{font-size:300px;}*/

h1{
	font-size: 2em;
	font-family: 'Volkhov', serif;
	font-weight: bold;
	font-style: italic;
	
	line-height:1;
	
	padding-bottom: .1em;
	
	color: #165e76;
	
	/* border-bottom: 1px solid black; */
	border-bottom: 1px solid #8e2026;
	
	/* background-color: gray; */
}

h2{
	font-size: 1.5em;
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	
	line-height: 1.125em;
	
	padding-bottom: .125em;

	margin-bottom: 1em;
	
	/* color: #8e2026; */
	color: #061624;
	
	/* border-bottom: 1px solid #8e2026; */
	
	/* border-bottom: 1px solid #165e76; */
	border-bottom: 1px solid #8e2026;
	
	/* background-color: gray; */
}


h3{
	font-size: 1.25em;
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	
	line-height: 1.125;
	
	margin-bottom: 1em;
	
	/* color: #8e2026; */
	color: #061624;
	
	/* background-color: gray; */
	
	/* border-bottom: 1px solid #8e2026; */
}

	


p, ol, ul{
	/* font-family: Georgia, serif; */
	font-family: 'Droid Serif', serif;
	/* font-family: 'Volkhov', serif; */
	/* font-size: 100%; */
	/* font-size:18px; */
	font-weight: normal;
	/* color:#0072bc; */
	/* color: dimgrey; */
	/* color: #404040; */
	/* color: #606060; */
	
	color: #061624;
	
	line-height: 1.5;
	/* line-height: 1; */
	/* text-align: justify; */
	/* background-color: lightgrey; */
}

p.tagline-profesiones{
	font-family: 'Droid Sans', sans-serif;
	font-size: 90%;
	letter-spacing: .25em;
	/* letter-spacing: 125%; */
	text-align: center;
	/* color: red; */
}

p.texto-error{
	/* color: #8e2026; */
	/* color: red; */
}


i{font-style: italic;}
b{font-weight: bold;}
strong{font-weight: bold;}

br{line-height:1;}

a{
	/* font-family: Georgia, serif; */
	/* font-size: 100%; */
	/* font-weight: normal; */
	text-decoration: underline;
}

button{
	/* width: 100%; */
	/* height: 100%; */
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	display: inline-block;

	cursor: pointer;
	
	/* line-height: 1; */
	/* box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; */
	
	background-color: transparent;
	
	/* background-color: red; */
}


a.link-logo{
	text-decoration: none;
}


#container-button-mas-informacion{
	display: flex;
	justify-content: center;
	/* background-color:red; */
}
 #container-button-submit{
	display: flex;
	justify-content: right;
}

.button-mas-informacion, .button-submit, .button-submit-disabled{
	/* width: 10em; */
	
	font-family: 'Droid Sans', sans-serif;
	letter-spacing: .125em;
	text-decoration: none;
	/* font-size: 1em; */
	/* line-height: 1em; */
	
	text-align: center;
	
	padding: .5em 1em;
	
	/* display: flex; */
	/* display: inline-block; */
	/* justify-content: center; */
	
	/* border: 1px solid #165e76; */
	/* border-radius: .25em; */
	
	/* box-shadow: 0 0 .25em rgba(22, 94, 118, .5); -moz-box-shadow: 0 0 .25em rgba(22, 94, 118, .5); -webkit-box-shadow: 0 0 .25em rgba(22, 94, 118, .5); */
	/* box-shadow: 0 0 .25em rgba(142, 32, 38, .5); -moz-box-shadow: 0 0 .25em rgba(142, 32, 38, .5); -webkit-box-shadow: 0 0 .25em rgba(142, 32, 38, .5); */
	
	border: 1px solid;
	-webkit-border-radius: .25em; -moz-border-radius: .25em; border-radius: .25em;
	-webkit-transition: .5s ease; -moz-transition: .5s ease; -o-transition: .5s ease; transition: .5s ease;
	
	background-color: #fff;
}



ol, ul {
	/* list-style-type: disc; */
	list-style-type: upper-roman;
	list-style-position: outside;
	/* padding-top: 5em; */
	padding-left: 2em;
	/* font-family: 'Droid Serif', serif; */
	/* line-height: 1.25; */
}


ul {
	list-style-type: disc;
}

li{
	/* padding-top: .5em; */
	margin-bottom: 1em;
	
	/* background-color: gray; */
}

span.versalita{
	/* color: red; */
	font-size: 90%;
}



/* TEXTO DESTACADO ---------------------------------------------------------- */

h2.destacado-portada, h2.destacado-portada-sam-asociados{
	font-family: 'Volkhov', serif;
	
	font-weight: bold;
	font-style: italic;
	
	font-size: 2.25em;
	
	/* text-align: center; */
	
	/* padding-bottom: .125em; */
	margin-bottom: .25em;
	
	color: #165e76;
	
	/* border-bottom: 1px solid #165e76; */
	border-bottom: 1px solid #8e2026;
}

h2.destacado-portada-sam-asociados{
	
	text-align: center;
	
	/* width: 80%; */

	/* margin-left: auto; */
	/* margin-right: auto; */
}

h3.tagline-estudio-juridico-consultoria{
	font-family: 'Droid Sans', sans-serif;
	font-size: 1.125em;
	letter-spacing: .25em;
	/* letter-spacing: 125%; */
	text-align: center;
	
	/* margin-bottom: 1.5em; */
	
	color: #165e76;
	/* color: red; */
}

p.texto-destacado-portada, p.texto-destacado-publicaciones{
	font-size: 1.25em;
	/* background-color:red; */
}

p.texto-destacado-publicaciones-titulo{
	font-size: 200%;
	line-height: 125%;
	/* font-size: 2.25em; */
}


p.texto-volanta-publicaciones{
	color: #165e76;
}

p.dato-publicaciones{
	color: #165e76;
}





/* LINKS -------------------------------------------------------------------- */


/*
a:link{color: blue;}
a:visited{color: red;}
a:hover{color: green;}
a:active{color: black;}
*/

a.link-logo:link{color: #165e76;}
a.link-logo:visited{color: #165e76;}
a.link-logo:hover{color: #165e76;}
a.link-logo:active{color: #165e76;}

a:link{color: #165e76;}
a:visited{color: #0e3a4d;}
a:hover{color: #8e2026;  -webkit-transition: .5s ease; -moz-transition: .5s ease; -o-transition: .5s ease; transition: .5s ease;}
a:active{color: #8e2026;}

a.link-nav-button:link{color: #8aabb5;}
a.link-nav-button:visited{color: #8aabb5;}
a.link-nav-button:hover{color: #8e2026;  -webkit-transition: .5s ease; -moz-transition: .5s ease; -o-transition: .5s ease; transition: .5s ease;}
a.link-nav-button:active{color: #8aabb5;}

a.active-nav-button:link{color: #165e76;}
a.active-nav-button:visited{color: #165e76;}
a.active-nav-button:hover{color: #8e2026; -webkit-transition: .5s ease; -moz-transition: .5s ease; -o-transition: .5s ease; transition: .5s ease;}
a.active-nav-button:active{color: #8e2026;}

input[type=submit].button-submit{color: #165e76;}
input[type=submit].button-submit:hover{color: #8e2026; -webkit-transition: .5s ease; -moz-transition: .5s ease; -o-transition: .5s ease; transition: .5s ease;}
input[type=submit].button-submit:active{color: #8e2026;}


input[type=submit].button-submit-disabled{color: #c0bfc0;}

/* input[type=submit].button-submit{} */
/* input[type=submit].button-submit:visited{color: red;} */
/* input[type=submit].button-submit:hover{color: blue;} */
/* input[type=submit].button-submit:active{color: pink;} */

/* input[type=submit]{background-color: red;} */


a.button-mas-informacion:link, input[type=submit].button-submit{
	/* border: 1px solid #165e76; */
	border-color: #165e76;
	/* border-radius: .25em; */
	box-shadow: 0 0 .25em rgba(22, 94, 118, .5); -moz-box-shadow: 0 0 .25em rgba(22, 94, 118, .5); -webkit-box-shadow: 0 0 .25em rgba(22, 94, 118, .5);
	/* transition: .5s ease; */
	/* border:10px; */
}

a.button-mas-informacion:visited{
	/* border: 1px solid #165e76; */
	border-color: #165e76;
	/* border-radius: .25em; */
	box-shadow: 0 0 .25em rgba(22, 94, 118, .5); -moz-box-shadow: 0 0 .25em rgba(22, 94, 118, .5); -webkit-box-shadow: 0 0 .25em rgba(22, 94, 118, .5);
	/* transition: .5s ease; */
}

a.button-mas-informacion:hover, input[type=submit].button-submit:hover{
	/* border: 1px solid #8e2026; */
	border-color: #8e2026;
	/* border-radius: .25em; */
	box-shadow: 0 0 .25em rgba(142, 32, 38, .5); -moz-box-shadow: 0 0 .25em rgba(142, 32, 38, .5); -webkit-box-shadow: 0 0 .25em rgba(142, 32, 38, .5);
	/* transition: .5s ease; */
	/* border-color:green; */
}

a.button-mas-informacion:active, input[type=submit].button-submit:active{
	/* border: 1px solid #165e76; */
	border-color: #8e2026;
	/* border-radius: .25em; */
	box-shadow: 0 0 .25em rgba(22, 94, 118, .5); -moz-box-shadow: 0 0 .25em rgba(22, 94, 118, .5); -webkit-box-shadow: 0 0 .25em rgba(22, 94, 118, .5);
	/* transition: .5s ease; */
}



/* nav ul li.wa-nav-button:hover .button-overlay-wa, nav ul li.ham-nav-button:hover .button-overlay-ham { */
/* nav ul li.wa-nav-button:hover, nav ul li.ham-nav-button:hover { */

/* .button-overlay-wa:hover, .button-overlay-ham:hover, .button-overlay-ham:focus{ */

/* .click-nav-button-ham:hover, .click-nav-button-ham:focus{ */

/*
.click-nav-button-ham:hover{
  opacity: 1;
  transition: .5s ease;
}
*/





.button-overlay-sn:hover, .button-overlay-ham:hover, .button-overlay-ham:focus{
	opacity: 1;
}

/*
.button-sn:hover{
	opacity: 0;
}
*/


/* .click-nav-button-ham:hover{background-color: #2980B9;} */



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

nav ul, .dropdown-nav-menu-content ul{
	/* padding-top: 1em; */
	padding-left: 0;
	
	list-style-type: none;
	
	/* text-decoration: none; */
	/* float: left; */
	/* background-color:grey; */
}

nav ul li{
	float: left;
	
	/* width: 10em; */
	margin-left: 0;
	
	/* padding-top: 1em; */
	
	line-height: 1;
	
	/* padding: .5em 0 .5em; */
	
	margin-bottom: 0;
	
	/* line-height: 1.5; */
	
	text-align: center;
	
	/* border: 1px solid black; */
	
	/* border-radius: .25em; */
	
	overflow: hidden;
	
	/* color: red; */
	/* word-break: keep-all; */
	
	/* background-color: grey; */
}


nav ul li a, nav ul li p, .dropdown-nav-menu-content ul li a, .dropdown-nav-menu-content ul li p{
	
	/* margin-top: 2em; */
	
	font-family: 'Droid Sans', sans-serif;
	/* font-size: 110%; */
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	
	/* line-height: 1; */
	
	white-space: nowrap;

	/* overflow: hidden; */
}

.dropdown-nav-menu-content ul li a, .dropdown-nav-menu-content ul li p{
	/* font-size: 2em; */
}

nav ul li a{
	
	/* overflow: hidden; */
	
	/* padding: .5em 0 .5em; */
	
	/* font-size: 100%; */
	/* font-weight: normal; */
	
	/* text-decoration: none; */
	
	/* line-height: 1.5; */
	
	/* margin: 1em; */
	/* width: 100%; */
	/* text-align: center; */
	/* border-radius: .25em; */
	/* border: 1px solid black; */
	/* line-height: 1; */
	/* color: red; */
	
	/* word-break: normal; */
	
	/* word-wrap: break-word; */
	
	/* word-break: keep-all; */
	
	/* color: red; */
}

nav ul li.fst-nav-button{
	margin-top: .5em;
	margin-left: 0;
	/* color: red; */
	/* background-color: blue; */
}


nav ul li.std-nav-button{
	margin-top: .5em;
	/* font-weight: bold; */
	margin-left: 1.5em;
	/* color: red; */
	/* background-color: red; */
}

nav ul li.active-nav-button{
	margin-top: .5em;
	/* color:red; */
	
}

p.nolink-nav-button{
	line-height: 1;
	color: #165e76;
	/* color: #8aabb5; */
	/* font-weight: bold; */
}


/*
nav ul li.active-nav-button{
	padding-top: .5em;
	font-weight: bold;
	color:green;
}
*/


a.link-nav-button{
	/* font-weight: bold; */
	/* color:red; */
}

a.active-nav-button{
	/* font-weight: bold; */
}


nav ul li.li-nav-button, nav ul li.x-twitter-nav-button, nav ul li.ig-nav-button{
	float: left;
	
	/* width: 10em; */
	margin-left: .5em;
}

nav ul li.wa-nav-button, nav ul li.li-nav-button, nav ul li.x-twitter-nav-button, nav ul li.ig-nav-button, nav ul li.ham-nav-button{
	position: relative;
	width: 2em;
	
	/* margin-left: 1em; */
	
	/* height: 2em; */
	/* height: 4em; */
	/* height: 2em; */
	/* box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; */
	/* vertical-align: bottom; */
	/* background-color: red; */
}

nav ul li.wa-nav-button{
	margin-left: 2em;
	margin-right: 1em;
}

nav ul li.ham-nav-button{
	margin-left: 1em;
	/* border-color: red; */
	/* margin-left: 0; */
	
	/* word-break: keep-all; */
	/* overflow: hidden; */
	
	/* background-color: blue; */
}


a.fst-nav-button{
	/* word-break: keep-all; */
	color:red;
}


.img-nav-button, .img-nav-button-ham-blue, .img-nav-button-ham-red{
	width: 100%;
	/* height: 100%; */
	height: auto;

	display: block;
	
	/* background-color: red; */
}


.button-sn{
	-webkit-transition: .5s ease; -moz-transition: .5s ease; -o-transition: .5s ease; transition: .5s ease;
}

.button-overlay-sn, .button-overlay-ham, .button-overlay-ham-click{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	/* opacity: 0; */
	-webkit-transition: .5s ease; -moz-transition: .5s ease; -o-transition: .5s ease; transition: .5s ease;
	/* background-color: #008CBA; */
}

.button-overlay-sn{
	/* -moz-border-radius: 1em; */
	/* -webkit-border-radius: 1em; */
	/* border-radius: 1.2em; */
	
	/* background-color: #25d366; */
}

.button-overlay-sn, .button-overlay-ham{
	opacity: 0;
}

.button-overlay-ham-click{
	/* background-color:red; */
}

.click-nav-button-ham{
	width: 100%;
	height: 100%;
}



/* DROPDOWN-NAV-MENU -------------------------------------------------------- */



.dropdown-nav-menu-content ul li{
	/* float: left; */
	/* width: 10em; */
	/* margin-left: 2em; */
	/* padding: 0; */
	/* margin: 0; */
	/* line-height: 1; */	
	/* padding: .5em 0 .5em; */
	/* margin-bottom: 1em; */
	/* line-height: 1.5; */
	/* text-align: center; */
	/* border: 1px solid black; */
	/* border-radius: .25em; */
	
	overflow: hidden;
}

.dropdown-nav-menu-content ul li a, .dropdown-nav-menu-content ul li p{
	/* font-size: 1.5em; */
	/* margin-bottom: 1em; */
	/* line-height: 1; */
}

.dropdown-nav-menu-content ul li p{
	/* color: #165e76; */
	/* color: #061624; */
	color: #0e3a4d;
}

.dropdown-nav-menu-content ul li img{
	width: 1.5em;
	margin: 0 0 0 1em;
	padding-top: 0;
	display: inline;
	position: relative;
	top: .375em;
	/* font-size: 1.1em; */
	/* line-height: 0; */
	/* background-color: red; */
}

#dropdown-nav-menu-sn a{
	margin-right: .5em;
	/* padding-top: -1em; */
	display: inline;
	/* display: flex; */
	/* align-items: center; */
	/* background-color: green; */
}

/* std-dropdown-nav-menu-button */
/* #dropdown-nav-menu ul li a, #dropdown-nav-menu ul li p */
/* display:block; */

#dropdown-nav-menu-sn{
	display: none;
	/* color: green; */
	/* background-color: green; */
}

.dropdown-nav-menu-content ul li hr{
	margin-right: 1em;
	color: #8e2026;
	/* color: green; */
}


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


label, p.texto-informacion-requerida{
	/* font-family: 'Droid Serif', serif; */
	font-family: 'Droid Sans', sans-serif;
	font-size: 90%;
	/* line-height: .9; */
	/* color: blue; */
	color: #061624;
	/* float: left; */
	display: block;
	margin: 0;
	padding-left: 1.125em;
	padding-bottom: .5em;
}


input[type=text].mensaje, input[type=email].mensaje, textarea[type=text].mensaje{
	width: 100%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;

	font-family: 'Droid Serif', serif;
	font-size: 100%;
	line-height: 1.5;
	/* font-size:18px; */
	font-weight: normal;
	/* color: red; */
	padding: .5em 1em;
	/* text-decoration: none; */
	
	border: 1px solid #165e76;
	-webkit-border-radius: .25em; -moz-border-radius: .25em; border-radius: .25em;
	
	/* color: green; */
	
	/*
	margin: 0;
	padding: 0;
	
	padding: .5em 1em;
	*/
}

.box-datos-error, .box-mensaje-enviado{
	width: 100%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	
	font-family: 'Droid Sans', sans-serif;
	font-size: 90%;
	line-height: 1.5;
	font-weight: normal;
	
	color: red;
	
	display: block;
	margin: 0;
	/* padding-left: 1.125em; */
	/* padding-bottom: .5em; */
	
	padding: 1em 1.125em;
	
	
	
	/* border: 1px dashed #8e2026; */
	/* color: red; */
	border: 1px dashed red;
	-webkit-border-radius: .25em; -moz-border-radius: .25em; border-radius: .25em;
	
	/* background-color: green; */
}

.box-mensaje-enviado{
	color: green;
	border: 1px dashed green;
}


textarea.mensaje{
	max-width: 100%;
	min-width: 100%;
	min-height: 13em;
}



/*
input.consulta_bla{
	width: 100%;
	background-color: azure;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

textarea.consulta_bla{
	max-width: 100%;
	min-width: 100%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

input#consulta2_bla{
	width: 100%;
	display: inline-block;
	border-color: red;
	margin-left: -.5em;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
*/


input[type=text].mensaje:focus, input[type=email].mensaje:focus, textarea[type=text].mensaje:focus{
	outline: none;
	border: 1px solid #8e2026;

	box-shadow: 0 0 .25em rgba(22, 94, 118, .5); -moz-box-shadow: 0 0 .25em rgba(22, 94, 118, .5); -webkit-box-shadow: 0 0 .25em rgba(22, 94, 118, .5);
}


/* IMAGENEES -------------------------------------------------------------------------------------------------------- */

img{
	width: 100%;
	height: auto;
	display:block;
	/* background-color: lightgray; */
}

#foto-silvina-martinez{
	width: 70%;
	
	float: right;
	
	/* margin-top: 5.5em; */
	
	/* margin-left: auto; */
	/* margin-right: auto; */
	background-color: #fff;
}


#foto-bg-silvina-martinez{
	/* position: fixed; */
	
	/* top: 0; */
	/* left: 0; */
	
	/* width: 100%; */
	/* z-index: 2; */
}

	
.bg-silvina-martinez-presentacion-01, .bg-silvina-martinez-presentacion-02, .bg-silvina-martinez-presentacion-03, .bg-silvina-martinez-presentacion-04{
	display: none;
}

.bg-sam-asociados-presentacion-01, .bg-sam-asociados-presentacion-03, .bg-sam-asociados-presentacion-04, .bg-sam-asociados-presentacion-05{
	display: none;
}


.container-bg-silvina-martinez img, .container-bg-sam-asociados img{
  opacity: 0.25;
}

#logo-la-nacion-mas, #logo-radio-rivadavia{
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	width: 50%;

	margin-left: auto;
	margin-right: auto;

	background-color: #202246;
}

#logo-radio-rivadavia{
	/* box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; */
	
	padding: .8em 1em 1.2em;

	background-color: #383838;
}

img.la-nacion-mas{
	/* float: left; */
	/* margin-top: 1em; */
	/* width: 100%; */
	width: 50%;
	
	/* padding: 1.25em 0 2.5em; */
	padding: 8% 0 12% 0;
	
	/* display: flex; */
	/* justify-content: center; */
	
	margin-left: auto;
	margin-right: auto;	
}

img.radio-rivadavia{
	
	/* width: 100%; */
	/* margin: 1em; */
	/* padding-left: 1em; */
	/* padding-bottom: .5em; */
	
	/* padding: 1em; */
	
	/* box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; */
	
	/* border: 1em solid rgba(76, 175, 80, 0.1); */
	/* border: 1px solid red; */
}

img.publicaciones-libros{
	border: 1px solid #8aabb5;
	/* border: 1px solid #0e3a4d; */
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}



/* GRID SYSTEM ------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */

section{
	display: inline-block;
	width: 100%;
	clear: both;
	/* word-wrap: break-word; */
	/* zoom: 1; /* For IE 6/7 */ */
	/* background-color: gainsboro; */
	/* vertical-align:top; */
	/* background-color: cornsilk; */
}

.col{
	/* display: block; */
	float: left;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	/* background-color:gainsboro; */
	}

break-contact-form{}

.span_full{width: 100%;}

.span_1-of-2{width: 50%;}
.span_1-of-3{width: 33.33333%;}

.span_2-of-3{width: 66.66666%;}

.span_presentacion{width: 48%;}
.span_presentacion-sam-asociados{width: 48%;}


.pad-col-left{padding: 0 .5em 0 0;
	/* background-color: darkgray; */
	}
.pad-col-mid{padding: 0 .5em 0 .5em;
	/* background-color: silver; */
	}
.pad-col-right{padding: 0 0 0 .5em;
	/* background-color: lightgray; */
	}

.pad-col-presentacion-silvina-martinez, .pad-col-presentacion-sam-asociados{
	margin-top: 15em;
	padding: 0 3em 0 0em;
	float: right;
	/* background-color: grey; */
	}

.pad-col-presentacion-sam-asociados{
	margin-top: 12em;
}

.pad-col-left-contact-form{padding: 0 .5em 0 0; margin-bottom: 1em;
	/* background-color: lightgray; */
}

.pad-col-right-contact-form{padding: 0 0 0 .5em; margin-bottom: 1em;
	/* background-color: lightgray; */
}

.pad-col-full-contact-form{padding: 0 0 0 0; margin-bottom: 1em;
	/* background-color: gray; */
}


/* 1) SmallPhones & Smartwatches (portrait and landscape) -------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* TEXTO ------------------------------------------------------------------------------------------------------------ */


@media only screen
	/* and (max-width : 160px) { */
	and (max-width : 270px) {
/* Styles */

/* img.logo_line{display: none;} */
/* #logo_area{display: none;} */
/* #logoh1{display: block;} */


html{font-size: 10px;}

/* h1{font-size: 1.5em;} */

p.tagline-profesiones{
	/* font-family: 'Droid Sans', sans-serif; */
	/* font-size: 67.5%; */
	/* font-size: 75%; */
	/* font-size: 90%; */
	letter-spacing: .125em;
}

#panel-topheader{
	height: 100%;

	border-bottom: none;
	box-shadow: none;
}

#container-topheader{padding: 0 1em;}


header{
	width: 100%;
	text-align: center;
	/* background-color: red; */
}

nav{
	float: left;
	margin-top: 1em;
	width: 100%;

	display: flex;
	justify-content: center;
	/* background-color: red; */
}


nav ul li.fst-nav-button, nav ul li.std-nav-button, nav ul li.active-nav-button{
	display: none;
}

nav ul li.ham-nav-button{display: none;}

nav ul li.wa-nav-button{
	width: 3.5em;
	/* height: 3.5em; */
	
	margin-left: 0;
}


nav ul li.li-nav-button, nav ul li.x-twitter-nav-button, nav ul li.ig-nav-button{display: none;}
.button-overlay-sn{display: none;}


#container-body, #panel-dropdown-nav-menu, #panel-alert-bg{
	display: none;
	border: 0;
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
}




}


/* 2) SmartPhones (portrait) ---------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */

@media only screen
	/* and (min-width : 161px) */
	and (min-width : 271px)
	/* and (max-width : 320px) { */
	and (max-width : 450px) {
/* Styles */

/* html{font-size:17px;} */
html{font-size:12px;}

h1{font-size: 1.75em;}

h2.destacado-portada{font-size: 1.375em;}
p.texto-destacado-portada, p.texto-destacado-publicaciones{font-size: 1.125em;}


p.tagline-profesiones{
	font-size: 80%;
	letter-spacing: .25em;
}

#container-topheader, #container-dropdown-nav-menu, #container-body{

	padding: 0 1.25em;
}

header{
	margin-top: 1.25em;
}


nav{
	/* float:right; */

	margin-top: 1.25em;
	
	/* padding-left: 5em; */
	
	/* margin-bottom: 1em; */
}

.dropdown-nav-menu-content{
	width: 18em;
	
	margin-right: -.625em;
}

#container-body{
	border: 0;
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
}

nav ul li.fst-nav-button, nav ul li.std-nav-button, nav ul li.active-nav-button{
	display: none;
}

nav ul li.wa-nav-button, nav ul li.ham-nav-button{
	width: 3em;
	/* height: 3em; */
}

nav ul li.wa-nav-button{margin-left: 0;}
nav ul li.ham-nav-button{margin-left: .5em;}


nav ul li.li-nav-button, nav ul li.x-twitter-nav-button, nav ul li.ig-nav-button{display: none;}
.button-overlay-sn{display: none;}


ol, ul{padding-left: 1em;}


.dropdown-nav-menu ul li a, .dropdown-nav-menu ul li p{
	font-size: 1.5em;
}

#dropdown-nav-menu-sn{
	display: block;
}


.span_1-of-2.break {width: 100%;}
.span_2-of-2.break {width: 100%;}

.span_1-of-3.break {width: 100%;}
.span_2-of-3.break {width: 100%;}

.span_1-of-2.break-contact-form{width: 100%;}

.pad-col-left{padding: 0 0 0 0;
	/* background-color: darkgray; */
	}
.pad-col-mid{padding: 0 0 0 0;
	/* background-color: silver; */
	}
.pad-col-right{padding: 1.5em 0 0 0;
	/* background-color: lightgray; */
	}


/* .span_1-of-2.pad-col-left{padding: 0 .4375em 0 0;} */
/* .span_1-of-2.pad-col-right{padding: 0 0 0 .4375em;} */

.span_1-of-2.pad-col-left{padding: 0 0 0 0;}
.span_1-of-2.pad-col-right{padding: 0 0 0 0;}

.pad-col-left-contact-form{padding: 0 0 0 0;}
.pad-col-right-contact-form{padding: 0 0 0 0;}
.pad-col-full-contact-form{padding: 0 0 0 0;}


#separador-superior{height: 9em;}

#separador-superior-destacado{height: 8em;}
#separador-inferior-destacado{height: 4em;}

#separador-superior-presentacion{height: 7em;}

#separador-superior-logo-la-nacion{height: 1em;}

#separador-inferior-footer{height: 4em;}


#foto-silvina-martinez{
	width: 80%;
	
	float: none;
	
	margin-left: auto;
	margin-right: auto;
	
	margin-bottom: 2em;
}


.span_presentacion.break, .span_presentacion-sam-asociados.break {width: 94%;}

.pad-col-presentacion-silvina-martinez, .pad-col-presentacion-sam-asociados{
	margin-top: 4.5em;
	margin-left: 3%;
	padding: 0;
	float: left;
	/* background-color: grey; */
}

.pad-col-presentacion-sam-asociados{
	margin-top: 3em;
}

.bg-silvina-martinez-presentacion-04{display: block;}

.bg-sam-asociados-presentacion-05{display: block;}

#container-tweets-03{display: block;}


}



/* 3) SmartPhones (landscape) --------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
@media only screen
	/* and (min-width : 321px) */
	and (min-width: 451px)
	/* and (max-width : 480px) { */
	and (max-width: 600px) {
/* Styles */


/* html{font-size:16px;} */

html{font-size:14px;}

h1{	padding-bottom: 0;}

h2.destacado-portada{font-size: 1.75em;}
p.texto-destacado-portada, p.texto-destacado-publicaciones{font-size: 1.125em;}


#container-topheader, #container-dropdown-nav-menu, #container-body{

	padding: 0 1.5em;
}

header{
	margin-top: 1.125em;
}


nav{
	margin-top: 1.5em;
}

.dropdown-nav-menu-content{
	width: 16em;
	
	margin-right: -.75em;
}


#container-body{
	border: 0;
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
}

nav ul li.fst-nav-button, nav ul li.std-nav-button, nav ul li.active-nav-button{
	display: none;
}

nav ul li.wa-nav-button, nav ul li.li-nav-button, nav ul li.x-twitter-nav-button, nav ul li.ig-nav-button, nav ul li.ham-nav-button{
	width: 2.25em;
	/* height: 2.5em; */
}

nav ul li.wa-nav-button{margin-left: 0;}
nav ul li.wa-nav-button{margin-right: .25em;}
/* nav ul li.ham-nav-button{margin-left: .5em;} */
nav ul li.ham-nav-button{margin-left: 1em;}

/* nav ul li.li-nav-button, nav ul li.x-twitter-nav-button, nav ul li.ig-nav-button{display: none;} */
.button-overlay-sn{display: none;}

ol, ul{padding-left: 1.5em;}


.dropdown-nav-menu ul li a, .dropdown-nav-menu ul li p{
	font-size: 1.25em;
}






.span_1-of-2.break {width: 100%;}
.span_2-of-2.break {width: 100%;}

.span_1-of-3.break {width: 100%;}
.span_2-of-3.break {width: 100%;}

.span_1-of-2.break-contact-form{width: 100%;}


.pad-col-left{padding: 0 0 0 0;
	/* background-color: darkgray; */
	}
.pad-col-mid{padding: 0 0 0 0;
	/* background-color: silver; */
	}
.pad-col-right{padding: 1.5em 0 0 0;
	/* background-color: lightgray; */
	}

.pad-col-left-contact-form{padding: 0 0 0 0;}
.pad-col-right-contact-form{padding: 0 0 0 0;}
.pad-col-full-contact-form{padding: 0 0 0 0;}

/* .span_1-of-2.pad-col-left{padding: 0 .4375em 0 0;} */
/* .span_1-of-2.pad-col-right{padding: 0 0 0 .4375em;} */


#separador-superior{height: 9em;}

#separador-superior-destacado{height: 7em;}
#separador-inferior-destacado{height: 4em;}

#separador-superior-presentacion{height: 7.125em;}

#separador-superior-logo-la-nacion{height: 1em;}

#separador-inferior-footer{height: 4em;}


#foto-silvina-martinez{
	width: 40%;
	
	float: none;
	
	margin-left: auto;
	margin-right: auto;
	
	margin-bottom: 2em;
}


.span_presentacion.break, .span_presentacion-sam-asociados.break {width: 90%;}

.pad-col-presentacion-silvina-martinez, .pad-col-presentacion-sam-asociados{
	margin-top: 4.5em;
	
	margin-left: 5%;

	padding: 0;
	
	float: left;

	/* background-color: grey; */
}

.pad-col-presentacion-sam-asociados{
	margin-top: 1em;
}


.bg-silvina-martinez-presentacion-03{display: block;}
.bg-sam-asociados-presentacion-03{display: block;}


#container-tweets-03{display: block;}







}




/* 4) Tablets (portrait) -------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
@media only screen
	/* and (min-width : 481px) */
	and (min-width: 601px)
	/* and (max-width : 768px) { */
	and (max-width: 854px) {
/* Styles */

/* html{font-size:18px;} */


/* html{font-size:19px;} */
/* html{font-size:16px;} */

h2.destacado-portada{font-size: 2.125em;}
p.texto-destacado-portada, p.texto-destacado-publicaciones{font-size: 1.125em;}


#container-topheader, #container-dropdown-nav-menu, #container-body{

	padding: 0 1.75em;
}

header{
	/* margin-top: 1.125em; */
}


nav{
	margin-top: 1.625em;
}

.dropdown-nav-menu-content{
	width: 14em;
	
	margin-right: -.875em;
}

#container-body{
	border: 0;
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
}

nav ul li.fst-nav-button, nav ul li.std-nav-button, nav ul li.active-nav-button{
	display: none;
}

nav ul li.wa-nav-button, nav ul li.li-nav-button, nav ul li.x-twitter-nav-button, nav ul li.ig-nav-button, nav ul li.ham-nav-button{
	width: 2.25em;
	/* height: 2.25em; */
}

nav ul li.ham-nav-button{margin-left: 1.5em;}

nav ul li.wa-nav-button{margin-left: 0;}

ol, ul{padding-left: 1.75em;}






.span_1-of-3.break {width: 100%;}
.span_2-of-3.break {width: 100%;}


.pad-col-left{padding: 0 0 0 0;
	/* background-color: darkgray; */
	}
.pad-col-mid{padding: 0 0 0 0;
	/* background-color: silver; */
	}
.pad-col-right{padding: 1.75em 0 0 0;
	/* background-color: lightgray; */
	}


.span_1-of-2.pad-col-left{padding: 0 .4375em 0 0;}
.span_1-of-2.pad-col-right{padding: 0 0 0 .4375em;}


#separador-superior{height: 9em;}

#separador-superior-destacado{height: 9em;}
#separador-inferior-destacado{height: 3em;}

#separador-superior-presentacion{height: 7.5em;}

#separador-inferior-footer{height: 6em;}



#foto-silvina-martinez{
	width: 40%;
	
	float: none;
	
	margin-left: auto;
	margin-right: auto;
}


.span_presentacion.break, .span_presentacion-sam-asociados.break{width: 80%;}

.pad-col-presentacion-silvina-martinez, .pad-col-presentacion-sam-asociados{
	margin-top: 11em;
	
	margin-left: 10%;

	padding: 0;
	
	float: left;

	/* background-color: grey; */
}

.pad-col-presentacion-sam-asociados{
	margin-top: 8em;
}

.bg-silvina-martinez-presentacion-03{display: block;}
.bg-sam-asociados-presentacion-03{display: block;}

#container-tweets-03{display: block;}



}




/* 5) Tablets (landscape) ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
@media only screen
	/* and (min-width : 769px) */
	and (min-width: 855px)
	and (max-width: 1024px) {
/* Styles */


/* html{font-size:20px;} */
html{font-size:16px;}

/*
h2{font-size:1.75em;}
*/

h2.destacado-portada{font-size: 2em;}
p.texto-destacado-portada, p.texto-destacado-publicaciones{font-size: 1.125em;}

nav{
	margin-top: 1.625em;
}


#container-body{
	border: 0;
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
}

nav ul li.fst-nav-button, nav ul li.std-nav-button, nav ul li.active-nav-button{
	display: none;
}

nav ul li.wa-nav-button, nav ul li.li-nav-button, nav ul li.x-twitter-nav-button, nav ul li.ig-nav-button, nav ul li.ham-nav-button{
	width: 2.25em;
	/* height: 2.25em; */
}

nav ul li.ham-nav-button{margin-left: 1.5em;}

nav ul li.wa-nav-button{margin-left: 0;}


#separador-superior-destacado{height: 12em;}
#separador-inferior-destacado{height: 4em;}

#separador-superior-presentacion{height: 7.75em;}

#separador-inferior-footer{height: 6em;}


.span_presentacion, .span_presentacion-sam-asociados{width: 52%;}

.pad-col-presentacion-silvina-martinez, .pad-col-presentacion-sam-asociados{
	margin-top: 10.5em;
	padding: 0 2em 0 0em;
	float: right;
	/* background-color: grey; */
}

.pad-col-presentacion-sam-asociados{
	margin-top: 8em;
}

.bg-silvina-martinez-presentacion-01{display: block;}
.bg-sam-asociados-presentacion-01{display: block;}

#container-tweets-03{display: block;}




}



/* 6) Desktop & Laptops --------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
@media only screen 
	and (min-width : 1025px)
	and (max-width : 1280px) {
/* Styles */

/* html{font-size:21px;} */

/* #nav_area{margin-top: 3em;} */


#container-topheader, #container-dropdown-nav-menu, #container-body{
	width: 100%;
}

#container-body{
	border: 0;
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
}

nav ul li.ham-nav-button{
	display: none;
}


#separador-superior-destacado{height: 14em;}
#separador-inferior-destacado{height: 6.75em;}


.span_presentacion, .span_presentacion-sam-asociados{width: 54%;}

.pad-col-presentacion-silvina-martinez, .pad-col-presentacion-sam-asociados{
	margin-top: 14em;
	padding: 0 2em 0 0em;
	float: right;
	/* background-color: grey; */
}
.pad-col-presentacion-sam-asociados{
	margin-top: 10.5em;
}

.bg-silvina-martinez-presentacion-01{display: block;}
.bg-sam-asociados-presentacion-01{display: block;}

#container-tweets-02{display: block;}



}


/* 7) Large Screens ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
@media only screen
	and (min-width : 1281px) {
/* Styles */

/* html{font-size:18px;} */

#container-topheader, #container-body{
	/* max-width: 1400px; */
}

nav ul li.ham-nav-button{
	display: none;
}


.bg-silvina-martinez-presentacion-01{display: block;}
.bg-sam-asociados-presentacion-01{display: block;}

#container-tweets-01{display: block;}

.



}