/* 1. portlets.css */

*
{
	border: 0;
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
}

#all_open
{
	display: none;
}

#controls
{
	float: right;
}

#footer
{
	clear: both;
	color: #443;
	border-top: 1px dashed #998;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 5px;
	padding: 5px 0;
	text-align: center;
}

#footer a
{
	color: #443;
}

#header
{
	background: #998;
	border-color: #fff #665 #665 #fff;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 5px 10px;
}

#header a
{
	color: #fff;
}

#logo
{
	display: block;
	margin: 0 auto;
	width: 258px;
}

#logo img
{
	border-top: 5px solid #998;
	padding: 10px 0 5px;
}

#logo:hover img
{
	border-color: #543;
}

#columns td
{
	padding: 0 0;
	vertical-align: top;
	width: 287px;
}

.portlet
{
	background: #BFBCAC;
	border-style: none;
	border-width: 1px;
	margin: 0 20px 20px;
	width: 292px;
}

.portlet_topper
{
	background: #7F7D73;
	color: White;
	padding: 5px 10px;
	font-weight: bold;
}

.portlet_topper a
{
	color: White;
	font-weight: bold;
}

.portlet_content
{
	border-top: 1px solid #998;
	padding: 5px;
}

.portlet_content p
{
	line-height: 150%;
	text-align: justify;
}

.portlet_bottom
{
	background: #ccc;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	height: 5px;
}

.sort_placeholder
{
	background: #bba;
}

.texto
{
	padding: 5px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.footer
{
	padding: 5px;
	line-height: 1.5em;
	text-align: center;
}

.mailform
{
	background: #eed;
	padding: 5px;
	margin-left: 10px;
	width: 500px;
}

/* 2. estilo2.css */

@charset "utf-8";
.ficha {
	background-color: #D9DCD1;
	width: 270px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 9px;
	padding-left: 3px;
}

.titulo {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.descrip {
	padding: 3px;
	font-weight: bold;
}

.descrip2 {
	padding: 3px;
	width: 100%;
	font-weight: normal;
	margin-top: 10px;
}
.contacto   {
	padding: 3px;
	width: 50px;
	border: thin solid #785E71;
	font-weight: bold;
	float: right;
	text-align: center;
	margin: 3px;
}

.video   {
	padding: 3px;
	width: 50px;
	border: thin solid #CD5C5C;
	font-weight: bold;
	float: left;
	text-align: center;
	margin: 3px;
}

.sinvideo   {
	color: #F1F0DC;
	cursor: text;
	display: none;
}

#sliderButton
{
	padding: 0px 3px 0px 3px;
	width: 8px;
	background: Lime;
	float: right;
	text-align: center;
	display: inline;
}

.thumbs_div {
	text-align: center;
}

.thumb {
	background-color: #BFBCAC;
	border: 1px #785E71;
	height: 53px;
}

.pm {
	font-weight: normal;
	padding: 3px;
}
.padre {
	font-style: normal;
	margin-left: 40px;
	font-weight: bold;
	width: 200px;
}
.abuelo {
	margin-left: 80px;
	border: thin dotted #BFBCAC;
	list-style-image: none;
	list-style-type: none;
	text-align: right;
	width: 175px;
	padding-right: 3px;
}

/* 3. thumbnailviewer.css */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

#cargando{
	/*agregado rg mientras carga pag*/
	border: 1px solid black;
	width: 140px;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
	float: right;
}

/* 4. thumbnailviewer.css */

.dhtmlwindow{
	position: absolute;
	border: 2px solid #666666;
	visibility: hidden;
	background-color: #D9DCD1;
}

.drag-handle{
	/*CSS for Drag Handle*/
	padding: 1px;
	text-indent: 3px;
	font: bold 14px Arial;
	background-color: #3E4D3E;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

.menufav{
	float: right;
	padding: 10px;
}

.buscador{
	float: left;
	padding: 5px;
}

/* END */
.noticia_mes {
	color: #990000;
}

.noticia_link {
	font-weight: bold;
	color: #0000CC;
}

.noticia_foto {
	border: medium solid #990000;
}

.video_player {
	border: medium solid #009900;
	text-align: center;
	width: 320px;
	height: auto;
	margin: 0 auto;
	z-index:0;
}

.video_texto {
	text-align: center;
	width: 320px;
	height: auto;
	margin: 0 auto;
}

.centrar_tabla {
	text-align: center;
	margin: 0 auto;
}

.aviso1
{
	background: #D9DCD1;
	padding: 5px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.aviso2
{
	padding: 5px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DCD5D1;
}

.separador
{
	padding: 5px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	font-weight: bold;
	background-color: #7F7D73;
}

#news_column td
{
	vertical-align: top;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #7F7D73;
	border-right-color: #7F7D73;
	border-bottom-color: #7F7D73;
	border-left-color: #7F7D73;
}

.news_body
{
	width: 287px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.destacado
{
	background: #FDFDFD;
	border-style: none;
	border-width: 1px;
	margin: 0 0 10px;
	width: 292px;
}

.container_destacado
{
	height: 780px;
}

