/*--CSS Style Sheet------------------------------------------*/
/*-----by Gaspar Garcia de Paredes---------------------------*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}

* {
	text-decoration: none;
	
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

a {
	color: black;
}



/*-- Typography ---------------------------------------------*/

h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	
	font-size: 2.0em;
	
	line-height: 50px;
}
@media only screen and (max-width : 1600px) {
	h1 { font-size: 1.2em; line-height: 30px;	}
}
h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	
	font-size: 3.6em; /* old */
	font-size: 5.2vm; /* IE9 */
	font-size: 5.2vmin;
}
h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	
	font-size: 2.8em; /* old */
	font-size: 4.2vm; /* IE9 */
	font-size: 4.2vmin;}

h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	
	font-size: 2.5em; /* old */
	font-size: 3.6vm; /* IE9 */
	font-size: 3.6vmin;
}
#profileHeader h4 { color: #807c7c; }

h5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	
	font-size: 2.0em; /* old */
	font-size: 2.2vm; /* IE9 */
	font-size: 2.2vmin;
}

h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	
	font-size: 2.0em; /* old */
	font-size: 2.2vm; /* IE9 */
	font-size: 2.2vmin;
}
h6 + h5, h5 + h6 { padding-top: 20px;}
#profileSidebar h6 { font-size: 1.7em; font-size: 1.9vm; font-size: 1.9vmin; }


p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	
	font-size: 1.7em; /* old */
	font-size: 1.9vm; /* IE9 */
	font-size: 1.9vmin;
	
	letter-spacing: 0.01em;
		
	padding: 25px 0;
} 
p.last { padding-bottom: 0px; }
#profileSidebar p { font-size: 1.4em; font-size: 1.7vm; font-size: 1.7vmin; }

@media only screen and (max-width : 1600px) {
	h5, h6 { font-size: 2.2em; font-size: 2.5vm; font-size:2.5vmin;}
	p { font-size: 1.9em; font-size: 2.2vm; font-size: 2.2vmin; padding: 15px 0;}
}
p + p { padding-top: 0px;}
h4 + p, h5 + p, h6 + p { padding-top: 0px; }

p a { color: #eb6767; font-weight: 600; }

/*-- Header & Navbar Specific Type --*/

#header a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 50px;
	color: white;
}
@media only screen and (max-width : 1600px) {
	#header a { font-size: 1.0em; line-height: 30px;	}
}

/*-- Profile Header Specific Type --*/

@media only screen and (max-width : 1200px) {
	#profileHeader h2 { font-size: 30px; line-height: 30px; padding: 14px 0 6px 0; }
	#profileHeader h4 { font-size: 17px; line-height: 17px; padding: 0 0 25px 1px; }
}
@media only screen and (min-width : 1200px) {
	#profileHeader h2 { font-size: 35px; line-height: 35px; padding: 8px 0 6px 0; }
	#profileHeader h4 { font-size: 20px; line-height: 20px; padding: 0 0 20px 2px; }
}
@media only screen and (min-width : 1600px) {
	#profileHeader h2 { font-size: 55px; line-height: 55px; padding: 10px 0 5px 0; }
	#profileHeader h4 { font-size: 31px; line-height: 31px; padding: 0 0 25px 2px; }
}
@media only screen and (min-width : 2200px) {
	#profileHeader h2 { font-size: 70px; line-height: 70px; padding: 10px 0 5px 0; }	
	#profileHeader h4 { font-size: 40px; line-height: 40px; padding: 0 0 30px 2px; }
}


.semiBold {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}
.it {
	font-style: italic;
}
.wt {
	color: white;
}
.bk {
	color: black;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}


body {
	background: #f0eeee url('images/bg/white.png') repeat top left;
}

/*-- Header ---------------------------------------*/

#whiteHeader {
	position: fixed;
	z-index: 100;
	
	width: 100%;
	height: 20px;
	
	background: #f0eeee url('images/bg/white.png') repeat top left;
}

#header {
	position: fixed;
	z-index: 99;

	width: 100%;
	margin: 20px 0 0;
	padding: 2px 12% 2px 10%;
	
	background: #eb6767 url('images/bg/red.png') repeat top left;
	color: white;
}



/*-- Content Wrap ---------------------------------*/

@media only screen and (max-width : 1600px) {
	#content {		
		position: relative;
		float: left;
		padding-top: 100px;
		margin: 0 5%;
		width: 90%;
	}
}

@media only screen and (min-width : 1601px) {
	#content {	
		position: relative;
		float: left;
		padding-top: 120px;
		margin: 0 7.5%;
		width: 85%;
	}
}

#grayline {
	position: absolute;
	z-index: -1;
	
	width: 100%;
	height: 1px;
	
	background: #bfbbbb;
}

/*-- Profile Header -------------------------------*/

@media only screen and (max-width : 1600px) {
	#profileHeader {
		margin: 0 8%;
		padding: 5px 0 5px 115px;
		background-size: 100px 100px;
	}
	#grayline { top: 149px; }
} @media only screen and (max-width : 900px) { #profileHeader { margin: 0 2%; } }

@media only screen and (min-width : 1600px) {
	#profileHeader {
		margin: 0 10%;
		padding: 10px 0 15px 170px;
		background-size: 150px 150px;
	}
	#grayline { top: 194px; }
}

@media only screen and (min-width : 2200px) {
	#profileHeader {
		margin: 0 10%;
		padding: 20px 0 25px 220px;
		background-size: 200px 200px;
	}
	#grayline { top: 219px; }
}

.arias { background: url('images/candidatos/arias-cc.png') no-repeat top left; }
.navarro { background: url('images/candidatos/navarro-cc.png') no-repeat top left; }
.varela { background: url('images/candidatos/varela-cc.png') no-repeat top left; }
.barroso { background: url('images/candidatos/barroso-cc.png') no-repeat top left; }
.jovane { background: url('images/candidatos/jovane-cc.png') no-repeat top left; }
.lopez { background: url('images/candidatos/lopez-cc.png') no-repeat top left; }
.rodriguez { background: url('images/candidatos/rodriguez-cc.png') no-repeat top left; }



/*-- Profile Body & Sidebar -----------------------*/

#profileBody {
	float: right;
	clear: none;
	
	width: 60%;
	margin: 3% 5% 0 0;
	padding: 1.5% 3% 1.5% 1.5%;
	
	border-top: 1px solid #403e3e;
}
#profileSidebar {
	float: left;
	clear: none;
	
	width: 30%;
	margin: 3% 0 0 5%;
	padding: 1.5%;
	
	border-top: 3px solid #403e3e;
	border-bottom: 3px solid #403e3e;
	color: #403e3e;
	
	overflow: hidden;
}
@media only screen and (max-width: 900px) {
	#profileBody {
		float: left;
		clear: left;
		
		width: 100%;
		
		border-top: none;
	}
	#profileSidebar {
		float: left;
		clear: left;
		
		width: 100%;
		margin: 4% 0 0;
	}
	#profileSidebarLeft {
		float: left;
		clear: left;
		width: 49%;
	}
	#profileSidebarRight {
		float: right;
		clear: right;
		width: 49%;
	}
}
@media only screen and (min-width : 1200px) {
	#profileBody { width: 58%; margin-right: 7%; margin-top: 3%; }	
	#profileSidebar { width: 28%; margin-left: 7%; margin-top: 3%; }
}
@media only screen and (min-width : 2200px) {
	#profileBody { width: 55%; margin-right: 10%; margin-top: 2%; }	
	#profileSidebar { width: 25%; margin-left: 10%; margin-top: 2%; }
}



/*-- Propuesta de Gobierno ------------------------*/

#propuesta {
	position: relative;
	float: left;
	clear: left;
	
	width: 100%;
	margin-top: 5%;
		
	background: #bfbbbb url('images/bg/lightGray.png') repeat top left;
}
#propuestaContent {
	overflow: auto;
	width: 100%;
	
	padding: 4% 25% 1%;
}


.propuestaDoc {
	float: left;
	clear: none;
	
	height: 200px;
	width: 160px;
	
	margin: 0 30px 0 0;
} .propuestaDoc a { display: block; height: 200px; width: 160px; }

#propuestaCD { background: url('images/propuestas/cd.png') no-repeat top left; }
#propuestaPPa { background: url('images/propuestas/ppa.png') no-repeat top left; }
#propuestaPRD { background: url('images/propuestas/prd.png') no-repeat top left; }

@media only screen and (max-width : 2000px) {
	#propuestaContent { padding: 5% 20% 1% 15%; }
	
	#propuestaCD,
	#propuestaPPa,
	#propuestaPRD {
		background-size: 120px 160px;
	} 
	
	.propuestaDoc { width: 120px; height: 200px; }
	.propuestaDoc a { display: block; width: 120px; height: 200px; }
}
@media only screen and (max-width : 1200px) {
	#propuestaContent { padding: 6% 12% 2% 7%; }
	
	#propuestaCD,
	#propuestaPPa,
	#propuestaPRD {
		background-size: 90px 120px;
	} 
	.propuestaDoc { width: 90px; height: 140px;  }
	.propuestaDoc a { display: block; width: 90px; height: 140px; }
}



#propuesta div.lightGrayBar1,
#propuesta div.lightGrayBar2 {
	width: 100%;
	background: #bfbbbb url('images/bg/gray.png') repeat top left;
}
#propuesta div.grayBar1,
#propuesta div.grayBar2 {
	width: 100%;
	background: #807c7c url('images/bg/darkGray.png') repeat top left;
}

#propuesta div.lightGrayBar1 { height: 50px; }
#propuesta div.lightGrayBar2 { height: 30px; margin-top: 3%; }

#propuesta div.grayBar1 { height: 30px; }





/*-- Social Media Icons ---------------------------*/

#facebookShare { background: url('images/social/facebook-red.png') no-repeat top center;}
#twitterShare { background: url('images/social/twitter-red.png') no-repeat top center;}

#facebookShare,
#twitterShare {
	float: left;
	clear: none;
}

@media only screen and (max-width : 1600px) {
	#facebookShare, #facebookShare a,
	#twitterShare, #twitterShare a {
		height: 25px;
		width: 25px;
		background-size: 25px 25px;
		
		margin: 2px 0 0 14px;
	}
}

@media only screen and (min-width : 1601px) {
	#facebookShare, #facebookShare a,
	#twitterShare, #twitterShare a {
		height: 35px;
		width: 35px;
		background-size: 35px 35px;
		
		margin: 7px 0 0 20px;
	}
}

#facebookShare a,
#twitterShare a {
	display: block;
	margin: 0;
}

















