/*
Theme Name: MIGRANTES
Theme URI:
Description: WP Migrantes theme designed by <a href="http://www.bersof.com">bersof</a>. Migrantes es un tema simple,
Version: 1.3
Author: bersof
Author URI: http://www.bersof.com
Tags: two-columns, fixed-width, blue, custom-header
	By downloading and using this theme, you agree to the following terms:
    - All variations of this theme have to remain GPL
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

Soporte contactenos: support@bersof.com

*/

/* Reset styles
*******************************/
html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins,strong,ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}

/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}

body {
/*	background:url(img/body.jpg) 0 0 no-repeat #ecf7fd;*/
	background: url(img/bk.jpg) repeat-x #055697;
	color: #646464;
	font-size: 75%;
	text-align: left;
}

/* Default fonts
*******************************/
body,
input,
select		{ font-family: Tahoma, Arial, Helvetica, sans-serif; }
textarea,
pre,
code 		  { font-family:"Courier New", Courier, monospace; }

/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:normal;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2.5em;
    color:#fff;
    line-height:1;
}
h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.5em;
    padding-bottom:1em;
    color:#518cb1;
}
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

/* Text elements
*******************************/
p			  { margin: 0 0 1em 0; text-align: left; line-height:1.2; }
p.last 		  { margin-bottom:0; }
p.first		  { margin-top:1em; }
p.img		  { float: left; margin:0 1em 1em 0; padding:0; }

blockquote    {
    margin:0 0 1em 1em;
    padding-left:1em;
    border-left:2px solid #B8E0FA;
}
strong        { font-weight: bold; }
em            { font-style: italic; }
pre           { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }

dl {
    line-height:1.2;
    margin-bottom:1.2em;
}

hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #000 dotted;
}

/*links*/
a:link,
a:visited,
a:focus,
a:hover,
a:active	{ color: #518cb1; text-decoration: underline; cursor:pointer; }

a:hover		{}
a:visited	{}

a:active,
a:focus     { outline: 0; } /*remove border in ff*/

/* decorate lists in posts */
#bienvenida
{
 height:200px;
 border-top: 1px #e0e0e0 solid;
/* background-color:red;*/
}

.foto{
	float:left;
	height: 100px;
	width: 100px;
	background: url(img/foto_diputado_mauro_guzman.jpg) no-repeat;
}

#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}

#content .post ul {
    list-style-type:disc;
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:2;
}

/* Images
*******************************/
img 		{ outline:0;border:0; }

/* Form styles
*******************************/
input,
select,
textarea {
	font-size:1.0em;/*by default font-size is bigger*/
	vertical-align:baseline;
}

input.text,
input.file { cursor:text; }

input.button {
    cursor:pointer;
    color:#fefefe;
    border:0;
    background:url(img/header-search-button.gif) 0 0 repeat-x;
    font-weight:bold;
    padding:1px 12px;
    text-align:center;
}

input.radio,
input.checkbox { border: 0;padding: 0; }

/* Wordpress aligning
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin: 0 1em 1em 0;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption {
    border:1px solid #eee;
    text-align:center;
    padding-top:4px;
}
.wp-caption p.wp-caption-text {
    font-size:.92em;
    text-align:center;
}


/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.zoom {
    overflow:hidden;
}

/* Main styles
 *******************************/
#root {
    width: 980px;
    margin: 20px auto 0 auto;
/*    padding-bottom: 20px;*/
	background-color:WHITE;
}

/* Header
 *******************************/
#header {
	height:200px;
	background-color:blue;
	overflow: hidden;
}


#header .menu,
#header .search {

}

#header .menu {
    float:left;
    width:667px;
    height:28px;
    padding:10px 20px;
}


#top_menu {
	height: 30px;
	padding-top: 10px;
	padding-left: 10px;
	background:url(img/mnu_top.jpg) 0 0 no-repeat BLACK;
}

/*Men� superior*/
#hmenu{
	width: 480px;
	float:right;
}

ul#hmenu {  
	list-style:none;
	margin:0;
	padding:0;
	}
ul#hmenu li {
	margin:2px;
	padding:0;
	float:left;
	}

ul#hmenu li a {
	text-decoration:none;
	text-align:center;
	font-size:12px;
    font-weight:bold;
	color:#4f4f4f;
	}
ul#hmenu li a:hover {
	color:#508aaf;
}
/**/
/* Men� principal */
#menuppal{
	height:125px;
	width:215px;
	padding-top: 10px;
	margin-bottom: 2px;
	margin-left: 1px;
/*	background: url('img/bkmenu.jpg');*/
}

#menurep{
	height:28px;
	width:215px;
	padding-top: 10px;
	margin-bottom: 2px;
	margin-left: 1px;
/*	background: url('img/bkmenu.jpg');*/
}

#menu_dictamenes{
	height:125px;
	width:215px;
	margin-bottom: 2px;
	margin-left: 1px;
	padding-top: 60px;
	background: url('img/btn_dictamenes.jpg') no-repeat;
}

#menu_transparencia{
	height:100px;
	width:212px;
	margin-bottom: 2px;
	margin-left: 1px;
	padding-top: 60px;	
	background: url('img/btn_transparencia.jpg') no-repeat;
}

#menu_plan_estrategico{
	height:210px;
	width:208px;
	margin-bottom: 10px;
	margin-left: 1px;
	padding-left: 4px
	background-color:red;
}

#menu_enlaces_interes{
	height:120px;
	width:208px;
	margin-bottom: 10px;
	margin-left: 1px;
	padding-left: 4px
}

#menu_enlaces{
	width:215px;
	height:400px;
	padding-top: 10px;
	margin-bottom: 2px;
/*	margin-left: 3px;*/
	background-color:#f9fdff;
/*	background: url('img/bkmenu.jpg');*/
}

#menu_mercados{
	height:80px;
	width:196px;
	margin-bottom: 2px;
	margin-left: 1px;
	padding: 70px 0 0 20px; 
	background: url('img/titulo_mercados.png') no-repeat #f4f4f4;
}

#menu_newsletter{
	height:58px;
	width:196px;
	margin-bottom: 2px;
	margin-left: 1px;
	padding: 40px 0 0 20px; 
	background: url('img/noticiasxemail.png') no-repeat #f4f4f4;
}

#presidencia_comision{
	height:40px;
	width:216px;
	margin-bottom: 2px;
	margin-left: 1px;
	padding: 244px 0 0 1px; 
	background: url('img/titulo_presidencia_comision.jpg') no-repeat #f4f4f4;
}

#documentos_relevantes{
	height:41px;
	width:216px;
	padding-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}



ul#menusb {  
	margin:0;
	padding:0;
	}
ul#menusb li {
	margin:2px;
	padding:1px 5px;
	float:left;
	}
ul#menusb li a {
	display:block;
	width:190px;
	padding:4px 0;
	text-decoration:none;
	font-size:14px;
    font-weight:bold;
	color:#336799;
	}
ul#menusb li a:hover {
	color:navy;
}



ul#menupc {  
	margin:0;
	padding:0;
	}
ul#menupc li {
	margin:2px;
	padding:0px 5px;
	float:left;
	}
ul#menupc li a {
	display:block;
	width:190px;
	padding:0;
	text-decoration:none;
	font-size:14px;
/*    font-weight:bold;*/
	color:#eeeded;
	}
ul#menupc li a:hover {
	color:WHITE;
}

#caja {
width:204px;
display: none;
padding:5px;
margin-left:1px;
border:1px solid #dfdfdf;
background-color:#f4f4f4;
}

#mostrar{
display:block;
width:204px;
padding:5px;
margin-left:1px;
border:1px solid #f4f4f4;
background-color:#f4f4f4;
}
#caja a{text-decoration:none}
#mostrar a{color:#993300; text-decoration:none;}
/*end-menu principal*/

#header .menu li {
    float:left;
    background:url(img/header-menu-delim.gif) 100% 0 no-repeat;
}

#header .menu li.last {
    background:none;
}

#header .menu a {
    color:#fefefe;
    font-weight:bold;
    padding:0 14px;
    display:block;
    line-height:2.2;
}

#header .menu a:hover {
    text-decoration:none;
}


#heading {
    margin-top:4px;
    width:521px;
    float:left;
    clear:both;
    height:134px;
/*    background:url(img/heading.jpg) 0 0 no-repeat;
    padding: 66px 0 0 186px;*/
}

#heading a {
    color:#fff;
    text-decoration:none;
}

#heading .description {
    color:#fff;
}

#about {
    margin-top:4px;
    width:232px;
    height:164px;
    overflow:hidden;
    float:right;
    background:url(img/header-about-back.gif) 0 0 repeat-y #f9fdff;
    padding:18px;
}

#about .signature {
    text-align:right;
    margin:0;
}

#main {
    margin-top:4px;
    clear:both;
    overflow:hidden;
}

#left-block {
    width:216px;
    float:left;
    background:url(img/bk_menu.jpg) 0 0 repeat-x #f9fdff;
    background-position: 0 138px;
}


#left-block{
    margin-bottom:0px;
}

.box {
	padding:5px 1px;
    margin-bottom:4px;
	background-color: #f9fdff;
}

#left-block .box h2 {
    padding-bottom:16px;
}

#left-block .box ul {
    font-size:1.17em;
}

#left-block .box ul.children {
    padding-top:8px;
    font-size:1em;
}

#left-block .box li {
    padding:4px 0;
    padding-left:20px;
    background-repeat:no-repeat;
    background-position:0 6px;
    background-image:url(img/cat.gif);
}

#left-block .box li.current-cat {
    font-weight:bold;
}

#left-block .categories li{
    
}

#left-block .archive li {
    background-image:url(img/cal.gif);
}

#left-block .blogroll li,
#left-block .meta li{
	padding-bottom: 10px;
   /* background-color: RED;image:url(img/arrow.gif);*/
}

#left-block .blogroll li a:hover{
text-decoration: underline}

.box input.text {
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    background:#ecf0f2;
    padding:2px;
    color:#34668a;
    width:110px;
    font-size:.92em;
}

.box input.button {
    font-size:.92em;
    width:48px;
}

.box .tags {
    line-height:1.4;
}

.box .textwidget {
    font-size:.92em;
    line-height:1.4;
}

#left-block #recentcomments {
    font-size:.92em;
}

#left-block #recentcomments li {
    background:none;
    padding-left:0;
}


#wp-calendar {
    width:180px;
    font-size:.92em;
}

#wp-calendar caption {
    padding:0 0 4px 0;
    font-weight:bold;
}

#wp-calendar th,
#wp-calendar td {
    padding:2px;
    text-align:center;
}

#wp-calendar thead th {
    background:#eee;
}

#wp-calendar #prev {
    text-align:left;
    padding-top:4px;
}

#wp-calendar #next {
    text-align:right;
    padding-top:4px;
}

/* Content
 *******************************/
#main-block {
    width:760px;
    float:right;
}

#content {
    padding:18px;
    background:#fff;
    min-height:400px;
    height:auto!important;
    height:400px;
}

#content .post {
    overflow:hidden;
    margin-bottom:18px;
    clear:both;
}

#content .entry a {
	color:NAVY;
}

#content .entry a:hover {
	color:RED;
}


#content .date {
    float:left;
    width:54px;
    height:43px;
    padding-top:11px;
    background:url(img/post-date.gif) 0 0 no-repeat;
    color:WHITE;
/*    color:#669abb;	*/
    font-size:1.67em;
    text-align:center;
    margin: 0 0 20px 0;
    text-transform:uppercase;
}

#content .date span {
    font-size:0.65em;
    display:block;
}

#content .title,
#content .postdata {
    margin-left:74px;
}

#content .page .title {
    margin-left:0;
}

#content .title,.title2 h2 {
    background:url(img/post-title-border.gif) 0 100% repeat-x;
    padding-bottom:8px;
    margin-bottom:8px;
}

#content .title a {
    text-decoration:none;
    color:#265a8b;
}


#content .postdata {
    font-size:0.92em;
}

#content .category {
    background:url(img/cat.gif) 0 1px no-repeat;
    padding-bottom:1px;
    padding-left:20px;
    float: left;
}

#content .comments {
    background:url(img/comment.gif) 0 1px no-repeat;
    padding-bottom:1px;
    padding-left:20px;
    float: right;
}

#content .category,
#content .category a {
    color:#91adc1;
}

#content .entry {
    clear:both;
}

#content .entry .more-link {
    font-weight:bold;
    color:#518cb1;
}

#recent {
    margin-top:4px;
/*    background:#e7f5fe;*/
    overflow:hidden;
	background: url('img/bk_bottom.png') no-repeat;
}

#recent .posts,
#recent .comments {
    width:312px;
    padding:24px 32px;
}

#recent .posts {
    float:left;
}

#recent .comments {
    float:right;
}

#recent .posts ul,
#recent .comments ul {
    font-size:.92em;
    line-height:1.2;
}

#recent .posts li,
#recent .comments li {
    margin-bottom:1.1em;
}

#recent .posts li a {
    font-weight:bold;
}

#recent .comments li .author {
    font-size:0.91em;
    line-height:1.4;
}

#recent .comments li a {
    text-decoration:none;
}

#leavecomment {
    padding-top:1em;
}

.comments-list .avatar {
    margin-bottom:4px;
}

.comments-list li {
    padding:18px;
    line-height:1.2;
}

.comments-list li.graybox {
    background:#f5f5f5;
}

.comments-list cite {
    font-weight:bold;
    font-style:normal;
}

.comments-list small {
    font-size:.83em;
}

.comments-list .comment {
    margin-top:8px;
}

#commentform input.text,
#commentform textarea {
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    background:#ecf0f2;
    padding:2px;
    color:#34668a;
}

#commentform input.text {
    width:200px;
}

#commentform textarea {
    width:600px;
}

/* Footer
 *******************************/
#footer {
	height:250px;
/*    margin-top:4px;*/
    padding:25px 32px;
    font-size:.95em;
    overflow:auto;
    line-height:1.2;
	color: WHITE;
	border-top:solid 3px #cae9fd;
	background: url(img/footer.jpg) no-repeat;
/*    background:url(img/cubes.gif) 705px 4px no-repeat;*/
}

#footer img {
	vertical-align:middle;
}

#footer .copyright {
    float:left;
}

#footer .links {
    float:right;
}

#footer .links a {
    padding-left:16px;
    margin-left:16px;
    background-repeat:no-repeat;
    background-position:0 1px;
}

#footer .rss {
    background-image:url(img/rss.gif);
}

#footer .login {
    background-image:url(img/login.gif);
}

#footer a.powered {
    padding:0;
}

.mnu{
 background-color: white;
 padding-bottom: 10px;
 margin-bottom:4px; 
}

.mnu li{
 display:block;
 font-size: 14px;
 color: #5691b3;
 padding: 3px 10px;
 margin-left: 5px;
}



.mnu li a, .mnu li a:visited {
 display:block;
 color: #646464;
 text-decoration:none;
 padding: 1px 0;
}

.mnu li a:hover{
 display:block;
 color: #5691b3;
 text-decoration:none; 
 background-color: #f6fafc; 
 padding: 1px 0; 
}


.separador{
 height: 170px;
}

.FRG,.GANA,.PP,.PU,.UCN,.UNE,.BG,.LID,.IND{
 color:BLACK;
 font-size: 14px;
 height:110px;
 padding-top: 60px;
}

.FRG{background: url(img/FRG.png) no-repeat; background-position: 135px 110px;}
.GANA{background: url(img/GANA.png) no-repeat; background-position: 135px 110px;}
.PP{background: url(img/PP.png) no-repeat; background-position: 135px 110px;}
.PU{background: url(img/PU.png) no-repeat; background-position: 135px 110px;}
.UCN{background: url(img/UCN.png) no-repeat; background-position: 135px 110px;}
.UNE{background: url(img/UNE.png) no-repeat; background-position: 135px 110px;}
.BG{background: url(img/BG.png) no-repeat; background-position: 135px 110px;}
.LID{background: url(img/LID.png) no-repeat; background-position: 135px 110px;}
.IND{background: url(img/IND.png) no-repeat; background-position: 135px 110px;}


.ver_documento
{
 background: url('img/icono_pdf.jpg') no-repeat;
 line-height: 1.2;
 padding-left: 20px;
 width: 500px;
}

.ver_documento a
{
 color: #518cb1;
 text-decoration:none;
}

.ver_documento a:hover
{
 color: RED;
 text-decoration:underline;
}

#search{
	width: 360px;
	float: left;
}


#search label {
    color:#fff;
    padding-right:8px;
}

#search input.text {
    width:175px;
	border:0;
	margin-left: 88px;
    margin-right:20px;
}

#search input.button {
    color:#fefefe;
    border:0;
    background:url(img/header-search-button.jpg) 0 0 repeat-x;
    font-weight:bold;
    width:57px;
	height:23px;
    padding:0;
    text-align:center;
    /*height:23px;*/
}

.widgettitle{
 height:4px;
 color:WHITE;
}

.shutterset_sidebar_3 img:hover{
	border-color: WHITE;
}

#content2 {
    padding:10px 18px 0 18px;
    min-height:120px;
    height:auto!important;
    height:120px;
}

#content2 .post {
    overflow:hidden;
    margin-bottom:18px;
    clear:both;
}

#content2 .entry a {
    color:#e08105;
}

#content2 .title a {
    text-decoration:none;
    color:#265a8b;
}


#content2 .entry {
    clear:both;
}

#content2 .entry .more-link {
    font-weight:bold;
    color:#518cb1;
}

#content2 .title2 a {
    text-decoration:none;
    color:#265a8b;
}

#content2 .title2 a:hover {
    color:#518cb1;
}

#content2 .title2 a:hover {
    color:#518cb1;
}

#content3 {
    padding:5px 18px 10px 18px;
    background:url('img/logo_comision_migrantes.png') no-repeat 506px 64px;
    min-height:180px;
    height:auto!important;
    height:180px;
}

#content3 .entry {
    clear:both;
	width: 470px;
}

#content3 .title2 a {
    text-decoration:none;
    color:#265a8b;
}

.box h3{
	padding-left: 5px;
}

#calendar_wrap{
 padding-left: 5px;
 padding-bottom: 5px;
}

.blogroll{
	padding-left: 5px;
}

.blogroll li a{
	text-decoration:none;
}