/********************RESETS*********************/

*{
	margin:0;
	padding:0;
}

html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color:#fff;
	text-decoration:none;
}

.nf{
	clear:both;
}

/****************clase menu navegacion***************/
#header {
    position: relative;
	z-index:2;
	margin:auto;
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
			
ul, ol {
	list-style:none;
}
			
.nav1 > li {
	float:left;
}
			
.nav1 li a {
	/***background-color:#000;***/
	/**background-color:#F58729;**/
	background-color:#1b0c45;
	color:#fff;
	text-decoration:none;
	padding:10px 12px;
	display:block;
}
			
.nav1 li a:hover {
	/***background-color:#434343;***/
	/**background-color:#192A54;**/
	background-color:#ff4500;
}
			
.nav1 li ul {
	display:none;
	position:absolute;
	min-width:140px;
	border:1px #ccc solid;
}
			
.nav1 li:hover > ul {
	display:block;
}
			
.nav1 li ul li {
	position:relative;
	
}
			
.nav1 li ul li ul {
	right:-140px;
	top:0px;
}


/****************ESTILOS GENERALES***************/

body{
	font-size:12px;
	margin:0 auto;
}

#footer{
	/*background: #c3c3c3;*/
	background: #1e0f48;
	text-align:center;
}

#cabezera{
	background:url(../images/publicidad/baner7.jpg);
	/*background:url(../images/publicidad/baner.png);*/
	/**border-bottom:5px solid #7e0001;**/
	border-bottom:5px solid #fff;
	height:87px;
}


#cont_cabezera{
	max-width:960px;
	margin:0 auto;
}
#logo{
	height:65px;
	margin-left:65px;
	padding-top:10px;
	width:137px;
}

#galeria{
	
	background:#FBC634;
    height:auto;
    background-repeat: repeat;
   	style="width: 80%;
	background-attachment: fixed;
	
         
/**	background-image: url(../images/publicidad/banpre.jpg );
background-image: url(../images/publicidad/banprfo.jpg );
background-position: 10% 50%;
	background:#FBC634; #2a2929; 192a54,  #FBC634**/
}

#contenido{
 margin-left:15px;
 
}

#cont_contenido{
	color:#23154a;
	font-family:verdana, arial;
	font-size:12px;  /**13**/
	font-weight:normal;
	/**max-width:960px;**/
	max-width:1060px;
	margin: auto;
	text-align:justify;
	
	/**width:90%;**/
}
#cont_contenido2{
	color:#ffffff;
	font-family:verdana, arial;
	font-size:14px;  /**13**/
	font-weight:normal;
	/**max-width:960px;**/
	max-width:1060px;
	margin:0 auto;
	text-align:justify;
	
	/**width:90%;**/
}
#post{
	/**float:left;
	width:65%;**/
	box-sizing: border-box;
    width: 70%;
    height: 800px;
    /**border: 1em solid red;**/
    float: left;

}
#slide{
    box-sizing: border-box;
    width: 30%;
    height: 700px;
    /**border: 1em solid red;**/
    float: left;
}
/**datos de post y slide anteriores para borrar**/
/**#post, #slide{
	float:left;
	width:65%;
}  **/

#cont_galeria{
  float:right;
  width:30%;
  padding-top: 20px;
  padding-left: 10px;
  padding-bottom: 20px;
  height: 40%;
}


#post h1{
	font-family:"Myriad Pro", arial;
	font-size:17px;  /**19**/
	padding-top:10px;
}
#post p{
	padding-top:5px;
	width:700px;
	/**width:550px;**/
}
#post #lista{
	
	border-radius:5px;
	background: rgba(0,0,0,0.3);
	display: inline-block;
	list-style:none;
	margin-top:8px;
	margin-left:15px;
	padding:10px;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	width: 680px
}

#lista:hover{
	box-shadow: 0 0 8px #000;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}

#post #lista li{
	background:url(../images/publicidad/lapiz2.png) no-repeat;
	/**color:#fff;  Modificado color por tramites verificar demas paginas**/
	color:#192a54;
	font-family:"Myriad Pro", arial;
	padding-bottom:10px;
	padding-left:30px;
}
#lista li a{
  color:#192a54;
}

#lista2 li{
    /**background:url(../images/publicidad/lapiz2.png) no-repeat;**/
	color:#000;
	font-family:"Myriad Pro", arial;
	padding-bottom:10px;
	padding-left:30px;
}

#lista2 i{
  color: brown;
}
#lista3 li{
    background:url(../images/publicidad/Webmail2.jpg) no-repeat;
	color:#000;
	font-family:"Myriad Pro", arial;
	padding-bottom:10px;
	padding-left:30px;
}
#lista3 li a{
   color:#192a54;
}
/** fondo de tramites**/
#div2 {
    width:620px;
    height: 486px;
    background-image: url('../images/publicidad/ban tramites2.png');
	/**border: 1px solid black;**/
    padding: 25px;
    background-repeat: no-repeat;
	background-size: 100% 100%;
    background-position: left; 
} 

#div2 p{
  font-weight: bold;
  
}
#div2 ol li{
  font-size:10px;
  font-weight: bold;
}

#logo2 {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    /**background-color: #b0e0e6;**/
}
#slide{
    background: #1e0f48;
	/*background: rgba(0,0,0,0.3);*/
	/**margin-top:25px;**/
	padding:15px;
	margin:10px;
	width:260px;
	/**width: 260px;**/
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
}

#slide:hover{
	box-shadow:0 0 8px #000;

}

#slide ul{
	list-style:none;
}

#slide ul li{
	padding-top:5px;
	
}

#slide img{
	border:5px solid #fff;
}

#red_social{
    
	border-top:1px solid #979797;
	margin-top:10px;
	padding-left:15px;
	width:260px;
	box-sizing: border-box;
    
    /**border: 1em solid red;**/
    float: left;
}

#red_social img{
	border:0;
	padding-top:10px;
}

#cont_footer{
	color:#fff;
	font-size:14px;
	font-family:verdana;
	max-width:960;
	margin:0 auto;
	padding:15px;
	text-shadow:1px 1px 5px #000;
}

#cont_footer a{
	border-bottom:1px outset #fff;
	border-color:#98bf21;
}


#publicidad{
   position: relative;
   max-width: 970px;
   /*width: 917px;*/
   padding: 40px;
   margin-left: 10%; /*50px;*/  /*150*/
}

#baner{
	box-sizing: border-box;
    width: 70%;
    height: 700px;
    float: left;
	padding-top: 60px;
	padding-left: 150px;

}