@import url("../webfonts/FUTURAL/stylesheet.css");
/*@import url("../webfonts/fontawesome/stylesheet.css");*/
* {
	margin: 0;
	padding: 0;
	font-family: FUTURAL, Arial, Helvetica;
}


/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

.cf:after {
	clear:both;
}
/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
}


html,body{
	margin: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/noise.gif);
	font-family: FUTURAL, Arial, Helvetica;

}
/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
a {
	text-decoration: none;
}
h1 {
text-align: center;
margin: 20px auto;
font-size: 20px;
max-width: 80%;
line-height: 40px;
}
.logo {
	width: 367px;
	height: 145px;
	z-index: 50000;
	margin-top: 40px;
	background-image: url(../images/julia_mondejar_logo.svg);
	background-repeat: no-repeat;
	/* [disabled]background-color: #006699; */
	background-size: 100% auto;
	margin-left: auto;
	margin-right: auto;
}

.logo p {
	font-size: 30px;
	text-align: center;
	color: transparent;
	/* [disabled]margin-top: -72px; */
	/* [disabled]display: none; */
}


.logo:hover {
	opacity: 0.8;

}


header {
	width: 100%;
	height: 240px;
	margin-top: -3px;
	-webkit-box-shadow: 0px 1px 5px #666666;
	box-shadow: 0px 1px 5px #666666;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s  linear 0s;
	-ms-transition: all .4s  linear 0s;
	-o-transition: all .4s  linear 0s;
	transition: all .4s  linear 0s;
	background-color: #F9F9F9;
	float: left;
	z-index: 1000;
	position: relative;
}
header:hover {
	cursor: pointer;
	background-color: #680F37;
}
header:hover a  {
	color: #FFFFFF;
}
header:hover .logo {
	background-image: url(../images/julia_mondejar_logo2.svg);
	z-index: 500000;
}

.menu_bar {
	display: none;
}


nav  {
	float: none;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]background-color: #3333CC; */
}
nav ul  {
	list-style: none;
	height: 38px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	/* [disabled]background-color: #CC9966; */
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: auto;
	float: left;
}

nav ul li  {
	width: 90px;
	height: 25px;
	cursor: pointer;
	padding-top: 8px;
	padding-bottom: 2px;
	border: 1px solid TRANSPARENT;
	text-align: center;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s  linear 0s;
	-ms-transition: all .2s  linear 0s;
	-o-transition: all .2s  linear 0s;
	transition: all .2s  linear 0s;
	/* [disabled]background-color: #00FFCC; */
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
nav ul:hover {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
/*nav ul li:nth-child(6){
	margin-right: 0px;
	padding-right: 10px;
}
*/

nav ul li:hover  {
	background-color: rgba(51,51,51,1);
	color: #FFFFFF;

}
nav ul li a  {
	color: #4E0A1E;
	text-decoration: none;
	/* [disabled]font-weight: lighter; */
	font-family: FUTURAL, Arial, Helvetica;
	/* [disabled]background-color: #3300FF; */
	/* [disabled]letter-spacing: 1px; */
	text-align: center;
	font-size: 16px;
}



nav ul li span  {

}
nav ul li a:hover {
	color: #FFFFFF;
}

section {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	min-height: 700px;
	height: auto;
	/* [disabled]background-color: #CCCCCC; */
	margin-bottom: 0px;
	float: left;
	z-index: 1;
}
footer {
	width: 100%;
	height: 60px;
	bottom: 0px;
	-webkit-box-shadow: -1px 0px 5px #333333;
	box-shadow: -1px 0px 5px #333333;
	z-index: 500;
	float: left;
	position: relative;
}


footer:hover {
	cursor: pointer;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s  linear 0s;
	-ms-transition: all .4s  linear 0s;
	-o-transition: all .4s  linear 0s;
	transition: all .4s  linear 0s;
	
}
footer:hover #copy  {
	border-color: #666666;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s  linear 0s;
	-ms-transition: all .4s  linear 0s;
	-o-transition: all .4s  linear 0s;
	transition: all .4s  linear 0s;
}
footer:hover .divcopy {
	background-color: #333333;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s  linear 0s;
	-ms-transition: all .4s  linear 0s;
	-o-transition: all .4s  linear 0s;
	transition: all .4s  linear 0s;
}


footer:hover #social {
	background-color: #841346;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s  linear 0s;
	-ms-transition: all .4s  linear 0s;
	-o-transition: all .4s  linear 0s;
	transition: all .4s  linear 0s;
}
footer:hover #social li {
	margin-left: 50px;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s  ease 0s;
	-ms-transition: all .8s  ease 0s;
	-o-transition: all .8s  ease 0s;
	transition: all .8s  ease 0s;
	-webkit-box-shadow: 1px 1px 2px #333333;
	box-shadow: 1px 1px 2px #333333;

}



footer ul li {
	list-style: none;
}
#social li {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
width: 40px;
height: 40px;
	border-radius: 50%;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s  ease 0s;
	-ms-transition: all .5s  ease 0s;
	-o-transition: all .5s  ease 0s;
	transition: all .5s  ease 0s;
}
#social li:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-box-shadow: 0px 0px 5px;
	box-shadow: 0px 0px 5px;
}


#social  {
	width: 50%;
	background-color: #680F37;
	/* [disabled]z-index: 50000; */
	height: 100%;
	float: right;
}
#social li img {
	width: 100%;
	height: 100%;
}

.divcopy {
	height: 100%;
	width: 50%;
	float: left;
	background-color: #680F37;
}




#copy {
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-right: 20px;
	border-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-top-width: thin;
	border-bottom-width: 1px;
}
#copy li a {
	font-size: 0.8em;
	color: #FFFFFF;
	letter-spacing: 0.5px;
}
#copy li:first-child {
  display: none;
}
#copy li {
	width: auto;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;

}
#copy li:hover {
	background-color: #680F37;
	
}
 .error{
	width: 500px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 134px;
	text-align: center;
}
 .error p{
	font-family: FUTURAL, Arial, Helvetica;
	text-transform: uppercase;
	color: #333333;
	margin-top: 13px;
}
.error span {
	text-align: center;
	color: #A91640;
	font-size: 60px;
	font-family: Helvetica, Arial, sans-serif;
}
@media screen and (max-width:1400px){
footer {
	position: fixed;
}
section {
	min-height: 674px;
}



  
}
@media screen and (max-width:1000px){
header {
	height: 160px;
}
.logo {
	width: 250px;
	margin-top: 20px;
}
nav {
	width: 625px;
}

nav ul {
	width: 615px;
	height: 32px;
	margin-top: -42px;
	/* [disabled]background-color: #99FF33; */
	float: none;
}

nav ul li {
	/* [disabled]width: auto; */
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
nav ul li a {
	font-size: 14px;
}
.divcopy {
	height: 110px;

}
.divcopy ul {
	height: 103px;
	/* [disabled]background-color: #CC9900; */
	width: 305px;
	/* [disabled]border-right: thin solid #666666; */
}
footer {
	position: relative;
}
footer:hover #copy {
	border-color: transparent;
}
footer:hover #social li {
	margin-left: 20px;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s  ease 0s;
	-ms-transition: all .8s  ease 0s;
	-o-transition: all .8s  ease 0s;
	transition: all .8s  ease 0s;
	-webkit-box-shadow: 0px 0px 0px transparent;
	box-shadow: 0px 0px 0px transparent;

}


.divcopy ul li {
	float: none;
	margin-right: 24px;
	/* [disabled]background-color: #003399; */
	font-size: 20px;
	margin-top: -5px;
}
#social {
	height: 80px;
	padding-top: 30px;
}
#social img {
	margin-left: 6px;
	margin-right: 31px;
	margin-top: -8px;
}









  
}
@media screen and (max-width:650px){
nav  {
	width: 100%;
	height: auto;
	left: -100%;
	position: absolute;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 112px;
	z-index: 200000;
	}


.logo {
	width: 200px;
	margin-top: 42px;
	height: auto;
	position: relative;
	float: right;
	z-index: 500000;
	min-height: 81px;
	margin-right: 15%;
	background-image: url(../images/julia_mondejar_logo2.png);
}
.logo:hover {
	opacity: 1;
	background-image: url(../images/julia_mondejar_logo2.png);
}
header:hover .logo {
	background-image: url(../images/julia_mondejar_logo2.png);
}



header {
	height: 139px;
	background-color: #680F37;
	margin-top: 0px;
	padding-top: 0px;
}

nav ul li  {
	display: block;
	width: 100%;
	height: 25px;
	margin-bottom: 5px;
	background-color: #333333;
	padding-top: 10px;
	padding-bottom: 8px;
	/* [disabled]border-bottom-left-radius: 5px; */
	/* [disabled]border-top-left-radius: 5px; */
	margin-top: 2px;
	-webkit-box-shadow: 1px 1px 5px #2A2A2A;
	box-shadow: 1px 1px 5px #2A2A2A;
	z-index: 50000;
	border: 1px solid white;
	text-align: center;
	padding-right: 0px;
	}

nav ul  {
	width: 60%;
	margin-top: 20px;
	height: auto;
	border-bottom-left-radius: 15px;
	/* [disabled]border-bottom-right-radius: 15px; */
	/* [disabled]border-top-right-radius: 15px; */
	border-top-left-radius: 15px;
	z-index: 50000;
	float: right;
	margin-right: 35px;
	margin-left: 0px;
}
nav ul:hover {
	border-color: transparent;
}
nav ul li a  {
	font-size: 15px;
	padding-top: 11px;
	padding-bottom: 8px;
	text-align: right;
	/* [disabled]margin-right: 88px; */
	margin-top: 5px;
	color: #FFFFFF;
	/* [disabled]letter-spacing: 1px; */
	/* [disabled]font-family: Oswald; */
	/* [disabled]font-weight: 700; */
}
nav ul li img {
	width: 30px;
	padding-bottom: 0px;
	margin-top: 14px;
	margin-bottom: -32px;
	padding-top: 0px;
	/* [disabled]display: none; */
	/* [disabled]visibility: hidden; */
	float: right;
}

    .menu_bar {
	display: block;
	width: 0px;
	/* [disabled]margin-top: -55px; */
	height: 0px;
	margin-left: 2%;
	background-color: #DD5557;
	font-weight: bold;
	z-index: 500000;
	}

	.menu_bar .bt-menu {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 20px;
	/* [disabled]-webkit-box-sizing: border-box; */
	/* [disabled]-moz-box-sizing: border-box; */
	/* [disabled]box-sizing: border-box; */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	height: 30px;
	width: 58px;
	margin-left: 10px;
	background-color: #420B23;
	padding-bottom: 10px;
	margin-top: 64px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 2px 0 hsla( rgba(0,0,0,1),0%,18%,1,00 ),0%,10%,1,00 ),0%,23%,1,00 );
	box-shadow: 5px 5px 2px 0 hsla( rgba(0,0,0,1),0%,18%,1,00 ),0%,10%,1,00 ),0%,23%,1,00 );
	text-align: center;
	/* [disabled]border: 3px solid white; */
	z-index: 500000;
	float: left;
	background-image: url(../images/navicon.png);
	background-repeat: no-repeat;
	background-size: 73% 69%;
	background-position: 47% 50%;
	}

	.menu_bar span {
	float: right;
	/* [disabled]font-size: 40px; */
	margin-top: 0px;
	z-index: 500000;
	}
section {
	height: auto;
	width: 100%;
	/* [disabled]margin-top: 0px; */
	/* [disabled]margin-bottom: 0px; */
	/* [disabled]min-height: 1119px; */
	float: left;
}
footer {
	padding-left: 30
.%;
	padding-right: 30%;
	background-color: #680F37;
	height: auto;
	width: 40%;
	padding-left: 30%;
	float: left;
	position: relative;
}

#social {
	width: 200px;
	border-color: transparent;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	/* [disabled]background-color: #0099CC; */
	margin-top: 0px;
	border-width: 0px;
}
.divcopy {
	margin-left: 10%;
	margin-right: auto;
	/* [disabled]border-color: transparent; */
	float: left;
	width: 225px;
	border-width: 0px;
	margin-bottom: 43px;
	margin-top: 0px;
}
.divcopy ul {
	border-color: transparent;
	margin-top: 0px;
}


#social li:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 5px;
	box-shadow: 0px 0px 5px;
}


footer:hover {
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s  linear 0s;
	-ms-transition: all .4s  linear 0s;
	-o-transition: all .4s  linear 0s;
	transition: all .4s  linear 0s;	
}
footer:hover #copy  {
	border-color: transparent;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s  linear 0s;
	-ms-transition: all .4s  linear 0s;
	-o-transition: all .4s  linear 0s;
	transition: all .4s  linear 0s;
}
footer:hover .divcopy {
	background-color: transparent;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s  linear 0s;
	-ms-transition: all .4s  linear 0s;
	-o-transition: all .4s  linear 0s;
	transition: all .4s  linear 0s;
}


footer:hover #social {
	background-color: transparent;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s  linear 0s;
	-ms-transition: all .4s  linear 0s;
	-o-transition: all .4s  linear 0s;
	transition: all .4s  linear 0s;
}
footer:hover #social li {
	margin-left: 10px;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s  ease 0s;
	-ms-transition: all .8s  ease 0s;
	-o-transition: all .8s  ease 0s;
	transition: all .8s  ease 0s;
	-webkit-box-shadow: 1px 1px 2px transparent;
	box-shadow: 1px 1px 2px transparent;
	margin-right: 10px;
}







}
