/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
/*-----------------------------------------------------------------------------------*/
/*	Limpiar css*/
/*-----------------------------------------------------------------------------------*/

*{	
	text-rendering: optimizeLegibility;
	font-size:13px ;}
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.8;
	font-size:13px;
	font-family: "Open Sans", 'lucida grande', tahoma, verdana, arial, sans-serif;
	min-width: 320px;
}
#zone-content p {
    margin: 10px 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
} /* Hide from IE Mac \*/
.clearfix {
	display: block;
} /* End hide from IE Mac */
.none {
	display: none;
} /* End Clearfix */
hr{
	border:none;
	background: #f2f2f2; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #f2f2f2 1%, #cccccc 52%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,#f2f2f2), color-stop(52%,#cccccc), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #f2f2f2 1%,#cccccc 52%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f2f2f2 1%,#cccccc 52%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f2f2f2 1%,#cccccc 52%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to right,  #f2f2f2 1%,#cccccc 52%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-8 */
height:4px;
}

.iframe_infolej .styled-select select, .iframe_infolej input,
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    -moz-box-sizing: border-box;
    background: #fefef;
background: #d6d6d6;
background: -moz-linear-gradient(top, #d6d6d6 0%, #ededed 15%, #f7f7f7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(15%, #ededed), color-stop(100%, #f7f7f7));
background: -webkit-linear-gradient(top, #d6d6d6 0%, #ededed 15%, #f7f7f7 100%);
background: -o-linear-gradient(top, #d6d6d6 0%, #ededed 15%, #f7f7f7 100%);
background: -ms-linear-gradient(top, #d6d6d6 0%, #ededed 15%, #f7f7f7 100%);
background: linear-gradient(to bottom, #d6d6d6 0%, #ededed 15%, #f7f7f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#f7f7f7', GradientType=0 );
    
	 border: 1px solid #EFEFEF;
    border-radius: 2px 2px 2px 2px;
    color: #000000;
    font-family: "Open Sans",'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 13px;
    height: 30px;
    outline: medium none;
    padding: 2px 3px;
}

#block-search-form #edit-submit{
	background:url(../images/search_btn.png) no-repeat 2px 2px #EFEFEF;
	 width: 30px;
	 height:30px;
	 overflow:hidden;
	 text-indent:50px;
	  border: 1px solid #DDD;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);}
#block-search-form #edit-submit:hover{
	opacity:0.7;}
	
button:focus, button-:active,
input:focus, input:active, select:focus,
select:active, textarea:focus,
textarea:active {
	box-shadow: 0 0 7px #660000 !important;
	z-index: 1;}

/********************************************************/
/* html basics */
/********************************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", 'lucida grande', tahoma, verdana, arial, sans-serif;
    letter-spacing: -0.05em;
	font-weight:normal;	
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	}

h1, h2, h3 {
    color: #999;
    font-family: "Times New Roman",Times,serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 27px;
    margin-bottom: 10px;
}
h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
h4 {
    font-family: "Open Sans",'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 18px;
}
h5 {
    font-family: "Open Sans",'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
}
h1.site-name a, h2.site-name a {
    color: #FFFFFF;
    font-family: "Open Sans",'lucida grande',tahoma,verdana,arial,sans-serif;
    font-weight: normal;
    letter-spacing: 0;
}
h1.title {
    color: #999;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    min-height: 24px;
    padding: 12px 0 10px;
    vertical-align: bottom;
}

a{
	color:#660000;
	text-decoration:none;}
a:link, a:visited {
    color: #660000;
    text-decoration: none;
}

a:hover{
	opacity:0.7;
	}
	
.view-footer a{
	color:#888;
	font-size:11px;}

.block-title{
	text-transform:uppercase;
	background: #777;
	font-size: 14px !important;
	color: #FFF;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	}
strong{
	color:#555;	}
/********************************************************/
/* head menu */
/********************************************************/

/* logo */

.logo-img{
	text-align:center;
	float:none;}

#block-search-form {
	text-align:center;}
#block-block-1{
	text-align:center;
	padding:20px 0;}
#block-superfish-1{
	text-align:center;
	position:relative;
	margin-bottom:-16px;
	margin-top:-5px;}
#superfish-1 .active-trail{
	padding-bottom:10px;
	background:url(../images/menuarrow.png) no-repeat center bottom;
	}
#superfish-1 li.active-trail ul li a{
	font-weight:normal;
	}
#superfish-1 li.active-trail ul li{
	background:none;
	padding-bottom:0;
	}
/* bloque de menu columna derecha */
.menu .active-trail a{
	font-weight:bold;
	color:#333;
	}
/* menu */

#superfish-1 {
	text-align:center;}
	
#superfish-1 li{
	float:none;
	display:inline-block;
	}
	
#block-menu-menu-menu-footer li{
	width:43%;
	float:left;
	display:inline-block;}
#block-menu-menu-menu-footer li a{
	text-transform:uppercase;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	text-decoration:none;
	padding:7px 0;}

#superfish-1 li a{
	text-transform:uppercase;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	color:#666;
	text-decoration:none;
	padding:7px 20px;}
	
#superfish-1 li ul li a{
	color:#666;
	font-family: "Open Sans", 'lucida grande', tahoma, verdana, arial, sans-serif;
	text-align:left;
	}
#superfish-1 li ul li:hover{
	background:#DEDEDE;}
ul.menu li {
    margin: 0 0 0 0.25em;
}
#superfish-1 li ul{
	border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
	-webkit-box-shadow:  0px 3px 4px 0px rgba(0, 0, 0, 0.3);
        
        box-shadow:  0px 3px 4px 0px rgba(0, 0, 0, 0.3);
		background:#EFEFEF;
	}
#superfish-1 li ul{
	margin-top:-7px;}

.sf-menu.sf-horizontal.sf-shadow ul, .sf-menu.sf-vertical.sf-shadow ul, .sf-menu.sf-navbar.sf-shadow ul ul {
    background:#DDD;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 0 8px 9px 0 !important;
}

/* zones */

#zone-menu-wrapper{
	background:url(../images/menubar.png) repeat-x 0 bottom;
	padding-bottom:24px;}
	
/*.node-type-galerias #zone-menu-wrapper,
.page-agenda-parlamentaria #zone-menu-wrapper,
.front*/ #zone-menu-wrapper {
    padding-bottom: 34px;
}
	
.front #zone-header-wrapper{
	background: url(../images/bg_body.png) repeat-x 0 top;}
.front #section-content{
	background:none;}

#section-content{
	background: url(../images/bg_body.png) repeat-x 0 top;}

#zone-preface{
	background:#FFF;
	-webkit-box-shadow:  0px -10px 20px -8px rgba(0, 0, 0, 0.4);
        
        box-shadow:  0px -10px 20px -8px rgba(0, 0, 0, 0.4);
	}
#zone-content{
	background: #FFF !important;    
	}

/********************************************************/
/* pages paginas */
/********************************************************/

/********************************************************/
/* footer */
/********************************************************/
#block-block-4,
#block-block-5,
#block-menu-menu-menu-footer{
	width:90%;
	text-align:center;
	padding:20px 0;	
	}
#block-menu-menu-menu-footer li{
	text-align:center;
	}

#block-menu-menu-menu-footer li{
	list-style:none;}
#block-block-5{
	float:left;}	
#block-menu-menu-menu-footer{
	float:left;
	margin:0 auto;
	}	
#block-block-6 ul li{
	color:#A0A0A0;
	font-size:11px;
	display:inline-block;
	margin:0 10px;}

#zone-footer-wrapper{
	background: rgb(210,210,210); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMSUiIHN0b3AtY29sb3I9IiNkMmQyZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(210,210,210,1) 11%, rgba(255,255,255,1) 96%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(11%,rgba(210,210,210,1)), color-stop(96%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(210,210,210,1) 11%,rgba(255,255,255,1) 96%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(210,210,210,1) 11%,rgba(255,255,255,1) 96%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(210,210,210,1) 11%,rgba(255,255,255,1) 96%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(210,210,210,1) 11%,rgba(255,255,255,1) 96%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

#block-block-4 {
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
    width: 100%;
}

#pie_buz {
    background: url("../images/buz_40.png") no-repeat scroll 0 0 transparent;
    margin-left: 10px;
    padding: 0 0 0 50px;
}

#pie_buz a {
    background: none repeat scroll 0 0 #868686;
    border-bottom: medium none;
    border-radius: 3px 3px 3px 3px;
    color: white;
    display: inline-block;
    font-size: 12px;
    margin: 10px 5px 5px 0;
    padding: 4px 7px;
    text-align: center;
    text-decoration: none;
    transition: background 0.1s linear 0s;
}

#pie_buz a:hover {
    background: none repeat scroll 0 0 #660000;
	opacity: 1;
}

/********************************************************/
/* bloques */
/********************************************************/

/* partidos */

.partidos li{
	display:inline-block;
	height:42px;
	width:42px;
	text-indent:43px;
	margin:5px;
	overflow:hidden;
	margin-left:25px !important;
	}
.partidos li:hover{
	opacity:0.7;}
.partidos li a{
	display:block;
	height:42px;
	width:42px;}
li#pri{
	background:url(../images/pri.png) no-repeat;}
.PRI,
li#PRI{
	background:url(../images/pri.png) no-repeat;}
li#pan{
	background:url(../images/pan.png) no-repeat;}	
.PAN,
li#PAN{
	background:url(../images/pan.png) no-repeat;}
li#prd{
	background:url(../images/prd.png) no-repeat;}
.PRD,
li#PRD{
	background:url(../images/prd.png) no-repeat;}
li#verde{
	background:url(../images/verde.png) no-repeat;}
.VERDE,
li#VERDE{
	background:url(../images/verde.png) no-repeat;}
li#movimiento{
	background:url(../images/mc.png) no-repeat;}
.movimiento,
li#MOVIMIENTO{
	background:url(../images/mc.png) no-repeat;}
li#nuevaalianza{
	background:url(../images/panal.png) no-repeat;}

/*.independiente,
li#INDEPENDIENTE,
li#independiente{
	background:url(../images/dip_indep.png) no-repeat;}*/
	
.page-diputados .PRI{
	overflow:hidden;
	text-indent:-43px;
	display:block;
	height:42px;
	width:42px;
	background:url(../images/pri.png) no-repeat;}
.page-diputados .PAN{
	overflow:hidden;
	text-indent:-43px;
	display:block;
	height:42px;
	width:42px;
	background:url(../images/pan.png) no-repeat;}
.page-diputados .PRD{
	overflow:hidden;
	text-indent:-43px;
	display:block;
	height:42px;
	width:42px;
	background:url(../images/prd.png) no-repeat;}
.page-diputados .PVEM{
	overflow:hidden;
	text-indent:-43px;
	display:block;
	height:42px;
	width:42px;
	background:url(../images/verde.png) no-repeat;}
.page-diputados .movimiento{
	overflow:hidden;
	text-indent:-43px;
	display:block;
	height:42px;
	width:42px;
	background:url(../images/mc.png) no-repeat;}
.page-diputados .independiente{
	overflow:hidden;
	text-indent:-43px;
	display:block;
	height:42px;
	width:42px;
	background:url(../images/dip_indep.png) no-repeat;}
.page-diputados .kumamoto{
	overflow:hidden;
	text-indent:-43px;
	display:block;
	height:42px;
	width:42px;
	background:url(../images/dip_kuma.png) no-repeat;}
.page-diputados .pt{
		overflow:hidden;
		text-indent:-43px;
		display:block;
		height:42px;
		width:42px;
		background:url(../images/pt.png) no-repeat;}
.page-diputados .morena{
			overflow:hidden;
			text-indent:-43px;
			display:block;
			height:42px;
			width:42px;
			background:url(../images/morena.png) no-repeat;}
.page-diputados .nd{
				overflow:hidden;
				text-indent:-43px;
				display:block;
				height:42px;
				width:42px;
				background:url(../images/nd.png) no-repeat;}

.page-diputados .views-field-title{
	font-size:16px;
	color:#666;
	}
.page-diputados .views-field-title div{
	float:left; 
	margin-right:10px;
	}	
.page-diputados .region-inner .views-row{
	padding-top:10px;
	border-bottom:dotted thin #DDD;
	margin-bottom:10px;}	
	
/* botones home */

.menu-lateral li{
	
}

/* redes */

.redes li a{
	opacity:0.8;
	display:block;
	height:24px;
	width:24px;
	overflow:hidden;
	text-indent:24px;}
.redes li a:hover{
		opacity:0.6;}
.redes li{
	display:inline-block;}
#jalisco a{ 
	background:url(../images/Icono-Jalisco.jpg) no-repeat;}
#envivo a{ 
	background:url(../images/logo_envivo.png) no-repeat;}
#instagram a{ 
	background:url(../images/instagram.jpg) no-repeat;}
#facebook a{ 
	background:url(../images/face.png) no-repeat;}
#twitter a{ 
	background:url(../images/twitt.png) no-repeat;}
#youtube a{ 
	background:url(../images/youtube.png) no-repeat;}
#soundcloud a{ 
	background:url(../images/soundcloud.png) no-repeat;}
#tumblr a{ 
	background:url(../images/tumblr.png) no-repeat;}

/* banners */

#block-views-vista-banners-block-1 img{
	border:thin solid #CCC;}
#block-views-vista-banners-block-1 td{
	text-align:center;}
	
/* convocatorias */
#block-views-vista-convocatorias-block-1{
	margin-top:20px;}
#block-views-vista-convocatorias-block-1 .field-content{
	color:#999;}
	
#block-views-vista-convocatorias-block-1  .views-field-title a,
#block-views-vista-licitaciones-block-1  .views-field-title a{
	padding-left:15px;
	background:url(../images/bullet.png) no-repeat 0 6px;
	color:#333;
	text-transform: uppercase;
}
	
/* boletines */

#block-views-vista-boletines-block-2 .views-field-created,
#block-views-vista-boletines-block-1 .views-field-created,
#block-views-vista-licitaciones-block-1 .views-field-created
{
	color:#999;
	font-size:11px;}

#block-views-vista-boletines-block-1 .views-field-title a{
	color:#333;
	}
	
/* botones laterales */

#node-page-43 .lista_comite li a,
.menu-lateral li a{
	display:inline-block;
	height:34px;
	color:#666;
	padding:19px 0 15px 50px;
	font-size:12px;
	}
	
.menu-lateral li a:hover{
	background:#FFF;}
	
#node-page-43 .lista_comite li,	
.menu-lateral li {	
	width:90%;
	text-shadow: 1px 1px 2px #ffffff;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	display:inline-block;
	margin:5px 0;
	border:2px solid #CCC;
	
	-webkit-border-radius: 3px;
    
    border-radius: 3px;
	
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 10%, rgba(204,204,204,1) 55%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(255,255,255,1)), color-stop(55%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 10%,rgba(204,204,204,1) 55%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 10%,rgba(204,204,204,1) 55%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 10%,rgba(204,204,204,1) 55%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 10%,rgba(204,204,204,1) 55%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */}
#gaceta a{
	background: url(../images/ico_agenda.png) no-repeat 5px 13px;}
#glosa{
	background: rgb(171,56,56); 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(171,56,56,1) 10%, rgba(102,0,0,1) 55%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(171,56,56,1)), color-stop(55%,rgba(102,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(171,56,56,1) 10%,rgba(102,0,0,1) 55%);
	background: -o-linear-gradient(top,  rgba(171,56,56,1) 10%,rgba(102,0,0,1) 55%);
	background: -ms-linear-gradient(top,  rgba(171,56,56,1) 10%,rgba(102,0,0,1) 55%);
	background: linear-gradient(to bottom,  rgba(171,56,56,1) 10%,rgba(102,0,0,1) 55%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
	
}	
#glosa a{
	background: url(../images/ico_video.png) no-repeat 5px 13px;
	color:#FFF;
	}
#sesiones a{
	background: url(../images/ico_video_gris.png) no-repeat 5px 13px;
	/*color:#FFF;*/
	}
#infolej a{
	background: url(../images/ico_INFOLEJ.png) no-repeat 5px 13px;}
#transparencia a{
	background: url(../images/ico_ojo.png) no-repeat 5px 13px;}
	
#personas a{
	background: url(../images/ico_perso.png) no-repeat 5px 13px;}
	
#declaracion a{
	background: url(../images/ico_doc.png) no-repeat 5px 13px;}
#visita a{
	background: url(../images/ico_escudo.png) no-repeat 5px 9px;}
#infantil a{
	background: url(../images/ico_infantil.png) no-repeat 5px 9px;}

/* banners inferiores */
#block-views-vista-banners-block-1 table tr{
	text-align:center;}
#block-views-vista-banners-block-1 td{
	list-style:none;
	float:none;
	margin:4px;
	display: inline-block;
	}
	
#block-views-vista-banners-block-1 td img{
	width:165px;
	height:auto;}
	
/* comites */

.comite__adquisiciones_de_bienesservicios_y_enajenaciones a{
    background: url("../images/ico_adq.png") no-repeat scroll 7px 13px rgba(0, 0, 0, 0);
	padding: 15px 0 15px 50px;
}
.comite__bibliotecaarchivo_y_editorial a{
    background: url("../images/ico_biblio.png") no-repeat scroll 7px 13px rgba(0, 0, 0, 0);
	padding: 15px 0 15px 50px;
	}
.comite__clasificacion_de_informacion_publica a{
    background: url("../images/ico_clas.png") no-repeat scroll 7px 13px rgba(0, 0, 0, 0);
	padding: 15px 0 15px 50px;
	}
.comite__peticiones_y_atencion_ciudadana a{
    background: url("../images/ico_pets.png") no-repeat scroll 7px 13px rgba(0, 0, 0, 0);
	padding: 15px 0 15px 50px;
	}
.comite__proceso_legislativo a{
    background: url("../images/ico_proces.png") no-repeat scroll 7px 13px rgba(0, 0, 0, 0);
	padding: 15px 0 15px 50px;
	}
.comite__relaciones_interparlamentarias_y_asuntos_internacionales a{
    background: url("../images/ico_rels.png") no-repeat scroll 7px 13px rgba(0, 0, 0, 0);
	padding: 15px 0 15px 50px;
	}
.comite__planeacion_del_poder_legislativo a{
    background: url("../images/ico_plan.png") no-repeat scroll 7px 13px rgba(0, 0, 0, 0);
	padding: 15px 0 15px 50px;
	}
.comite__transparencia a{
    background: url("../images/ico_trans.png") no-repeat scroll 7px 13px rgba(0, 0, 0, 0);
	padding: 15px 0 15px 50px;
	}
#block-block-12,
#block-block-11,
#block-block-10,
#block-block-8,
#block-block-9,	
#block-block-7{
	color: #666;
	background:#EFEFEF;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
padding:20px;
}

/* mesa directiva */

.view-mesa-directiva .view-content .views-row{
	color: #666;
	background: #F8F8F8;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
padding:5px 20px;}

.front #page-title{
	display:none;
	}
	
/* junta de coord politica */
.pri {
	overflow:hidden;
	text-indent:45px;
	 display: block;
    height: 42px;
    width: 42px;
    background: url("../images/pri.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.mc {
	overflow:hidden;
	text-indent:45px;
	 display: block;
    height: 42px;
    width: 42px;
    background: url("../images/mc.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.prd{
	overflow:hidden;
	text-indent:45px;
	 display: block;
    height: 42px;
    width: 42px;
    background: url("../images/prd.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.pan {
	overflow:hidden;
	text-indent:45px;
	 display: block;
    height: 42px;
    width: 42px;
    background: url("../images/pan.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.pvem {
	overflow:hidden;
	text-indent:45px;
	 display: block;
    height: 42px;
    width: 42px;
    background: url("../images/verde.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.nuevaalianza {
	overflow:hidden;
	text-indent:45px;
	 display: block;
    height: 42px;
    width: 42px;
    background: url("../images/panal.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.independiente {
	overflow:hidden;
	text-indent:45px;
	 display: block;
    height: 42px;
    width: 42px;
    background: url("../images/dip_indep.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.kumamoto {
	overflow:hidden;
	text-indent:45px;
	 display: block;
    height: 42px;
    width: 42px;
    background: url("../images/dip_kuma.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.pt {
	overflow:hidden;
	text-indent:45px;
	 display: block;
    height: 42px;
    width: 42px;
    background: url("../images/pt.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.morena {
	overflow:hidden;
	text-indent:45px;
	 display: block;
    height: 42px;
    width: 42px;
    background: url("../images/morena.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.nd {
	overflow:hidden;
	text-indent:45px;
	 display: block;
    height: 42px;
    width: 42px;
    background: url("../images/nd.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ciud {
	overflow:hidden;
	text-indent:45px;
	 display: block;
    height: 42px;
    width: 42px;
    background: url("../images/cesjal.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.congreso {
	overflow:hidden;
	text-indent:45px;
	 display: block;
    height: 42px;
    width: 42px;
    background: url("../images/congreso.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.consejo {
	overflow:hidden;
	text-indent:45px;
	 display: block;
    height: 42px;
    width: 42px;
    background: url("../images/consejo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.page-convocatorias .views-field-title a{
background: url("../images/bullet.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
    color: #333333;
    padding-left: 15px;
font-size:18px;
color:#666
}
#node-page-42 li a{
font-size:14px;
color:#666;}
.contenedor_comision li a,
.contenedor_junta li a{
font-size:18px;
color:#666;}
.page-convocatorias .item-list li,
#node-page-44 ul{
	min-height:70px;
	display:block;
	margin:10px 0;
	padding-left:60px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
	 display: block;
	border-bottom:dotted thin #DDD;}
#node-page-44 h4{
	float:left;}
#node-page-44 a{
	color:#666;
	font-size:14px;}
#node-page-44 li{
font-family: "Times New Roman", Times, serif;
	border-bottom:dotted thin #DDD;}
#node-page-42 li{	
	padding:5px;
	 display: block;
	border-bottom:dotted thin #DDD;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
font-family: "Times New Roman", Times, serif;}

.contenedor_comision li,
.contenedor_junta li{
	padding:20px;
	 display: block;
	border-bottom:dotted thin #DDD;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
font-family: "Times New Roman", Times, serif;
	}

.contenedor_comision{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
    vertical-align: top;}
.contenedor_comision li{
	margin-right:20px;
	display:inline-table;
	width:48%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;}
	
/* columna derecha estilos */

#region-sidebar-second li{
	font-size:12px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
	list-style-type:square;
	    margin-left: 20px;
    padding-left: 5px;
	margin-bottom:10px;}
	
/* imagen escudo */
.logo-img img{
	max-width:100%;
	height:auto;}
	
	/* mision y valores */
#node-page-3 .content li{
	display: inline-table;
font-family: "Times New Roman", Times, serif;
font-size:18px;
color:#666;
background: url("../images/bullet.png") no-repeat scroll 6px 16px rgba(0, 0, 0, 0);
    padding: 5px 5px 5px 20px;
	margin:10px;
	-webkit-box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.2);
        
        box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.2);
	}
#node-page-3 .content h3 span{
	font-size: 22px !important;
    margin-bottom: 10px;}
	
#block-block-2{
	text-align:center;
	}
	
/* nuestro congreso */

.lista_biblioteca_virtual li,
.block-menu-block li {
    border-bottom: thin dotted #DDDDDD;
    margin: 10px 0;
    padding-bottom: 10px;
    padding-left: 0;
}	
.lista_biblioteca_virtual li a,
.block-menu-block li a{
background: url("../images/bullet.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    padding-left: 15px;
font-family: "Times New Roman", Times, serif;
font-size:18px;
color:#666;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;}
.block-menu-block li{
list-style-image:none !important;
list-style-type:none;
list-style:none !important;
    margin-left: 0px !important;
    padding-left: 0px !important;}

#block-block-14 li{
	margin:10px 0;
    list-style-type: none;
	padding-left:0;
	margin-left:0;
	padding-bottom:10px;
	border-bottom:dotted thin #DDD;
	display: inline-table;}
#block-block-14 ul li p{
	color:#666;
	font-size:11px;
	clear:right;
	display: table-cell;
	vertical-align:top;}
#block-block-14 ul li div{
	margin-top:5px;
	float:left;
	margin-right:10px;}
	
.responsive-layout-wide #block-block-20 img,
.responsive-layout-normal #block-block-20 img,
.responsive-layout-narrow #block-block-20 img,
.responsive-layout-wide #block-block-19 img,
.responsive-layout-normal #block-block-19 img,
.responsive-layout-narrow #block-block-19 img,
.responsive-layout-wide #block-block-15 img,
.responsive-layout-normal #block-block-15 img,
.responsive-layout-narrow #block-block-15 img{
	display:block !important;	
	margin:0 auto;}
	
.responsive-layout-narrow #block-block-19 img,
.responsive-layout-narrow #block-block-15 img{
	height: auto !important;
    width: 100% !important;}

.responsive-layout-mobile #block-block-19 img,
.responsive-layout-mobile #block-block-15 img{
	display:none;}
	
/* botones extras columna derecha  */
#block-block-13 li{
	margin: 0 5px;
	display:inline-block;
	margin-left:0;
	padding-left:0;
	list-style:none;}
	
#block-block-13 {
	text-align:center;}
#block-block-13 ul{
	margin-top:10px;
	text-align:center;}
	
/* historia del congreso */

.page-node-2 #block-block-12 li,
.page-node-2 #block-block-11 li{
	font-size:10px;
	margin-bottom:0;}
.page-node-2 #block-block-12 p,
.page-node-2 #block-block-11 p{
	font-size:10px;}

/* prensa */
#block-youtubechannel-0 #youtubechannel-frame{
	}

/* forms */
#region-content form {
	border-color:#CCC;
   border-width: 1px;
   border-style: solid;
   padding:20px;
   font-family:"Times New Roman", Times, serif;
   font-size:14px;
   color:#999;
	
}

#region-content label {
	margin:10px 0;
}

#region-content input, select {
	margin-right:20px;
	margin:10px 20px 0 0;
}

/* diputados */
.field-items h4{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#666;
	}	
.contenedor_partido h4{
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	color:#666;
	}	
.contenedor_partido li{
	color:#999;
	font-family: "Times New Roman",Times,serif;
	font-size:15px;
    padding: 10px;
	-moz-box-sizing: border-box;
    vertical-align: top;
	}
.contenedor_partido li a:link{
    color: #666;
    text-decoration: none;
	font-size:18px;
	}	
.contenedor_partido li a:visited{
    color: #666;
    text-decoration: none;
	font-size:18px;
	}
	
/* perfil diputados */

.datos_iniciativas_dip h5{
	    letter-spacing: 0;
	font-size:16px;}
.datos_iniciativas_dip li{
	border:thin solid #DDD;
	padding:10px;
	background: none repeat scroll 0 0 #F8F8F8;
	margin-bottom:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}

.datos_iniciativas_dip a{
	padding-left:20px;
	background: url(../images/vineta.png) no-repeat 0 5px;}
.datos_iniciativas_dip .boton_descarga{
	display:inline-block;
	margin:10px 0;
	padding:5px;
	background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
-webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.2);
        
        box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;}
	
.datos_iniciativas_dip h4 {
    font-size: 20px;
	letter-spacing:1px;
}
	
/* sesiones en vivio */

.page-node-32 article{
	text-align:center;
	background:#F7F7F7;
	-webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);        
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
	padding:40px;		
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

/* agenda */
#block-views-2dbe2a2823d00176d1b3f64a5565abbb .view-header{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding: 1px 0 3px;
	text-align:center;
	font-size:14px;
	color:#FFF;
background: rgb(176,176,176); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IwYjBiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YThhOGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(176,176,176,1) 0%, rgba(138,138,138,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,176,176,1)), color-stop(100%,rgba(138,138,138,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(176,176,176,1) 0%,rgba(138,138,138,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(176,176,176,1) 0%,rgba(138,138,138,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(176,176,176,1) 0%,rgba(138,138,138,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(176,176,176,1) 0%,rgba(138,138,138,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b0b0', endColorstr='#8a8a8a',GradientType=0 ); /* IE6-8 */
}
#block-views-2dbe2a2823d00176d1b3f64a5565abbb .item-list ul li{
	padding:0px 0  0 5px; !important;}
#block-views-2dbe2a2823d00176d1b3f64a5565abbb li{
	margin:0 !important;
	list-style-type:none !important;}
	
#block-views-vista-esquelas-block-1,
#block-views-2dbe2a2823d00176d1b3f64a5565abbb{
	width:100%;
	padding-left:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;}

#block-views-2dbe2a2823d00176d1b3f64a5565abbb ul{
	-webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);        
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
	}

#block-views-2dbe2a2823d00176d1b3f64a5565abbb{
	margin-top:10px;}
	
#block-views-2dbe2a2823d00176d1b3f64a5565abbb .item-list{
	background:#F7F7F7;}
	
#block-views-2dbe2a2823d00176d1b3f64a5565abbb .views-field-title{
	width:78%;
	float:right;}
	
#block-views-2dbe2a2823d00176d1b3f64a5565abbb .views-row-odd {
	}
	
.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview {
  background: rgb(238,238,238); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
!important;
	padding: 5px 6px 5px 0;
}

.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview {
    color: #666;
}
.cutoff{
	background: none !important;}
	
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
	background: none !important;}
}
.calendar-calendar td .inner div.day a {
    color: #666;
}
/* trabajo legislativo */
b{
	color:#666;
	font-size:12px;}
	
.datos_acuerdos a,
.datos_iniciativas a{
	display:inline-block;
	margin:10px 0;
	padding:5px;
	background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
-webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.2);
        
        box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;}
	
.datos_iniciativas li{
	border-bottom: thin dotted #DDD;}
	
#block-block-16{
	text-align: right;}
	
.pager li.pager-next {
    position: absolute;
    right: 100px;
    top: 0;
}
	
.pager li.pager-first a, .pager li.pager-previous a, .pager li.pager-next a, .pager li.pager-last a {
    width: 100px;
}

/* video */
#block-block-21{
	margin-top:20px;
	text-align:center;
	max-width:100%;}
#player,	
#block-block-21 iframe{
	min-width:100%;}
	
.full-frame {
    height: 100% !important;
    width: 100% !important;
}
#block-block-21 .content {
}

#zone-content p {
    margin: 10px 0;
}

.breadcrumb {
	font-size:10px;
}

.context-prensa .views-field-created{
	font-size:11px;
	color:#666;}
	
.view-display-id-page_1 #region-content li,
.context-prensa #region-content li{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
	margin-bottom:10px;
	border-bottom: thin dotted #DDDDDD;}
	
.view-display-id-page_1  .views-field-title a,
.context-prensa .views-field-title a{
	font-size:16px;
	color:#666;}
	
/* directorio */

.context-directorio .view-vista-directorio .views-row{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
	 border-bottom: 1px dotted #CCCCCC;
    list-style-image: none;
    list-style-type: none;
    min-height: 114px;
    padding: 20px;}
	
.context-directorio .view-vista-directorio .views-field-field-image{
	float:left;}
	
.context-directorio .view-vista-directorio .views-field-field-image img{
	border:thin solid #F1F1F1;
	-webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.3);
        
        box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.3);}
		
.context-directorio .view-vista-directorio .views-field-field-fax,
.context-directorio .view-vista-directorio .views-field-field-extencion,
.context-directorio .view-vista-directorio .views-field-field-edificio,
.context-directorio .view-vista-directorio .views-field-term-node-tid-1,
.context-directorio .view-vista-directorio .views-field-term-node-tid,
.context-directorio .view-vista-directorio .views-field-field-correo{
	font-size:12px;
	color:#666;}
	
.context-directorio .view-vista-directorio .views-field-title{
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	color:#666;}
.context-directorio .view-vista-directorio .views-label{
	margin-right:4px;
	float:left;}
	
.context-directorio .view-vista-directorio .views-field-field-fax,
.context-directorio .view-vista-directorio .views-field-field-extencion,
.context-directorio .view-vista-directorio .views-field-field-edificio,
.context-directorio .view-vista-directorio .views-field-term-node-tid-1,
.context-directorio .view-vista-directorio .views-field-term-node-tid,
.context-directorio .view-vista-directorio .views-field-title,
.context-directorio .view-vista-directorio .views-field-field-correo{
	    margin-left: 95px;}
		
.datos_acuerdos li {
   border-bottom: thin dotted #DDDDDD;
}

.datos_acuerdos_dip li{
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #F8F8F8;
    border: thin solid #DDDDDD;
    margin-bottom: 10px;
    padding: 10px;
}
 
 .datos_acuerdos_dip .boton_descarga {
    -moz-box-sizing: border-box;
    background: linear-gradient(to bottom, #FFFFFF 0%, #F1F1F1 50%, #E1E1E1 51%, #F6F6F6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin: 10px 0;
    padding: 5px;
}

/* agenda */
.context-agenda-parlamentaria .views-field-title a {
    color: #666666;
    font-size: 9px;
	}

/* esquela */

#block-views-vista-esquelas-block-1 .view-content{
	background: url(../images/esquela.jpg) no-repeat 0 7px;
	padding:10px 10px 10px 40px;
	border:thin dotted #333;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;

-webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
        
        box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.3);}
	
#block-views-vista-esquelas-block-1 ul{
	padding-left:0;}
#block-views-vista-esquelas-block-1 li{
	margin:0;
	padding:0;
	list-style:none !important;
	}
	
/* iframe iniciativas */

.iframe_infolej{
	min-height:100%;}
	
#block-views-banners-laterales-block-1 .flex-control-nav
{
	display:none;
}

#block-views-banners-laterales-block-1 ul
{
	list-style-type: none;
}

#block-views-banners-laterales-block-1 li
{
	margin-left:0px !important;
	padding:0px !important;
}

#block-views-banners-laterales-block-1 .flex-direction-nav
{
	display:none;
}

#region-sidebar-second li
{
	list-style-type: none !important;
}

.field-name-field-fecha-pub
{
	text-align: right;
}
.field-name-body
{
	text-align:justify;
}

#block-views-vista-licitaciones-block-1 .views-row
{
	margin: 15px;
    width: 46%;
	margin-right: 10px;
	margin-left: 8px;
	display: inline-table;
}
.page-licitaciones .views-field-title a{
	background: url("../images/bullet.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
		color: #333333;
		padding-left: 15px;
	font-size:18px;
	color:#666
	}
	
.page-licitaciones .item-list li,
	#node-page-44 ul{
		min-height:70px;
		display:block;
		margin:10px 0;
		padding-left:60px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
		 display: block;
		border-bottom:dotted thin #DDD;}

.item-list .pager li
{
	min-height: 0px;
	padding-left: 0;
	margin: 0;
}

#zone-preface
{
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 25px;
}

.view-vista-minibanners .flex-control-nav
{
	bottom: -30px;
}

.view-vista-minibanners .flex-control-paging a
{
	background: #e4c1c1 !important;
}

.view-vista-minibanners .flex-control-paging a.flex-active
{
	background: #990000 !important;
}

.view-vista-minibanners .flex-control-paging li a
{
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-o-border-radius: 20px !important;
	border-radius: 20px !important;
}
.titulo_video
{
	padding-left: 30%;
	padding-right: 30%;
}