/* RESET */

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}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:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


/* * * BÁSICO * * */

#gen-container{
    width:660px; color:#262626; box-sizing: border-box; margin-bottom:25px; font-family:arial, sans-serif !important;
}

#gen-container h2{
    font-family:arial, sans-serif; font-size:27px; font-weight:normal; margin: 0 0 15px 0; color:#262626; padding-top: 10px; border-top: 1px solid #A3A3A3;
}

#gen-container p{
    font-family:arial, sans-serif; font-size:15px; color:#262626; ;
}

#gen-container .firma{
    color:#808080; font-family:arial, sans-serif; font-size:13px; line-height: 18px; margin-top:10px; 
}

#gen-container .firma a{
    color:#808080; text-decoration:none;
}

#gen-container .firma a:hover{
    text-decoration:underline;
}

.clear{
	clear:both;
}

@media (max-width:659px){
#gen-container {
        padding:4% 0; width:300px; margin:auto;
    }
    
#gen-container h2{
        font-size:19px;
}

#gen-container p{
    font-size:13px;
    }   
    
#gen-container .firma{
    font-size:12px; 
}


}


/* * * * * */

.part-1{
    width:230px; float:left;
}

.part-1m{
	display:none;
}

.tab{
    width:100%; height:77px; margin-bottom:12px; box-sizing: border-box; background-color: #f2f2f2; cursor:pointer;
}

.tab img{
    float:left; margin-right:5px;
}

.tab-text{
    padding:5px 5px 0 0; float:left;
}

.name{font-weight:bold; font-size:14px; margin-bottom:5px;}

.party{font-size:13px !important; margin-bottom:10px ;}

.vote{font-size:23px !important;}

.tab-selected{
    background-color:#4d4d4d; 
}

.tab-selected p{
    color:#fff !important;
}

.tab-hover{
	background-color:#BFBFBF; color:#262626;
}

.part-2{
    float:right; width:420px;
}

.key{
    width:250px; height:35px; margin:auto auto 10px auto;
}

#g-key-Mesa_de_trabajo_1{
				position:relative;
				overflow:hidden;
				width:260px;
			}
			.g-aiAbs{
				position:absolute;
			}
			.g-aiImg{
				display:block;
				width:100% !important;
			}
			#g-key-Mesa_de_trabajo_1 p{
				font-family:nyt-franklin,arial,helvetica,sans-serif;
				font-size:13px;
				line-height:18px;
				margin:0;
			}
			#g-key-Mesa_de_trabajo_1 .g-aiPstyle0 {
				font-family:arial,helvetica,sans-serif;
				line-height:17px;
				color:#000000;
			}
			.g-aiPtransformed p { white-space: nowrap; }

.map img{
    width:100%; height:auto;
}

@media (max-width:659px){

.part-1{
	display: none;
}

.part-1m{
	display:block;
}

.part-2{
	width:300px; float:none;
}

.key{
	margin:0;}

select{
	width:100%; height:35px; margin-bottom:15px; font-size:14px;
	}

h3{
	font-size:13px; margin-bottom:5px;}

h4{
	font-size:13px; }

}