﻿.col-sm-4.ultimas_noticias {
	background: #f2f2f2 none repeat scroll 0 0;
	border-bottom: 4px solid #CCCCCC;
	padding-bottom: 20px;
	padding-top: 20px;
}

.web-sii .resumen-noticia h2 {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: bold;
}

.web-sii .resumen-noticia h2,
.web-sii .resumen-noticia h5,
ul.ul_intro li strong { color: #333333 !important;}

.resumen-noticia > img {
	min-width:10px;
}
	
.web-sii .noticias-home a {
	color: #000000;
	font-size: 15px;
}

div.contenido {
	text-align: justify !important;
}

div.contenido h2.title {
	text-align: left !important;
}

div.contenido div.img-noticia {
	overflow: auto;
	margin-bottom: 10px;
}


div.contenido div.img-noticia img {
	margin: 0px 0px 5px 0px;
	border: 1px solid #666666;
}

div.contenido div.img-noticia p.pie_foto {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	margin: 0px;
	text-align: center !important;
	color:#333333;
}

div.contenido strong {
	color:#000000;
}

@media all and (max-width: 992px){
	div.contenido ul.ul_intro {
		list-style: none !important;
	}
	div.contenido ul.ul_intro,
	div.contenido ul.ul_intro li {
		margin-left: 0px !important;
		padding-left: 0px !important;
	}
}

@media all and (max-width: 767px){
	div.col-sm-8.contenido {
		margin-bottom: 25px;
	}
}



.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
	background-color: #888888;
}

.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1.0;
}

.scroll-top-wrapper i.fa {
	line-height: inherit;
}

.web-sii div.contenido { color: #706f6f;}
.web-sii div.contenido p {
	text-align: justify;
}

.web-sii td, .web-sii th {
   padding: 10px;
	border:1px solid #FFF;
   font-size:16px;
}

.web-sii table {
   width: 100% !important;
   border: solid 1px #FFF;
}

.web-sii tr:nth-child(even){
   background-color: #EEE;
}
.web-sii tr:nth-child(odd){
   background-color: #D9D9D9;
}

.web-sii th{
   background-color: #006699;
   color: #FFF;
	font-weight:bold;
   text-align:center !important;
}
