.clear
{
	clear: both;
}

body
{
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	font-weight: 400;
}

body.home
{
	/*background: url("../images/test/bg.jpg") no-repeat black; 
	background-size: cover;*/
	background-color: black;
	color: white;
}

body.home .separador, body.home hr
{
	background: url("../images/borde_punteado.gif") repeat-x;
	height: 1px;
}

.separador, hr
{
	background: url("../images/borde_punteado_negro.gif") repeat-x;
	height: 1px;
	border: 0;
}

.zoomWrapper
{
	cursor: url("../images/zoomCursor.gif"), url("../images/zoomCursor.png"), auto;
}

h3+hr
{
	margin-bottom: 20px;
	margin-top: 10px;
}

.preContent
{
	padding-top: 40px;
	text-align: center;
}

.preContent h2
{
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 4px;
	display: inline;
}

.preContent hr
{
	border: 0;
	width: 38px;
	margin: 15px auto 40px;
}

body.home .preContent hr
{
	margin: 30px auto 20px;
}

hr.small
{
	width: 18px;
}

hr.medium
{
	width: 34px;
}

p
{
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}

h1
{
	font-family: 'Droid serif', serif;
	font-style: italic;
	font-size: 20px;
	font-weight: 400;
	color: #4c4c4c;
	text-align: center;
	margin-bottom: 30px;
	text-transform: lowercase;
	letter-spacing: 1px;
}

h3
{
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

a, a:visited
{
	color: black;
}

a:hover
{
	font-weight: 600;
}

/* NAV */

body nav .logo
{
	display: block;
	width: 61px;
	height: 91px;
	background: url("../images/fabiana_galdano_logo.png") no-repeat;
	background-position: bottom;
}

body.home nav .logo
{
	background-position: top;
}

nav ul
{
	padding: 0;
	list-style: none;
	margin-top: 20px;
}

nav ul li
{
	margin-bottom: 8px;
}

nav ul li a,
nav ul li a:visited
{
	letter-spacing: 1px;
	color: inherit;
	text-decoration: none;
}

nav ul li a:hover
{
	font-weight: 700;
}

nav ul li.separador
{
	width: 16px;
	margin: 15px 0px;
}

nav ul li.social
{
	padding: 8px 0px;
}

nav ul li.social a
{
	display: block;
	width: 17px;
	height: 17px;
	float: left;
	background-position: bottom;
}

body.home nav ul li.social a
{
	background-position: top;
}

nav ul li.social a:hover
{
	background-position: top;
}

body.home nav ul li.social a:hover
{
	background-position: bottom;
}

nav ul li.social a.facebook
{
	background-image: url("../images/facebook.png");
	margin-right: 2px;
}

nav ul li.social a.flickr
{
	background-image: url("../images/flickr.png");
}

nav ul li.active > a
{
	font-weight: 700;
}

nav ul.children
{
	margin-top: 8px;
	margin-left: 10px;
	opacity: 1;
	
	transition: opacity 0.6s;
}

nav ul.children.closed
{
	height: 0;
	margin-top: 0;
	opacity: 0;
	overflow: hidden;
}

nav ul.children .drag
{
	left: -40px;
}

nav ul.children li
{
	margin-bottom: 0;
}

nav ul.children li a
{
	font-family: 'Droid serif';
	color: #777777;
	font-size: 11px;
	font-style: italic;
	text-transform: lowercase;
}

footer a,
footer a:visited
{
	color: white;
	
}

body.home .navspan .afip
{
	opacity: 0.6;
}

@media (min-height: 520px) {

	body.home .navspan .afip
	{
		position: fixed;
		bottom: 40px;
	}
}

section
{
	padding-bottom: 80px;
}

/* HOME */

section#home
{
	padding-top: 0;
	text-align: center;
	padding-bottom: 0;
}

section#home h1
{
	display: none;
}

/* TRABAJO Y TALLERES */

section#trabajo
{
	
}

section.mainContent > ul
{
	list-style: none;
}

section.mainContent .desc
{
	color: #585858;
	font-size: 11px;
	letter-spacing: 0.5px;
	margin: 12px 0 30px;
}

section.mainContent .info
{
	text-align: center;
	margin-top: 90px;
	padding-bottom: 90px;
}

section#taller .info
{
	margin-top: 45px;
	padding-bottom: 40px;
}

section.mainContent .info p
{
	margin-bottom: 20px;
}

section.mainContent .info .conceptoWrapper, 
section.mainContent .info .objetivoWrapper,
section.mainContent .info .eventoWrapper
{
	text-align: left;
}

section.mainContent .info .materialesWrapper, section.mainContent .info .dondeWrapper
{
	margin-bottom: 40px;
}

section.mainContent .info .materialesWrapper
{
	text-align: left;
}

section#taller .info .contactoWrapper
{
	font-weight: 700;
	color: black;
}

section .no-margin
{
	margin-left: 10px;
}

section.mainContent .info+hr
{
	margin-bottom: 50px;
}

section.mainContent hr.medium
{
	margin-bottom: 60px;
}

section#taller hr.medium
{
	margin-bottom: 35px;
}

section.mainContent .otrosTrabajos
{
	list-style: none;	
}

section.mainContent .otrosTrabajos .trabajo, section.mainContent .otrosTrabajos .trabajo:visited
{
	display: block;
	text-decoration: none;
	color: #585858;
	font-size: 11px;
	font-weight: 400;
	
	transition: opacity 0.4s;
}

section.mainContent .otrosTrabajos .trabajo:hover
{
	opacity: 0.8;
}

section.mainContent .otrosTrabajos .trabajo h4
{
	margin: 10px 0 2px;
}

section.mainContent .otrosTrabajos .trabajo p
{
	margin-bottom: 30px;
	font-family: 'Droid serif';
	font-style: italic;
	font-size: 11px;
}

.carousel
{
	margin-bottom: 0;
}

.carousel-control
{
	border: medium none;
	border-radius: 0 0 0 0;
	height: 28px;
	margin-top: 0;
	width: 16px;
	opacity: 1;
	left: -35px;
	top: 46%;
}

.carousel-control.left
{
	background: url("../images/flecha_iz_vacia.png") no-repeat;
}

.carousel-control.right
{
	background: url("../images/flecha_de_llena.png") no-repeat;
	right: -35px;
}

/* LINKS */
section#links
{
	
}

section#links ul
{
	list-style: none;
	width: 35%;
	margin: 0 auto;
}

@media (max-width: 767px) {
	section#links ul
	{
		width: 100%;	
	}
}

section#links ul li
{
	text-align: center;
	margin-bottom: 15px;
}

section#links ul li a, section#links ul li a:visited
{
	text-decoration: none;
	color: #191919;
}

section#links ul li a:hover
{
	text-decoration: underline;
}

section#links ul li a p
{
	color: #191919;
}

section#links ul li a strong
{
	display: block;
}

/* BIO */
section#bio
{
	
}

section#bio .nombre
{
	display: block;
	margin: -10px auto 30px;
	width: 174px;
}

section#bio .top
{
	margin-bottom: 65px;
}

section#bio .top p
{
	/*color: #333333;*/
	letter-spacing: 0.5px;
	line-height: 16px;
}

section#bio .no-margin
{
	margin-left: 0;
}

section#bio .top .imagen
{
	text-align: center;
}

section#bio .top .imagen img
{
	/*float: right;
	margin-right: 40px;*/
}

section#bio .top h3
{
	margin-top: 30px;
}

/* CONTACTO */
section#contacto
{
	
}

section#contacto p
{
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.5px;
}

section#contacto p a,
section#contacto p a:visited
{
	display: block;
	font-weight: 600;
	color: #363636;
	text-decoration: none;
}

section#contacto fieldset
{
	width: 40%;
	margin: 40px auto;
}

@media (max-width: 767px) {
	section#contacto fieldset
	{
		width: 90%;
	}
}

section#contacto fieldset input,
section#contacto fieldset label,
section#contacto fieldset button,
section#contacto fieldset textarea
{
	display: block;
	transition: background-color ease 0.8s;
}

section#contacto fieldset label
{
	font-size: 12px;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
}

section#contacto fieldset input,
section#contacto fieldset textarea
{
	width: 100%;
	border: 1px solid #808080;
	margin-bottom: 20px;
	font-family: "Droid Sans";
}

section#contacto fieldset textarea
{
	height: 135px;
}

section#contacto fieldset .error
{
	background-color: #C1C1C1f;
}

section#contacto fieldset button
{
	background-color: black;
	border: none;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Droid Sans";
	font-size: 12px;
	padding: 4px 10px;
}

nav.affix {
	width: 12%;
}

/** SMARTPHONES **/
@media (max-width: 767px) {
	
	nav
	{
		padding-left: 5%;
	}
	
	nav.affix {
		position: static;
		width: auto;
	}
	
	body.home .span2
	{
		width: 36%;
		float: left;
	}
	
	body.home .span10
	{
		float: left;
		width: 50%;
	}
	
	section .no-margin
	{
		margin-left: 0;
	}
}