/*
Theme Name: ISP
Theme URI: 
Description: 
Version: 1.0

*/

body {
	font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #424242;
	margin: 0;
	background: #325d5a url('images/body-bg.gif') repeat-x;
	min-width: 965px;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
.bg {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.main-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 1%;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	width: 100%;
	z-index: 50;
	background: url(images/body-img.jpg) no-repeat 50% 0;
}
.main-left-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 1%;
	background: url('images/body-bg2.gif') repeat-x;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	width: 50%;
}
/* index start */
#page {
	overflow: hidden;
	width: 965px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
/* header start */
#header {
	overflow: hidden;
	width: 100%;
	height: 104px;
}
/* logo start */
#header .logo {
	float: left;
	margin: 0;
}
#header .logo a {
	display: block;
	text-indent: -9999px;
	width: 189px;
	height: 104px;
	outline: none;
	background: url('images/logo.gif') no-repeat;
}
/* logo end */

.nav {
	float: right;
	margin: 47px 11px 0 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.nav .tabs,
.nav .login-page {display:none;}
.nav li {
	float: left;
}
.nav li a span {
	height: 50px;
	background-repeat: no-repeat !important;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
}
.nav li a:hover {
	border: 0;
}
.nav li a:hover span {
	background-position: 0 -50px;
}
.nav li a.active span {
	background-position: 0 -100px !important;
}
.nav .ini a span {
	width: 81px;
	background: url(images/nav-link1.gif);
}
.nav .quienes-somos a span {
	width: 158px;
	background: url(images/nav-link2.gif);
}
.nav .soberania a span {
	width: 107px;
	background: url(images/nav-link3.gif);
}
.nav .participa a span {
	width: 95px;
	background: url(images/nav-link4.gif);
}
.nav .contactenos a span {
	width: 136px;
	background: url(images/nav-link5.gif);
}
.nav .reg a span {
	width: 179px;
	background: url(images/nav-link6.gif);
}
/* header end */
/* content start */
#content {
	overflow: hidden;
	width: 100%;
}
#content .last {
	background: none;
}
.cont-box {
	overflow: hidden;
	width: 100%;
	border-bottom: 9px solid #325d5a;
}
.sober {
	float: left;
	width: 710px;
	position: relative;
}
.sober-img {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index:0;
}
.sober .active {z-index:1;}
.sober-img img {
	display: block;
}
.comp-link {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 112px;
	height: 33px;
	background-repeat: no-repeat !important;
}
.sober .comp-link {
	position: absolute;
	left: 16px;
	top: 201px;
	background: url(../images/comp-link1.gif);
}
.sober-menu {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 260px 0 0;
	list-style: none;
	background: #000;
}
.sober-menu li {
	float: left;
	background: #000 url(../images/sober-menu-bg.gif) no-repeat;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	margin-left: -1px;
	padding-right: 1px;
}
.sober-menu li a {
	float: left;
	width: 125px;
	height: 25px;
	padding-top: 15px;
	color: #30a6a0;
	text-decoration: none;
	margin-left: 1px;
}
.sober-menu .double a {
	height: 31px;
	padding-top: 9px;
}
.sober-menu li a:hover {
	color: #fff;
	background: none;
}
.sober-menu li.active a {
	color: #fff;
	background: #549830 !important;
}
.recibe {
	float: right;
	width: 245px;
	border: 5px solid #d3d3d3;
}
.recibe h2 {
	margin: 0;
	text-indent: -9999px;
	width: 245px;
	height: 47px;
	background: url(images/recibe-title.gif) no-repeat;
}
.res-form {
	overflow: hidden;
	width: 215px;
	background: #ababab url(images/recibe-box-bg.gif) repeat-x;
	padding: 0 16px 0 14px;
	min-height: 243px;
}
* html .res-form {
	height: 243px;
	overflow: visible;
}
.res-form strong {
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin-top: 18px;
}
.res-form label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 34px;
}
.res-form .text {
	overflow: hidden;
	width: 207px;
	padding: 7px 4px 8px;
	background: #fff;
	border: 0;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #424242;
	margin-top: 6px;
}
.res-form .submit {
	display: block;
	margin-top: 31px;
	margin-left: -2px;
}
.res-form p {
	margin: 15px 0 0;
	font-size: 11px;
	line-height: 13px;
}
.res-form p a {
	color: #000;
	text-decoration: underline;
}
.res-form p a:hover {
	text-decoration: none;
}
.col-holder {
	overflow: hidden;
	width: 955px;
	border: 5px solid #d3d3d3;
	background: url(images/hold-bg-middle.gif) repeat-y;
}
.hold-bottom {
	overflow: hidden;
	width: 100%;
	background: url(images/hold-bg-bottom.gif) no-repeat 0 100%;
}
/* main start */
#main {
	float: left;
	width: 602px;
}
.main-title {
	overflow: hidden;
	height: 1%;
	padding:16px 0 18px 39px;
	background: url(images/main-title-bg.gif) no-repeat;
}
.main-title h2 {
	margin: 0;
	font-size: 18px;
	color: #69aa46;
	font-weight: normal;
}
.main-hold {
	overflow: hidden;
	width: 100%;
	background: url(images/col-top.gif) repeat-x;
	padding-top: 3px;
}
.main-box {
	overflow: hidden;
	width: 554px;
	padding: 25px 36px 28px 12px;
	background: url(images/main-box-bg.gif) no-repeat 0 100%;
}
.sob-menu {
	overflow: hidden;
	height: 1%;
	margin: 0 0 0 -9px;
	padding: 0;
	list-style: none;
}
.sob-menu li {
	float: left;
	background: url(images/sob-menu-bg.gif) no-repeat 0 2px;
	padding: 0 8px 0 9px;
	margin-left: -1px;
	font-size: 12px;
}
.sob-menu li a {
	font-size: 14px;
	font-weight: bold;
	color: #424242;
	text-decoration: none;
	padding-left: 2px;
	margin-top: -1px;
}
.sob-menu li a:hover {
	text-decoration: underline;
}
.main-box h3 {
	margin: 20px 0 0;
	font-size: 18px;
	color: #30a6a0;
}
.main-box h3 a {color: #30a6a0;text-decoration:none;}
.main-box h3 a:hover {text-decoration:underline;}
.main-box p {
	margin: 9px 0 0;
	line-height: 17px;
}
.coment {
	overflow: hidden;
	width: 100%;
	padding-top: 28px;
}
.coment .com-text {
	float: left;
}
.coment .com-text strong {
	font-size: 18px;
}
.coment .leer {
	float: right;
	padding-left: 30px;
	background: url(images/arrows.gif) no-repeat 0 50%;
	text-decoration: underline;
	color: #000;
	margin: 4px 0 0 30px;
}
.coment .leer:hover {
	color: #fff;
}
.pagination {
	overflow: hidden;
	width: 100%;
}
.pagination ul {
	float: right;
	margin: 30px 35px 0 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.pagination ul li {
	float: left;
	margin-left: 10px;
}
.pagination ul li a {
	color: #000;
	text-decoration: none;
}
.pagination ul li a:hover,
.pagination ul li a.active {
	text-decoration: underline;
}
.inner .pagination ul {
	margin-right: 20px;
}
/* main end */
/* sidebar start */
#sidebar {
	float: right;
	width: 348px;
}
.side-form {
	overflow: hidden;
	width: 338px;
	padding: 2px 2px 2px 8px;
	background: #000;
}
.side-form .text {
	float: left;
	width: 224px;
	padding: 8px 4px;
	border: 0;
	background: #b3e5e2;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #424242;
	margin-top: 7px;
}
.side-form .submit {
	float: right;
}
.side-hold {
	overflow: hidden;
	width: 100%;
	background: url(images/col-top.gif) repeat-x;
}
#sidebar h2 {
	margin: 0;
	font-size: 18px;
	padding: 23px 0 25px 13px;
	background: url(images/side-box-bg.gif) no-repeat 0 100%;
}
.temas-hold {
	overflow: hidden;
	width: 347px;
	padding: 7px 0 20px;
}
.temas-hold ul {
        overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.temas-hold ul li {
	height: 57px;
}
.tema-left {
	float: left;
	width: 160px;
	margin-left: 20px;
	display: inline;
}
.tema-right {
	float: right;
	width: 160px;
}
.temas-hold ul li  strong {
	font-size: 18px;
	color: #30a6a0;
	float: left;
}
.temas-hold ul li  a {
	float: left;
	width: 121px;
	font-size: 14px;
	color: #424242;
	font-weight: bold;
	text-decoration: none;
	margin: 2px 0 0 8px;
}
.temas-hold ul li  a:hover {
	text-decoration: underline;
}
.twit {
	overflow: hidden;
	width: 100%;
	border-top: 6px solid #d3d3d3;
	padding-top: 10px;
}
.twit-title {
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-bottom: 11px;
}
.twit-title h3 {
	float: left;
	margin: 12px 0 0 12px;
	font-size: 18px;
	display: inline;
}
.twit-title .comp-link {
	float: right;
	background: url(images/comp-link3.gif);
	margin-right: 10px;
}
.twit-box {
	overflow: hidden;
	width: 321px;
	padding: 0 15px 28px 12px;
	background: url(images/side-box-bg.gif) no-repeat 0 100%;
	margin-top: 7px;
}
.twit .last {
	padding-bottom: 19px;
}
.twit-box span {
	display: block;
}
.twit-box p {
	margin: 0;
	line-height: 17px;
}
/* sidebar end */
/* content end */
/* footer start */
#footer {
	border-top: 5px solid #30a6a0; 
	background: #000;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 100;
	margin-top: 18px;
}
.footer-cont {
	overflow: hidden;
	width: 965px;
	margin: 0 auto; 
}
.footer-blocks {
	overflow: hidden;
	width: 970px;
	margin: 0 0 0 -5px;
}
.footer-blocks .block {
	float: left;
	border: 5px solid #30a6a0; 
	border-top: 0;
	width: 308px;
	color: #fff;
	font-size: 12px;
	margin-left: 5px;
	display: inline;
}
.footer-blocks .block h3 {
	margin: 0;
	height: 37px;
	text-indent: -9999px;
}
.footer-blocks .block h3.head1 {
	background: url(images/footer-head1.gif)  repeat-x;
}
.footer-blocks .block h3.head2 {
	background: url(images/footer-head2.gif)  repeat-x;
}
.footer-blocks .block h3.head3 {
	background: url(images/footer-head3.gif)  repeat-x;
}
.footer-blocks .block .cont {
	overflow: hidden;
	height: 1%;
	background: #228480 url(images/footer-block-bg.gif)  repeat-x;
	min-height:180px;
}
*html .footer-blocks .block .cont {
	height:180px;
}
.footer-blocks .block .libro {
	padding: 12px 8px 12px 5px;
}
.footer-blocks .block p {
	line-height: 15px;
	margin: 0;
	padding: 14px 0 0;
}
.footer-blocks .block .libro img {
	float: left;
	margin: 10px 11px 0 0;
}
.footer-blocks .block .libro .btn {
	float: right;
	margin-top: 30px;
}
.footer-blocks .block .libro .btn img {
	display: block;
	margin: 0;
}
.footer-blocks .block .event {
	padding: 12px 0 13px;
}
.footer-blocks .block .event .date {
	display: block;
	padding-left: 19px;
	margin: 0 0 0 4px;
	color: #000;
	background: url(images/date-bullet.gif)  no-repeat 0 50%;
}
.footer-blocks .block .event .text {
	background: url(images/event-line.gif)  no-repeat 0 100%;
	padding: 1px 20px 19px 23px;
	overflow: hidden;
	height: 1%;
}
.footer-blocks .block .event .link {
	float: right;
	font-size: 14px;
	text-decoration: underline;
	color: #000;
	padding-left: 29px;
	margin: 40px 13px 0 0;
	background: url(images/event-link-arrow.gif)  no-repeat 0 50%;
}
.footer-blocks .block .event .link:hover {
	text-decoration: none;
}
.foot-list {
	margin: 0;
	padding: 14px 0 5px 12px;
	list-style: none;
	overflow: hidden;
	height: 1%;
}
.foot-list li {
	overflow: hidden;
	width: 100%;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0 0;
}
.foot-list li a {
	float: left;
	text-decoration: none;
	color: #fff;
	line-height: 59px;
	padding-left: 59px;
}
.foot-list li a:hover {
	text-decoration: underline;
}
.foot-list li.link1 a {
	background: url(images/footer-icon1.gif)  no-repeat 4px 50%;
}
.foot-list li.link2 a {
	background: url(images/footer-icon2.gif)  no-repeat 0 50%;
}
.foot-list li.link3 a {
	background: url(images/footer-icon3.gif)  no-repeat 2px 50%;
}
.foot-bot {
	overflow: hidden;
	width: 965px;
	margin: 0 auto;
	color: #fff;
	padding: 26px 0;
}
.foot-bot p {
	float: left;
	margin: 3px 0 0;
	font-size: 11px;
}
.foot-bot ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right; 
	overflow: hidden;
	position: relative;
}
.foot-bot ul li {
	float: left;
	font-size: 14px;
	padding: 0 8px;
	margin-left: -1px;
	display: inline;
	background: url(images/foot-divider.gif)  no-repeat 0 50%;
	position: relative;
}
.foot-bot ul li a {
	text-decoration: none;
	color: #fff;
}
.foot-bot ul li a:hover {
	text-decoration: underline;
	color: #30a6a0;
}
/* footer end */
/* index end */

/* inner start */
/* content start */
/* main start */
.inner .hold-bottom {
	padding-bottom: 70px;
}
.inner .main-box {
	padding-bottom: 33px;
	
}
.inner .main-box h2 {
	margin: 20px 0 -8px;
	font-size: 18px;
	color: #30a6a0;
}
.inner .main-box p {
	margin-top: 17px;
}
.compartir-link {
	display: block;
	font-weight: bold;
	font-size: 10px;
	margin-top: 24px;
}
.compartir-link a {
	color: #424242;
	text-decoration: underline;
	background: url(images/compar-link-bg.gif) no-repeat 100% 0;
	padding: 2px 26px 5px 0;
}
.compartir-link a:hover {
	text-decoration: none;
}
.coments {
	overflow: hidden;
	width: 100%;
	padding: 8px 0 22px;
	background: url(images/main-box-bg.gif) no-repeat 0 100%;
}
.coments h2 {
	margin: 0 0 0 15px;
	font-size: 18px;
	padding-bottom: 5px;
}
.coments-box {
	overflow: hidden;
	width: 547px;
	background: url(images/com-box-bg.gif) no-repeat 50% 100%;
	padding: 31px 40px 30px 15px;
}
.coments-box p {
	margin: 14px 0 0;
	line-height: 16px;
}
.anada-form {
	overflow: hidden;
	width: 573px;
	margin: 11px 0 0 15px;
}
.anada-form h3 {
	margin: 0 0 0 13px;
	font-size: 18px;
}
.anada-hold {
	overflow: hidden;
	width: 551px;
	padding: 21px 11px 22px;
	background: #d3d3d3;
	margin-top: 6px;
}
.anada-hold label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-left: 3px;
}
.anada-hold textarea {
	overflow: auto;
	width: 543px;
	height: 110px;
	padding: 3px 4px;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #424242;
	background: #fff;
	border: 0;
	margin-top: 5px;
}
.anada-hold .submit {
	display: block;
	margin-top: 12px;
}
/* main end */
/* sidebar start */
.inner .twit {
	padding-top: 0;
}
#collapsArchList-1 {
	overflow: hidden;
	margin:-5px 0 0 0px;
	padding: 0;
	list-style: none;
}
#collapsArchList-1 li {
	font-size: 12px;
}
.arc-menu li span {
	display: none;
}
#collapsArchList-1 a {
	font-weight: bold;
	color: #424242;
	text-decoration: none;
}
#collapsArchList-1  li {
	/*background: url(images/close.gif) no-repeat 0 14px;*/
	padding: 12px 0 0 10px;
}
#collapsArchList-1  li ul {
	margin: 0 0 0 5px;
	padding: 4px 0 14px;
}
#collapsArchList-1 img {margin-bottom:-2px;}
#collapsArchList-1 li ul li ul li {
	padding: 0;
	background: none;
}
#collapsArchList-1 .collapsArchPost a {
	font-weight: normal;
	text-decoration: underline;
}
#collapsArchList-1 .collapsArchPost a:hover {
	text-decoration: none;
}
/* sidebar end */
/* content end */
/* inner end */
.collapsArchPost {list-style:none;list-style-image:none;background:none;}

.login-box label {display:block;}

/* Blogroll*/
      .ab_images a, .ab_images a:hover {
        text-decoration: none;
      }
      .ab_images a img {
       filter:alpha(opacity=60);
       -moz-opacity: 0.6;
       opacity: 0.6;
       border:none;
      }
      .ab_images a:hover img {
       filter:alpha(opacity=100);
       -moz-opacity: 1.0;
       opacity: 1.0;
      }

/*Blogroll End*/

a:link              { color:#30a6a0; text-decoration:underline; }
    a:visited           { color:#30a6a0; text-decoration:underline; }
    a:hover             { color:#ffffff; text-decoration:underline; }
    a:active            { color:#30a6a0; text-decoration:underline; }

span.wpcf7-list-item { display: block; }