@CHARSET "ISO-8859-1";
div#site-message {
	text-align: center;
	height: 70px;
	padding-top: 50px;
	font-size: 13pt;
	color: black;
	font-weight: bold;
}
div#site-message-backbutton {
	text-align: center;
}
div#site-message-backbutton {
	text-align: center;
}

/******************************************************
 * Recuadro de nuevo contenido                        *
 ******************************************************/
div#editlink-place {
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	z-index: 30;
	font-size: 13px;
	font-family: Arial;
	max-width: 1200px;
}
span#editlink, span#newlink {
	cursor: pointer;
	color: blue;
	text-decoration: none;
}
div#newcontentbox {
	width:200px;
	height:300px;
	border: 10px solid #18416D;
	display:none;
	position:absolute;
	left:550px;
	top:30px;
	background-color: #ffffff;
	z-index: 10000;
	overflow: auto;
	display: none;
	text-align: left;
}
div#newcontentbox div.box-tilte {
	font-size: 15px;
	font-weight: bold;
}
div#newcontentbox ul {
	padding-left: 25px;	
}
div#newcontentbox ul li {
	cursor: pointer;
}
div#newcontentbox ul li:hover {
	background-color: #cccccc; 
}
div#newcontentbox div.box-head {
	height: 25px;
	background-color: #cccccc;
	padding-top:5px;
	padding-left:5px;
}
div#newcontentbox div.box-head span.box-close {
	position: absolute;
	left: 170px;	
	cursor: pointer;
}
/******************************************************
 * Recuadro de nuevo contenido                        *
 ******************************************************/
div#login-body {
	width: 100%;
	height: 320px;
	font-family: arial;
}
div#login-body div.box {
	width: 320px;
	margin: auto;
	padding-top: 50px;
}
div#login-body td.submit-div {
	text-align: center;
}
div#login-body div.box-title {
	height: 30px;	
}
/******************************************************
 * Slider de contenidos de BPS                        *
 ******************************************************/
div.content-slider {
	width:100%;
	height: 280px;
	background-color: #ECECEE;
	position:relative;
}
div.content-slider div.items {
    width: 100%;
    height: 280px;
}
div.content-slider div.items div.item {
	top:0px;
	left:0px;
	width: 100%;
	height: 340px;
	overflow: hidden;
}
div.content-slider div.items div.item div.item-title,
div.content-slider div.items div.item div.item-picture,
div.content-slider div.items div.item div.item-picture,
div.content-slider div.items div.item div.item-text,
div.content-slider div.items div.item div.item-text div.item-title,
div.content-slider div.items div.item div.item-text div.item-description,
div.content-slider div.items div.item div.item-text div.see-more,
div.content-slider div.previous-item,
div.content-slider div.next-item,
div.content-slider div.rotator-pause,
div.content-slider div.item-selector li div.top-title,
div.content-slider div.item-selector li div.title,
div.content-slider div.item-selector li div.icon img {
	display: none;
}
div.content-slider div.stop1,div.content-slider div.stop2,div.content-slider div.stop3, div.content-slider div.stop3, div.content-slider div.stop4 {
	clear:both;	
}
div.content-slider div.item-selector {
	position: absolute;
	width: 100%;
	top: 280px;
	clear: both;
	text-align: center;
}
div.content-slider div.item-selector ul {
	padding: 0px;
	margin: 0px;
}

div.content-slider div.item-selector li {
	display: inline;
	background: white;
	border: solid 1px #eeefed;
	padding: 0px 3px 0px 3px;
}
div.content-slider div.item-selector li a {
	color: #3350B0;
    font-family: Arial;
    font-size: 81.25%;
    text-align: left;
}
div.content-slider div.item-selector li.previous,
div.content-slider div.item-selector li.next {
	clear: right;
}
div.content-slider div.item-selector li.selected-item {
	background-color: #eeefed;
	font-weight: bold;
} 
/*********************************************************************
 * Parámetros del buscador                                           *
 *********************************************************************/
div#search-title {
	font-family: arial;
	color:#6F6E6E;
	font-size: 25px;
	font-weight: bold;	
	margin: 15px 0px 15px 0px;
}

.SearchResult {
	font-family: arial;
	margin-bottom: 7px;
}
.ResultRow {
	font-size: 13px;
	text-align: left;
	padding: 15px 7px 0px 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CCFF;
}

.ResultRow a {
	color: #0000CC;
	font-weight: normal;
	font-size: 16px;
}
.ResultRow .liusHit {
	font-weight: bold;
}
.ResultRow .Comment {
	font-size: 10px;
	color: #009966;
}
.ResultRow .ampliar {
	font-size: 9px;
	color: #003366;
}
.ResultRow .ampliar a {
	color: #003366;
}
.ResultRow .lupaboton2 {
	display:none;
}
.surveytheme {
	font-family: Arial;
	padding: 5px;
}
.surveyquestion {
	margin-bottom: 10px;
}
.surveytheme input {
	margin-bottom: 10px;
}
/*********************************************************************
 * Estilo de los formularios                                         *
 *********************************************************************/
div.cuerpocontenido div.formcontent {
 	padding-right: 25px;
}
div.cuerpocontenido div.formcontent table th {
	font-size: 13px;
	padding-right: 10px;
}
div.cuerpocontenido div.formcontent table td.textbody {
    font-size: 12px;
}
 
 
 