@charset "utf-8";
/* CSS Document */

#cont-piepagina {
	width: 100%;
	height:205px;
	background:url(http://www.bajacalifornia.gob.mx/portal/imagenes/fondos/fondo_pie.jpg) top left repeat-x;
	position: relative;
	top:15px;
	left: 0px;
	margin: 0 auto;
	
}
#pie-pagina {
	width: 995px;
	height: 205px;
	/*background: url(../imagenes/fondo_pie.jpg) top left repeat-x;*/
	background-image: url(http://www.bajacalifornia.gob.mx/portal/imagenes/fondos/fondo_pie.jpg) top left repeat-x;
	margin: 0 auto;
/*	margin-top: 15px;*/
/*	padding: 15px 10px 10px 10px;*/
}
#pie-pagina ul {
	list-style: none;
	padding-left: 0;
	margin-top: 3px;
}
#pie-pagina li {
	padding-left: 10px;
	margin-left: 0;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#pie-pagina li a {
	text-decoration: none;
	color: #fff;
}
#pie-pagina li a:hover {
	color: #fff;
	text-decoration: underline;
}

#p-logo {
	width: 150px;
	height: 70px;
	margin-top: 10px;
	background-image:url(http://www.bajacalifornia.gob.mx/portal/imagenes/escudo_pie.png);
	float: left;
	margin-left: 5px;
}
#p-gob-titulo {
	width: 160px;
	height: 114px;
	float: left;
	margin-left: 25px;
	margin-top: 10px;
	background-image: url(../images/gobierno.png);
	background-repeat: no-repeat;
}
#p-gob {
	width: 160px;
	height: 95px;
	float: left;
	/*margin-left: 15px;*/
	margin-top: 18px;
	margin-left: -7px;
}
#p-temas-titulo {
	width: 160px;
	height: 114px;
	float: left;
	margin-left: 25px;
	margin-top: 10px;
	background-image: url(../images/info_pub.png);
	background-repeat: no-repeat;
	margin-left: 0px;
}
#p-interes {
	width: 250px;
	height: 95px;
	margin-left: -5px;
	float: left;
	margin-top: 18px;
}
#p-interes-titulo {
	width: 160px;
	height: 114px;
	float: left;
	margin-left: 25px;
	margin-top: 10px;
	background-image: url(http://www.bajacalifornia.gob.mx/portal/imagenes/sitiosinteres_pie.png);
	background-repeat: no-repeat;
	margin-left: -7px;
}
#p-temas {
	width: 250px;
	height: 70px;
	margin-left: -7px;
	float: left;
	margin-top: 18px;
}
#p-tools {
	width: 210px;
	height: 95px;
	margin-left: -5px;
	float: left;
	margin-top: 18px;
}
#p-tools-titulo {
	width: 160px;
	height: 114px;
	float: left;
	margin-left: 80px;
	margin-top: 10px;
	background-image: url(../images/marco_legal.png);
	background-repeat: no-repeat;
	
}
#p-leyenda {
	width: 229px;
	height: 30px;
	margin-top: -20px;
	float: right;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 0px;
	text-align:right;
	left: 855px;
	top: 150px;
}

#p-clima {
	width: 105px;
	height: 55px;
	margin-left: 5px;
	float: right;
	margin-top: 30px;
	background-color: #FFFFFF;
	border: solid 1px #777;
	padding: 2px;
	margin: 2px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-radius: 7px;
}

#p-acces {
    float: left;
    height: 45px;
    margin-right: 600px;
    margin-top: -18px;
    text-align: center;
    width: 180px;
	/*background-color: #FFFFFF;
	border: solid 1px #777;
	padding: 2px;
	margin: 2px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-radius: 7px;*/
}


#traductor {
	width: 210px;
	height: 65px;
	margin-left: 5px;
	float: right;
	margin-top: 10px;
	clear: right;/*	border: solid 1px #777;
	padding: 2px;
	margin: 2px;	
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-radius: 7px;*/
	overflow: visible;
	position: absolute;
}

.ruta {
	height: 33px;
	background-image: url(http://www.bajacalifornia.gob.mx/portal/imagenes/fondos/fondo_ruta.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.renglonResaltado {
	background color:#F2F2F2;
}

.ContentFrame  
{  
	width: 400px; /* This is the size of area will actually display content */  
    height:300px;  
    overflow: hidden; /* To hide the big div */  
}  
.AllTabs  
{  
    width: 12000px; /* This should be the width  of TabContent * number of tab. */  
    height: 250px;  
    position:relative; /* Position should be relative so we could move it around */  
    overflow: hidden;  
}  
.TabContent  
{  
    width: 400px; /* This is the side of each tab */  
    height: 300px;  
    float:left; /* make sure all tab will be in one single line */  
}  

.contenedor-com
{
	width: 780px;
	display:inline-block;
	margin:5px;
}
.caja-com
{
	width: 30%;
	margin: 5px;
}
.nota-com
{
	margin:6px;
}
	
