﻿/* General definitions */

@import url(stylesheets/reset.css);
@import url(stylesheets/superfish.css);
@import url(stylesheets/jquery.tabs.css);

font { /* size, color, face */
color:inherit; /* Non IE browsers */
font:inherit; /* Non IE browsers. Opera used to have bug with font-size? */
font-size:100%; /* All browsers including IE . this would work for Opera's bug too */
} 



body { 
	background: #F5F5F5 url(images/bg_body.jpg) repeat-x top ;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
strong {font-weight:bold;}
p {line-height:1.2em;
text-align:justify;
margin:5px 0;
}
span {
font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight:normal;  }

h2 {
	font-size:14px;
	color:#F90;
	text-transform:uppercase;
	font-weight:bold;
	margin:5px 0;
	padding:5px 0;
}
.clear {
	clear:both;
}
	
.page {
	width:900px;
	margin:0 auto;
	min-height:300px;
	background:#FFF url(images/bg-foot2.jpg) repeat-x bottom;
	border:1px solid #FFF;
	border-top: 0;
	margin-top:30px;
	
	
	
	
}

.eline {
	width:900px;
	background:url(images/e-line.png) no-repeat 410px 50%;
	padding:10px 0;
	text-align:right;
	margin:0px auto;
	display:none;
	
	
	
		
}

 .header {
	height:195px;
	background: url(images/bg-head.jpg) repeat-x top;
	position:relative;
	width:100%;
	
	
	
}
.formlogin, .formsearch {
	padding:5px;
	background:#f8f8f8;
	margin-top:-10px;
	}
.formlogin span, .formsearch span{
	display:block;
	
	font-size:11px;
	color:#333;
	
	padding:0px;
}
.formlogin .txt-login, .formsearch .txt-search  {
	width:98%;
	
}

.foot { background:url(images/bg-foot.png) no-repeat center top;  position:relative; height:75px;}

.logo {
	background:url(images/logo_sec.jpg) no-repeat center;
	height:120px;
	width:170px;
	position:absolute;
	top:45px;
	left:0px;


}

.logo-text {
	background:url(images/logo_sec_text.png) no-repeat center;
	height:40px;
	width:399px;
	position:absolute;
	top:80px;
	left:160px;
	z-index:9999;
	


}

.menu {position:absolute;
	top:0px;
	left:0px;
	height:35px;
	/*border-bottom:1px solid #1A5C8F;*/
	width:100%;
	background:none ;
	z-index:999999999;
	
}

.head-title {
	position:absolute;
	top:36px;
	right:0px;
	width:600px;
	height:145px;
	background: url(images/head-bg-abstract.jpg) no-repeat right;
}

.content {
	background:#FFF;
	background:#FFF url(images/bg-foot2.jpg) repeat-x bottom;
}

.colleft{ 
float:left;
width:190px;
border-right:1px solid #f5f5f5;
padding: 0 5px;

}

.colcenter {
	float:left;
	width:478px;
	padding:0 10px ;
	
	
}



.colright{
	float:right;
	width:190px;
	border-left:1px solid #f5f5f5;
	padding: 0 5px;
}







table.rblock{
	border: 1px solid #8A91A0;
	background-color: #000000;
	margin-bottom: 2px;
}
table.rblock_orange{
	border: 1px solid #8A91A0;
	background-color: #FEB300;
	margin-bottom: 2px;
}
table.rblock_green{
	border: 1px solid #8A91A0;
	background-color: #75A919;
	margin-bottom: 2px;
}
table.rblock_blue{
	border: 1px solid #ffffff;
	background-color: #ffffff;
	margin-bottom: 2px;
}




th { 
    color: #000000; 
	padding : 4px; 
	}

a {
   text-decoration: none; 
   font-size: 12px; 
   color: #666666;
  
  }
a:hover {text-decoration: underline; color:#666 }


/* Code and Quote Definition */
div.xoopsCode { font-size: 11px; color: #006600; background-color: #FAFAFA; border: #c2cdd6 1px dashed;}
div.xoopsQuote { font-size: 11px; color: #444444; line-height: 125%; text-align: justify; background-color: #FAFAFA; border: #c2cdd6 1px dashed;}

/* Links for Quotes */
div.xoopsQuote a:link, div.xoopsQuote a:visited { color: #444444; font-weight: bold; background-color: transparent;}
div.xoopsQuote a:hover, div.xoopsQuote a:active { color: #1778cb; background-color: transparent;}

/* Redirect messages */
div.errorMsg {
	background-color: #1E90FF; 
	color: White; 
	text-align: center;  
	border: 1px solid #0081FD;
	padding: 8px;
	font-weight: bold;
}
div.confirmMsg {
	background-color : #FFF09B; 
	color: #FF4500; 
	text-align:center; 
	border: 1px solid #FFD700;
	font-weight : bold;
	width: 80%;
	margin: 0 auto;
	padding: 8px;
}

/* General small */
.fontSmall { font-size : 10px; background-color: transparent;}
a.fontSmall { color: #006699;}
a.fontSmall:hover { color: #C23030; text-decoration: underline;}

/*forms elements*/
input,textarea,select { 
	border: 1px solid #CCCCCC; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding:2px 0;
	margin:5px 0;
	
}
input:focus, textarea:focus, select:focus{
	border: 1px solid #999999;
}
input.formButton, input[type=submit], input[type=buttom] {
	background: url(images/bg-btns.jpg) repeat-x 0 -1px;
	width:auto;
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
	
	font-size:12px;
	font-weight:normal;
	padding: 2px 5px;
	
	
}

.outer {border: 0; width: 100%;}
.head {background-color: #EBEBEB; padding: 5px; font-weight: bold;}
.even {background-color: #FFFFFF; padding: 5px;  border-bottom: 1px solid #CCCCCC; }
.odd {background-color: #EFEFEF; padding: 5px; border-bottom: 1px solid #CCCCCC; }

tr.head td {background-color: #BDE3FB; padding: 5px; font-weight: bold;}
tr.even td {background-color: #FFFFFF; padding: 5px; border-bottom: 1px solid #CCCCCC;}
tr.odd td {background-color: #EFEFEF; padding: 5px; border-bottom: 1px solid #CCCCCC; }
tr.foot td {background-color: #E1E7EF; padding: 5px; font-weight: bold;}





.logo-foot {
	background:url(images/LOGO_NS1_pie1.png) no-repeat;
	height:50px;
	width:50px;
	position:absolute;
	top:20px;
	left:10px;
}

.texto-foot {
	position:absolute;
	top:25px;
	left:70px;
	font-weight:normal;
	font-size:12px;
	line-height:1.2em;
	color:#666;
	border-left:2px solid #666;
	padding:5px;
	padding-left: 10px;
}


/**
 * Declaraciones para nuevo formato
 * @author BitC3R0
 */
div#logoHead{
	padding: 0;
	text-align: left;
	background: url(bgheader.jpg) repeat-x;
	border-bottom: 3px solid #9ACD32;
}
div#bodyCP{
	width: 787px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 0px solid #CCCCCC;
	padding: 0px;
}
div#containBodyCP{
	padding: 0;
	margin: 0;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #CCCCCC;
}
div#navOptionsCP{
	padding: 0px 5px 0px 5px;
	text-align: right;
	background: #F1F1FC;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	height: 30px;
}
div#navOptionsCP a{
	border: 1px solid #DFE0FD;
	height: 32px;
	display: block;
	width: 32px;
	float: right;
	margin: 0;
	margin-right: 2px;
}
div#navOptionsCP a:hover{
	background-color: #E7F4F7;
	border-color: #ADD8E6;
}
div#navOptionsCP .modname{
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: Silver;
	margin-top: 4px;
}
.CPrssLinks{
	padding: 4px;
}
.CPrssLinks a{
	font-size: 12px;
	background: url(images/item.png) no-repeat left;
	padding: 2px;
	display: block;
	padding-left: 18px;
}
div.CPfoot{
	padding: 0px;
	background-color: #Ffffff;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #FFFFFF;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.item {border: 0px solid #cccccc; width: 100%; clear:both; margin-bottom:30px; border-bottom:1px dotted #ccc;}
.item a { color:#002d47;}
.item p {
	
	line-height:1.4em;
}
.item a:hover {color:#00709e}
.itemBody {font-size: 12px; font-family:Arial, Helvetica, sans-serif}
.itemHead { line-height:1.2em;  font-weight:bold; text-transform:uppercase;}
.itemHead a {font-size:12px; text-transform:uppercase; color:#000; font-weight:bold;}
.itemHead a:hover {color:#555; }
.itemInfo {text-align: left; padding:5px 0; margin:0 0 10px 0;  color: #999; font-size:11px; display:block; width:100%;  }
.itemInfo a { font-weight:bold; color:#888; font-size:11px; font-style:normal}
.nd { display:none;}
.itemText {line-height: 1.2em !important; font-size: 12px !important; color:#444 !important; font-family:Arial, Helvetica, sans-serif !important; clear:both; height:auto; font-weight:normal !important;  }
.itemText ul {
	margin:10px 20px;
}

.itemText li { text-align:justify;}

.itemText p { margin:10px 0;}

.itemInfo span.itemText a { font-weight:bold; color:#555;}
.itemText ul  li { list-style:square; padding:5px 10px;}

.itemText a, .itemText strong a {
	color: #069;
}

.itemIcons {
	text-align:right;
	background:#f5f5f5;
	padding:5px;
}
.itemIcons img { width:20px;}

font { color:#333; font-weight:bold;}

.itemTitle a {font-size: 100%; font-weight: bold;  color: #000000; }
.itemPoster {font-size: 90%; font-style:italic;}
.itemPostDate {font-size: 90%; font-style:italic;}
.itemStats {font-size: 90%; font-style:italic;}
.stitle {padding: 5px 0; margin:10px 0; text-transform:uppercase; font-weight:bold; text-align:justify}
/*.itemFoot {text-align: left; font-size:11px; padding: 5px 10px; background:#E0EBF5 url(images/bg-itemfoot.jpg) no-repeat left center; border-bottom:1px solid #D3E3F1; border-right:1px solid #D3E3F1;  border-top:1px solid #D3E3F1;}*/

.itemFoot {text-align: left; font-size:11px; margin:10px 0; padding: 5px 10px; /*background:#F7EBD9 url(images/bg-itemfoot2.jpg) no-repeat left center; border-bottom:1px solid #F2DEBF; border-right:1px solid #F2DEBF;  border-top:1px solid #F2DEBF; */ font-size:11px; color:#F7EBD9; text-align:right; clear:both;}
.itemFoot a { font-size:11px; color:#cc7a02; text-decoration:none; }
.itemFoot a:hover { color:#C60;}

/*.itemMoreLink { background: #D7F0FD; color:#FFF; padding:5px;}*/

.itemMoreLink {text-align: left; font-size:11px; margin:10px 0; padding: 3px 0px 3px 10px; background: url(images/bg-btns.jpg) repeat-x 0 -1px;   font-size:11px; color:#cc7a02;}
.itemMoreLink a { font-size:11px; color:#fff; text-decoration:none; }
.itemMoreLink a:hover { color:#C60;}

.itemText img {
	float:left; margin-right: 10px; margin-bottom: 10px; padding:5px; background:#fafafa;  }

.itemAdminLink {font-size: 90%;}
.itemPermaLink {font-size: 90%;}
.itemPageNav {
	margin:5px auto;
	text-align: center;
	color:#666;
	font-size:14px;
font-weight:bold;
	
}

.itemPageNav b {
	font-weight:bold;
}

.itemPageNav a { 
padding: 1px 5px; 
background:#F5f5f5;
border:1px solid  #ddd;
margin:1px; 
color:#666;
font-size:11px;
font-weight:normal;

}
	

.itemAdminLink { }
.itemVotes {}




ul.links {
	padding:10px 15px;
	background:#f8f8f8;
	
	
}

ul.links  li{
	margin:0 10px;
	padding:5px 0;
	text-align:justify; 
	list-style:url(images/bullet.gif);

}

ul.links li a{
	font-size:12px;
	color: #333;
	font-size:11px;
	line-height:1.2em;
	
}

ul.links li span {
	
	font-size:11px;
	color:#666;
	text-align:right;
	
}
.m-links {display:block;
padding:10px;
color: #036;
font-weight:bold;
background:#f5f5f5;
border-top:1px solid #FFF;
}

.more_links {
	text-align:left;
}

.more_links a {
	color:#004982;
	text-align:right;
	font-weight:bold;
}







.smartsection_category_header a {
	padding:5px;
}

.smartsection_category_header ul {
	margin:10px;
}

.smartsection_category_header li { padding:5px 0; text-align:justify; line-height:1.2em }
.smartsection_category_header li a { display:block; text-align: left; padding:2px; }
.itemText blockquote, .smartsection_category_header blockquote {margin:10px;}


.blockTitle{
    padding:5px;
	margin:0px 0 5px 0;
	text-align: left;
	font-size: 11px;
	color: #111;
	text-transform:uppercase;
	font-weight:bold;
	background:#f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
}

.bottom_center_c {
	margin-top:20px;
	
}

.bottom_center_c .blockTitle{
	background:none;
	padding:5px;
	margin:10px 0px;
	color: #333;
	font-size:11px;
	display:none;
}
.blockTitle2{
	background: #7B95A1;
	background:#D27A44;
    padding: 5px;
	margin:5px 0;
	text-align: left;
	font-size: 11px;

	text-transform:uppercase;
	
	color:#FFF;
	
	
}
.blockContent{
	padding: 5px 0;
	margin-bottom:5px;
}

.blockContent2{
padding: 5px 0;
margin-bottom:5px;

}

.bottom_center_c .blockContent
{
	padding: 0 10px;
	
}
.blockContent .menutitle{
	 padding:2px 0;
	 line-height:1.4em;
	 border-bottom:1px dotted #ddd;
	
	 
}

.mainmenu {
	margin:0 5px;
}
.mainmenu a{
	display: block;
	padding:5px;
	color: #cc7a02;
	
}
.mainmenu a:hover{
	color: #884720;
	background-color: #f5f5f5;
	text-decoration: none;
}
.submenu{
	padding-left: 10px;
}
.submenu a{
	display: block;
	width: 139px;
	*width: 130px;
	padding: 2px 2px 2px 18px;
	border: 1px solid #FFFFFF;
	font-size: 11px;
	border-bottom: 1px solid #ebebeb;
	background: url(images/submenu.png) no-repeat left;
	color: #82AD2B;
}


.menutitle4 {
cursor:pointer;
}

.menutitle2 {
cursor:cursor;
}
.menutitle4 {
    color: #000000;
	display: block;
	padding: 2px 2px 2px 18px;
	
	font-size: 12px;
	
	background: url(http://www.sec-sonora.gob.mx/sec/themes/default/images/icono_enlacePortada1.gif) no-repeat left;
	color: #FF4500;
}



.tramites-servicios ul {
	margin:5px 0;
	color:#37484D;
	}
	
.tramites-servicios strong, .tramites-servicios a {
	
	color:#37484D;
	font-size:11px;
}
.tramites-servicios ul  li{
	padding:5px 0;
	border-bottom:1px dotted #e0e0e0;
	line-height:1.2em;
}


.tramites-servicios .more {
	text-align:right;
	margin:10px 0;
}
.tramites-servicios .more a {
	text-align:right;
	font-weight:bold;
	color:#cc7a02;
}

.pagina-inicio {
	margin:5px;
	
}

.pagina-inicio li {
	padding:5px;
	height:24px;
	padding-left:30px;
	margin:2px 0
}

.pagina-inicio li.uno { background:url(images/Home2.png) no-repeat 0 50%;}
.pagina-inicio li.dos { background:url(images/star.png) no-repeat 0 50%;}
.pagina-inicio li.tres { background: url(images/Rss%201.png) no-repeat 0 50%;}
	
.avisos-convocatorias  {
	margin:5px;
}
.avisos-convocatorias li {
	float:left;
	width:240px;
	border:2px solid #FFF;

}

.avisos li {
	text-align:center;
	margin:5px 0;
}


.breadcrump{
	margin:5px 0;
	padding-bottom:5px;
	color:#666;
	border-bottom:2px solid #CCC;
	
	}
	
.titulo-paginas {
	padding:10px 0;
}

.titulo-paginas h2 {
	font-size:16px;
	font-weight:bold;
}


#avisosconvocatorias { margin:10px auto;  }
#avisosconvocatorias div ul {
	margin:10px;
}

#avisosconvocatorias div li {
	padding: 5px 0;
	margin:5px 0;
	list-style:url(images/bullet3.gif);
	border-bottom:1px dotted #999;
	line-height:1.2em;
	
}

#avisosconvocatorias div li a{ color:#000;  display:block; text-align:justify; }

.destacados li {
	border:1px #D6D6D3 solid;
	
	background:url(http://www.sec-sonora.gob.mx/sec/uploads/bg-destacados.jpg) repeat-x center;
	width:188px;
	height:50px;
	margin:1px 0;
}

.destacados li:hover {
	border:1px #C1C1BF solid;
	cursor:pointer;
	
}

.agenda {
	margin:10px auto;
	padding:5px;
	padding-left:22px;
	background:#FFFDD1 url(images/bg-agenda.jpg) no-repeat  center bottom;
}

.agenda .titulo {
	font-weight:bold;
	color:#000;
	font-size:11px;
	padding:8px 10px;
	background:#FFFDD1 url(images/bg-agenda-titulo.jpg) repeat-x bottom;
	margin-top:-10px;
	margin-left:-22px;
	margin-right:-5px;
	text-transform:uppercase;
	position:relative;
}

.agenda .titulo .btn-des {
	position:absolute;
	padding:3px 4px;
	background:#FAEEBC;
	color:#FFf;
	top:4px;
	right:4px;
	background:#FFFDD1 url(images/bg-agenda-btn.jpg) no-repeat center;
	cursor:pointer;
}

.agenda .descripcion {
	color:#000;
	font-style:italic;
	font-size:11px;
	padding:5px 0;
	color:#99987D;
	line-height:1.2em;
	
}

.agenda li {
	padding:5px 0;
	list-style:url(images/bullet3.gif);
}
.agenda li span {
	display:block;
	width:100%;
	margin:5px 0;
	font-size:10px;
	color:#99987D;
	
}

.agenda li a {
	font-size:10px;
	display:block;
	width:100%;
	margin:5px 0;
	font-size:11px;
	color:#24241C;
	line-height:1.2em;
	
	
}

.banner-news {
	margin: 0px;
	width:475px;
	height:130px;
	overflow:hidden;
	margin-bottom:10px
	
}
