@charset "utf-8";
/* CSS Document 
	PIXEL4 Diseño / Desarrollo Web / Tecnologías de la Información / Social Media / 
	http://pixel4.mx
*/

@font-face {
    font-family: "Politica";
    src: url('font/Politica.eot');
    src: url('font/Politica.eot?#iefix') format('embedded-opentype'),
         url('font/Politica.woff') format('woff'),
         url('font/Politica.ttf') format('truetype'),
         url('font/Politica.svg#Politica') format('svg');
    font-weight: normal;
    font-style: normal;
	}	

body {
	color: #070707;
	font-family:Politica, Helvetica, sans-serif;
	width: 1050px;
	max-width: 96%;
	margin: 0 auto;
	}

#header {
	height: 105px;
	padding-top:45px;
	}
	
/* site logo */
#site-logo {
	float:left;
	}

/* menu */
#menu {
	float:left;
	width:74.2%;
	height:25px;
	}
	
	
a {
	color: #69C;
	text-decoration: underline;
	}

a:hover {
	color: #000;
	text-decoration:none;
	}	


h1 {
	font-size: 165%;
	line-height: 80%;
	color: #000;
	text-align:right;
	}

h2 {
	padding: 5px 0;
	margin: 5px 0 0;
	font-size: 140%;
	color:#0152ad;
	}

h3 {
	padding: 5px 0;
	margin: 5px 0 0;
	font-size: 145%;
	color:#6fb2dd;
	text-align:right;
	}

h4 {
	font-size: 240%;
	line-height: 80%;
	color: #717271;
	text-align: left;
	letter-spacing:1px;
	line-height:30px;
	margin:5px 0px 5px 0px;
	}

h5 {
	padding: 5px 0;
	margin: 5px 0px 15px 0px;
	font-size: 185%;
	color:#6fb2dd;
	letter-spacing:2px;
	}

h6 {
	font-size: 145%;
	line-height: 60%;
	color: #000;
	text-align: left;
	margin:10px 0px 15px 0px;
	line-height:24px;
	}

p {
	margin: 0 0 20px;
	}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
	}

#pagewrap {
	width: 1050px;
	max-width: 100%;
	margin: 0 auto;
	background:#fff;
	color:#070707;
	}

.wrapper {
	overflow: hidden;
	clear:both;
	}

/* post image ilustración páginas */
	.post-image {
	width:100%;
	margin-bottom:15px;
	border:0px;
	}

/* post image ilustración páginas secundarias */
	.post-image-b {
	width:100%;
	margin-bottom:5px;
	border:0px;
	}

/* icono ilustración páginas */
	.icono  {
		float:left;
		margin-right:5px;
		margin-bottom:95px;
	}
	
	.bullet {
		float:left;
		margin-right:5px;
	}

.item {
	margin:0px !important;
	padding:0px 0px 10px 25px !important;
	}

.item ul {
	margin: 0px;
	padding: 0px;
	}

  .item li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear: both;
	line-height:22px;
	}
	
.item a {
	color: #070707;
	text-decoration: none;
	outline: none;
	font-size: 98%;
	}

.item a:hover {
	text-decoration: none;
	color: #4692c4;
	}
	
.fecha{
	color:#06F;
	margin-right:10px;
	}	

.cont{
	width:100%;
	text-align:right;
	}	

.cont-bis{
	clear: both;
	width:95%;
	padding:5px;
	height: 50px;
	text-align:right;
	}	

a.link {
	color:#070707;
	text-decoration:none;
	line-height:25px;
	}

a.link:hover {
	text-decoration:none; 
	color:#0055af;
	}

a.link-2 {
	color:#070707;
	text-decoration: underline;
	line-height:25px;
	font-weight:bold;
	font-size:1.1em;
	padding-left:10px;
	}

a.link-2:hover {
	text-decoration:none; 
	color:#0055af;
	}

a.link-boton{
	float: right;
    display: block;
    width:130px;
	height: 30px;
	line-height: 30px;
	color:#fff;
	text-align: left;
    text-decoration: none;
    background:#16366B url("img/vineta-bis.png") 0 0  no-repeat;
	background-position:left;
	background-size:25px 25px;
	border: 10px solid #16366B;
	margin: 10px;
	padding-left: 35px;}

a:hover.link-boton{
    background-position: -99% 0;
	text-decoration:none;
	color:#fff;
    background:#0E6587 url("img/vineta-bis.png") 0 0 no-repeat;
	background-position:left;	
	border: 10px solid #0E6587;
	background-size:25px 25px;} 

.nuevo{
	float: right;
	width: 70px;
	height: 20px;
	padding: 5px;
	color:#fff;
	background: #D61619;
	margin: 5px 10px;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
}
	
.fondo-publica{
	background: #F5F3F1;
	padding: 10px;
	margin-bottom: 20px;
}

.linea{
	border-top:2px solid #666;
	padding:2px;
	}	

.linea-bis{
	border-top:1px solid #ccc;
	padding:2px;
	margin: 25px 0px;
	}	


.ico{
	vertical-align:middle;
	margin-right:15px;
	}	
	
.audita{
	padding:10px;
	background:#E6E6E6;
	margin-bottom:10px;
	line-height:40px;
	}
	
.modulo{
	border-top:2px solid #d8d7dc;
	border-bottom:2px solid #d8d7dc;
	}

#footer{
	clear: both;
	background:#3c4349;
	padding:65px 25px 65px 25px;
	text-align:center;
	color:#fff;
	}

.destacado{
	color:#4e7bb9;
	font-size: 80%;	
	}	

a.bot1{
	float:left;
    display: block;
    width:125px;
    height:30px;
	color:#fff;
	text-decoration: none;
	text-align:center;
    background:#6a6e6f;
	line-height:30px;
	margin-right:15px;
	}

a:hover.bot1{
    background-position: -90px 0;
	color:#fff;
	text-decoration:none;
    background:#117ebf;		
	} 

a.bot2{
	float:left;
    display: block;
    width:115px;
    height:30px;
	color:#fff;
	text-decoration: none;
	text-align:center;
	line-height:30px;
	margin-right:10px;
    background:#117ebf;		
	}

a:hover.bot2{
    background-position: -90px 0;
	color:#fff;
	text-decoration:none;
    background:#6a6e6f;
	} 

.ruta{
	clear:both;
	padding:20px 0px 10px 0px;
	width:100%;
	border-bottom:1px solid #d5d6da;
	margin-bottom:25px;
	line-height:23px;
	}

/************************************************************************************
COLUMN
*************************************************************************************/
.col {
	float: left;
	margin-left: 1.5%;
	margin-bottom: 20px;
	padding-bottom:5px;
	line-height:24px;
	}

.fullwidth .col {
	float: none;
	margin-left: 0;
	}

/* grid4 col */
.grid4 .col {
	width: 22.6%;
	}

/* grid3 col */
.grid3 .col {
	width: 32.3%;
	}

/* grid2 col */
.grid2 .col {
	width: 49.0%;
	}

/* clear col */
.grid4 .col:nth-of-type(4n+1),
.grid3 .col:nth-of-type(3n+1),
.grid2 .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
	}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* reset cols to 3-column */
@media screen and (max-width: 740px) {
	/* grid4 */
	.grid4 .col {
		width: 31.2%;
	}
	.grid4 .col:nth-of-type(4n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 0;
		clear: left;
	}

	#header {
		height: 130px;
		}

	#menu {
		width:100%;
		}
		
		
		
	
}

/* reset cols to 2-column */
@media screen and (max-width: 600px) {
	/* grid4 */
	.grid4 .col {
		width: 48.4%;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid4 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}

	/* grid3 */
	.grid3 .col {
		width: 48.4%;
	}
	.grid3 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid3 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
	
	#menu {
		width:100%;
		}
	
	
}

/* reset cols to fullwidth */
@media screen and (max-width: 400px) {
	/* grid4 */
	.col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}
	
	#menu {
		width:100%;
		}
}

