/* Reset */
*{
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Generales ----------------------------------------
-------------------------------------------------- */ 

img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.4;
	margin-bottom: 30px;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

span {
	color: #000;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
}

/* Especificos ----------------------------------------
-------------------------------------------------- */

.portafolio {
	max-width: 343px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}

.full {
	max-width: 1080px;
	margin: auto;
	margin-bottom: 60px;
}

.pie_foto {
	font-size: 12px;
	color: #666;
	max-width: 80%;
}

.pie_foto > span {
	color: #000;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
}

.contenido {
	max-width: 600px;
	margin: auto;
	margin-bottom: 60px;
	clear: left;
	clear: right;
}

#letra {
	max-width: 100px;
	float: left;
	margin-right: 25px;
}

.doble {
	max-width: 1080px;
	margin: auto;
	margin-bottom: 500px;
}

.doble_img {
	float: left;
}

.doble_img_02 {
	float: right;
}

.doble_text > span {
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	color: #000;
}
.unica {
	max-width: 800px;
	margin: auto;
	margin-bottom: 60px;
}

.video_med {
	display:block;
	margin: auto;
	position: relative;
	max-width: 600px;
	margin-top: 20px;
	margin-bottom: 60px;
	clear: right;
}

.video_int {
	padding-top: 56.25%;
}

/* media queries ------------------------------------
-------------------------------------------------- */

@media screen and (max-width: 1030px){
img {
	margin-bottom: 10px;
}

.pie_foto {
	margin-left: 10px;
	max-width: 90%;
}

.doble {
	max-width: 500px;
}

}

@media screen and (max-width: 650px){
	.contenido {
	margin-left: 15px;
	margin-right: 15px; 
	margin-bottom: 60px;
}

.full {
	background-color: #eee;
	padding-bottom: 1px;
}
.doble_img {
	background-color: #eee;
	padding-bottom: 1px;
	margin-bottom: 60px;
}

.doble_img_02 {
	background-color: #eee;
	padding-bottom: 1px;
	margin-bottom: 60px;
}
.unica {
	background-color: #eee;
	padding-bottom: 1px;
}
}

.bold {
	font-weight: bold;
}