@charset "UTF-8";
@import url("../webfonts/Orator/stylesheet.css");
@import url("../webfonts/fontawesome/stylesheet.css");
/* CSS Document */
body {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Orator;
	color: rgba(114,114,114,1.00);
	width: 1064px;
	text-transform: uppercase;
	font-size: 15px;
}

h1 {
	color: rgba(123,29,30,1.00);
	font-family: orator;
	font-size: 24px;
	font-weight: 400;
	text-align: left;
	}

h2 {
	color: rgba(123,29,30,1.00);
	font-family: orator;
	font-size: 17px;
	font-weight: 400
	}

h3 {
	color: rgba(59,59,59,1.00);
	font-family: orator;
	font-size: 17px;
	font-weight: 400
	}

h4 {
	color: rgba(123,29,30,1.00);
	font-family: orator;
	font-size: 17px;
	font-weight: 400
	}

h5 {
	color: rgba(123,29,30,1.00);
	font-family: orator;
	font-size: 17px;
	font-weight: 400;
	padding-top: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

a {
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	text-decoration: none;
	color: rgba(77,77,77,1.00);
	}

table, tr, td {
	border-style: none;
	}

.main {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}

input, textarea {
	border: thin solid rgba(168,168,168,1.00);
	border-radius: 3px;
	background-color: rgba(236,236,236,1.00);
	font-family: Orator;
	font-size: 14px;
}
.boton-form {
	padding-top: 7px;
}
/* ----------------MENU--------------- */
nav {
	width: 408px;
	margin-bottom: 10px;
	float: left;
	font-size: 17px;
	text-decoration: none;
	clear: both;
	margin-right: 600px;
	line-height: 30px;
	display: inline;
}

nav ul {
	margin-left: 0px;
	padding-left: 0px;
}

nav ul li {
	display: inline;
	margin-right: 9px;
	padding-left: 0px;
	margin-left: 0px;
}

nav ul li ul {
	position: fixed;
	height: 1px;
	padding-top: 10px;
	width: 130px;
	background-color: rgba(255,255,255,1.00);
	padding-left: 5px;
	margin-top: -8px;
	z-index: 999 !important;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	visibility: hidden;
	color: rgba(255,255,255,1.00);
	overflow-y: hidden;
	overflow-x: hidden;
	margin-right: 4px;
}



nav ul li:hover ul {
	display: block;
	position: absolute;
	height: 130px;
	padding-top: 10px;
	width: 140px;
	background-color: rgba(255,255,255,1.00);
	padding-left: 5px;
	margin-top: -8px;
	z-index: 999 !important;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	visibility: visible;
	overflow-x: hidden;
	overflow-y: hidden;
	}

nav ul li ul li {
	color: rgba(131,43,30,1.00);
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	clear: both;
}

nav ul li:hover {}

nav ul li a {
	text-decoration: none;
	color: rgba(103,103,103,1.00);
}

nav ul li a:hover {
	color: rgba(131,43,30,1.00);
	}
/* ----------------END MENU--------------- */

/* ----------------HEADER--------------- */
header {
	width: 100%;
	height: 100px;
}

.logo {
	font-family: orator;
	color: rgba(123,29,30,1.00);
	font-size: 30px;
	letter-spacing: 5px;
	word-spacing: 7px;
	margin-top: 30px;
	margin-bottom: 10px;
	height: 40px;
}
.logo a {
	
	color: rgba(123,29,30,1.00);
	}
/* ----------------END HEADER--------------- */

/* ----------------SECTION--------------- */

.imagen-home {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	background-image: url(../img/Vivian-aguero-home.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 467px;
	margin-top: 11px;
}

.contenido-contacto {}

.contacto {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	margin-bottom: 30px;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 30px;
	float: left;
	text-align: left;
}
.contacto2 {
	width: 270px;
	margin-right: auto;
	margin-left: 164px;
	height: 400px;
	margin-bottom: 30px;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	float: left;
	text-align: left;
}
.linea {
	border-left: thin solid rgba(192,192,192,1.00);
}

.bio {
	text-align: left !important;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 20px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: baseline;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	background-color: rgba(247,247,247,1.00);
}
.expo {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: rgba(247,247,247,1.00);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: rgba(106,106,106,1.00);
}
/* ----------------END SECTION--------------- */

.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-envelope-o:before{content:"\f003"}
.fa-envelope:before{content:"\f0e0"}


/* ----------------GALERIA--------------- */

.galeria {
	width: 1000px;
	padding-left: 12px;
	padding-right: 12px;
}

.muestra {
	width: 200px;
	height: 140px;
	padding-right: 30px;
	padding-bottom: 30px;
	float: left;
}
.obra {
	margin-bottom: 20px;
	text-align: left ;
	float: left;
	width: 1024px;
}
.imagen-obra {
	width: 500px;
	float: left;
	max-height: 500px;
	min-height: 300px;
}

.descripcion-obra {
	width: 470px;
	text-align: left !important;
	float: left;
	margin-left: 20px;
}

.detalles-obra{ 
	width: 470px;
	text-align: right !important;
	float: left;
	margin-left: 20px;
}

.imagen-obra-large {
	width: 750px;
	padding-bottom: 30px;
	clear: both;
	min-height: 200px;
}

.descripcion-obra-large {
	width: 47%;
	padding-top: 0px;
	padding-bottom: 10px;
	font-family: Orator;
	float: left;
	margin-right: 3%;
	text-align: left;
}
.detalles-obra-large {
	width: 44%;
	padding-top: 0px;
	padding-bottom: 10px;
	font-family: Orator;
	float: left;
	margin-right: 3%;
	margin-left: 3%;
	text-align: right;
}
.descripcion-obra-tall {
	width: 590px;
	float: left;
}

.nav-bar {
	width: 300px;
	text-align: center;
	height: 50px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.subtitulo {
	font-family: Orator;
	font-style: normal;
	color: rgba(149,149,149,1.00);
	font-size: 14px;
}
/* ----------------END GALERIAN--------------- */

/* ----------------RETRATOS--------------- */

.imagen-retrato-small {
	width: 500px;
	float: left;
	}

.descripcion-retrato-small {
	width: 373px;
	text-align: left !important;
	margin-bottom: 20px;
	float: left;
	margin-left: 20px;
	}
.imagen-retrato-large {
	width: 1024px;
	float: left;
	text-align: left;
	margin-bottom: 30px;
	}

.descripcion-retrato-large {
	width: 373px;
	text-align: left !important;
	float: left;
	}	
/* ----------------END RETRATOS--------------- */

/* ----------------FOTOGRAFIAS--------------- */

.imagen-fotografia-small {
	width: 550px;
	float: left;
	}

.descripcion-fotografia-small {
	width: 373px;
	text-align: left !important;
	margin-bottom: 20px;
	float: left;
	margin-left: 20px;
	}
	
.imagen-fotografia-large {
	width: 1024px;
	float: left;
	text-align: left;
	margin-bottom: 30px;
	}

.descripcion-fotografia-large {
	width: 373px;
	text-align: left !important;
	float: left;
	}	

/* ----------------END FOTOGRAFIAS--------------- */
.scroll {
	height: 183px;
	overflow-y: scroll;
	overflow-x: scroll;
	margin-top: 20px;
	text-align: left;
}
.descripcion-obra:hover flecha-scroll {
	visibility: hidden !important;
}
.flecha-scroll {
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1000;
	visibility: visible;
	text-align: center;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,1.00) 100%);
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
	font-size: 12px;
	color: rgba(192,192,192,1.00);
	vertical-align: text-top;
	position: relative;
	top: -24px;
}
/* ----------------FOOTER--------------- */

footer {
	width: 100%;
	height: 30px;
	margin-top: 30px;
	text-decoration: none;
	right: 40px;
}

.idiomas {
	float: left;
	text-align: right;
	height: 30px;
	width: 986px;
	right: 40px;
	padding-right: 40px;
}

.idiomas ul {
	display: inline;
}

.idiomas ul li {
	display: inline;
}

.idiomas ul li a {
	color: rgba(70,70,70,1.00);
	text-decoration: none;
	
}
.idiomas ul li a:hover {
	color: rgba(125,43,43,1);
	text-decoration: underline;
}
.active {
	color: rgba(131,43,30,1.00) !important;
	}
	
.copyrght {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	text-align: left;
	color: rgba(158,158,158,1.00);
	position: fixed;
	bottom: 0;
	width: 1024px !important;
	float: left;
	background-color: rgba(255,255,255,1.00);
	margin-right: auto;
	margin-left: auto;
	right: auto;
	left: auto;
	padding-top: 10px;
	border-style: none;
	}	
	
/* ----------------END FOOTER--------------- */
