/* CSS Document */

/* CSS ESTANDAR PARA MAMBO 4.5.X PLANTILLAS */

/* Por Dinh Viet Hung (C) http://www.joomlart.com: Plantillas Gratis y Club 

profesional de plantillas */

 

 

/* AJUSTES POR DEFECTO */ 

/* Abajo puedes observar los ajustes que trae por defecto Mambo y que son usados 

cuando ningún otro estilo ha sido definido.*/

 

body {}/* Estilo para la etiqueta del body de su sitio Web, controla la familia 

fonts de su página, el background, etc.*/

p {} /*formateo de todos los artículos con <div> (division).  Esto es un cath-all 

que sólo se aplica cuando ningún otro 

estilo ha sido definido.*/

td {} /*formateo de todos los artículos con la etiqueta <td>. Este ajuste por defecto 

es usado cuando ningún otro 

estilo ha sido definido.*/

tr {} /*formateo de todos los artículos con la etiqueta <tr>.  Este ajuste por defecto 

es usado cuando ningún otro 

estilo ha sido definido.*/

ul {} /*formateo de todos los artículos (lista no solicitada) con la etiqueta <UL>. 

Este ajuste por defecto es usado

 cuando ningún otro estilo ha sido definido.*/

A:link {
color:#01429c;
font-weight:bold;
} /* Estilo General de los enlaces*/

a:visited {
color:#01429c;
font-weight:bold;
}

a:hover {
color:#6099e6;
font-weight:bold;
}

hr {} /* Línea horizontal en su plantilla*/

hr.separator {}

 

/* AJUSTES DE FORMAS */ 

button.button{
color:#ffffff;
background-image: url("/templates/coolarubatemplate/images/buton.jpg");
background-position: center top;
background-repeat: no-repeat;
border:none;
padding-top:2px;
padding-bottom:1px;
text-align:center;
}

button.button:hover {
color:#ffffff;
background-image: url("/templates/coolarubatemplate/images/buton2.jpg");
background-position: center top;
background-repeat: no-repeat;
border:none;
padding-top:2px;
padding-bottom:1px;
text-align:center;
}

.inputbox {
border:1px solid #9f9f9f;
}

.search {} /*El Formateo de <div> que sostiene artículos de búsqueda: inputbox, 

botón search...*/

 

 

/* NAVIGACION/AJUSTES DEL MENU */


#menu2{
height:30px;
margin-top:26px;
text-transform:uppercase;
}

#menu a{
text-transform:uppercase;
background-repeat:no-repeat;
margin-left:4px;
margin-right:4px;
}

#menu .ddmx a:hover{
text-transform:uppercase;
background-position:top center;
margin-left:4px;
margin-right:4px;
background-repeat:no-repeat;
}

#menu2 a.mainlevel{
height:30px;
width:auto;
float:left;
display:inline;
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
margin-left:5px;
margin-right:5px;
font-size:15px;
padding-top:6px;
padding-bottom:18px;
padding-left:3px;
padding-right:3px;
} /* Este estilo aplica para los elementos del MAIN en el menu */

#menu2 a.mainlevel:link {
height:30px;
width:auto;
float:left;
display:inline;
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
margin-left:5px;
margin-right:5px;
font-size:15px;
padding-top:6px;
padding-bottom:18px;
padding-left:3px;
padding-right:3px;
}

#menu2 a.mainlevel:visited {
height:30px;
width:auto;
float:left;
display:inline;
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
margin-left:5px;
margin-right:5px;
font-size:15px;
padding-top:6px;
padding-bottom:18px;
padding-left:3px;
padding-right:3px;
}

#menu2 a.mainlevel:hover {
height:30px;
width:auto;
float:left;
display:inline;
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
margin-left:5px;
margin-right:5px;
font-size:15px;
padding-top:6px;
padding-bottom:18px;
padding-left:3px;
padding-right:3px;
background-image: url("/templates/coolarubatemplate/images/fondo_menu.gif");
background-position: top center;
background-repeat: no-repeat;

}

 

#menu2 #active_menu {
height:30px;
width:auto;
float:left;
display:inline;
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
margin-left:5px;
margin-right:5px;
font-size:15px;
padding-top:6px;
padding-bottom:18px;
padding-left:3px;
padding-right:3px;
background-image: url("/templates/coolarubatemplate/images/fondo_menu.gif");
background-position: top center;
background-repeat: no-repeat;
} /* Este estilo es para el elemento del menú cuando este está ACTIVO, 

hasta en una subposición 

en el main*/

 

ul#mainlevel-nav {}

ul#mainlevel-nav li{}

#mainlevel-nav a:link {}

#mainlevel-nav a:visited{}

#mainlevel-nav a:hover {}

 

a.sublevel{} /* Esta estilización es para elementos del menu que tienen a un PADRE 

(elemento subnivel) */

a.sublevel:link {}

a.sublevel:visited {}

a.sublevel:hover {}

 

.pagenavbar {} /*Coloca el estilo para la navegación en el footer (pie de página) 

("<< Start < Prev Next > End >>") 

cuando ellos no aparecen como hipervínculos (cuando solo existan unos artículos).*/

.pagenavbar:link {} /*Estilo para el footer de  navegación; pie de página 

("<< Start < Prev Next > End >>") cuando 

ellos hacen de hyper enlaces */

.pagenavbar:visited {}

 

.pagenav {} /* es el nombre implicado, esto es para formatear textos para aquellos 

"<< Start < Previous 1 Next > End >>" 

enlaces */

a.pagenav:visited {}

a.pagenav:hover {}

 

a.readon:link {
padding-top:5px;
padding-bottom:10px;
padding-left:20px;
padding-right:20px;
background-image: url("/templates/coolarubatemplate/images/freadmore.jpg");
background-position: center top;
background-repeat: no-repeat;
margin-top:10px;
float:left;
text-transform:uppercase;
text-decoration:none;
color:#ff2030;
} /*Estilo para el "Read More" (Leer Más?) Es el enlace que despliega 

en una página nueva los 

contenidos extensos de los artículos */

a.readon:hover {
padding-top:5px;
padding-bottom:10px;
padding-left:20px;
padding-right:20px;
background-image: url("/templates/coolarubatemplate/images/freadmore2.jpg");
background-position: center top;
background-repeat: no-repeat;
margin-top:10px;
float:left;
text-transform:uppercase;
text-decoration:none;
color:#585858;
}

a.readon:visited {
padding-top:5px;
padding-bottom:10px;
padding-left:20px;
padding-right:20px;
background-image: url("/templates/coolarubatemplate/images/freadmore.jpg");
background-position: center top;
background-repeat: no-repeat;
margin-top:10px;
float:left;
text-transform:uppercase;
text-decoration:none;
color:#ff2030;
}

.modifydate{
color:#356bb3;
}

.back_button {} /*Estilo para el botón ?Atrás?("BACK" button)*/

.pagenav_prev {} /*Estilo para el  botón PREV*/

.pagenav_next {} /*Estilo para el botón NEXT*/

 

.latestnews ul {} /*Estilo para la lista de las últimas noticias (latest news) ? por defecto, 

latest news es 

el modulo user1.*/

.latestnews li {}

 

.mostread ul{} /*Estilo para la lista de ?más visto? ? por defecto, más visto (most popular)

 es el modulo user2*/

.mostread li{}

 

/* AJUSTE DE PAGINA REFERENTE A LOS CONTENIDOS*/

a.Category:link {}

a.category:hover {}

a.category:visited {}

 

.blogsection {} /* Formateo de los enlaces en Blog Section */

.blog_more {} /*El "Más" (More) texto en blog section*/

a.blogsection:link {} /* Pone el formato del enlace*/

a.blogsection:visited {} /* mismo como encima, para poner el formato del enlace visitado*/

a.blogsection:hover {} /* mismo como encima, para poner el formato a los enlaces cuando 

el puntero del 

mouse pase sobre este*/

 

.componentheading {
padding-left:50px;
width:525px;
height:40px;
padding-top:15px;
background-image: url("/templates/coolarubatemplate/images/fcomp.jpg");
background-position: left top;
background-repeat: no-repeat;
color:#5b5b5b;
text-transform:uppercase;
font-size:12px;
font-weight:bold;

}/* Título del componente usado para desplegar el contenido.*/

.contentheading {
padding-left:50px;
width:525px;
height:30px;
padding-top:15px;
background-image: url("/templates/coolarubatemplate/images/fcont.jpg");
background-position: left top;
background-repeat: no-repeat;
color:#5b5b5b;
text-transform:uppercase;
font-size:12px;
font-weight:bold;
} /* Título del contenido, artículo, etc. para ser mostrado.*/

.createdate{
padding-top:0px;
padding-bottom:20px;
color:#356bb3;
padding-left:53px;
}
.contentpane {} /* Tabla que sostiene toda la información que no son artículos 

(componentes, lista de 

categorías, formularios de contacto, etc).*/

.contentpaneopen {
background-image: url("/templates/coolarubatemplate/images/fcontent.jpg");
background-position: left top;
background-repeat: no-repeat;
float:none;
width:580px;
} /* Tabla que sostiene el texto actual para un artículo.*/

.contentpagetitle {} /*Título de los artículos*/

.buttonheading{
float:right;
display:inline;
margin-top:-35px;
height:20px;
width:auto;
background:none;
}

.buttonheading img{
border:none
}

a.contentpagetitle:hover {} /*Título de los artículos cuando aparecen como enlaces */

a.contentpagetitle:link {}

a.contentpagetitle:visited {}

 

.contentdescription {} /* Formateo de la "DESCRIPCION" de secciones, categorías 

(News/Weblinks/Latest news...) */

table.contenttoc {} /* Formatea la tabla, de las tablas de contenidos para páginas 

múltiples de contenido o artículos */

table.contenttoc td {} /* mismo como encima, usado para formatear el td y la tabla, 

como celdas */

table.contenttoc th {} /* mismo como encima, usado para formatear el  th de 

"Tablas de Contenido" ( Artículos normales del Index)*/

table.contenttoc td.toclink {} /* mismo como encima, usado para formatear 

texto toc link texts*/

a.toclink:link {} /* mismo como encima, usado para formatear el estado del

 texto enlazado (toc link text status)*/

a.toclink:visited {} 

a.toclink:hover {} 

 

/* LISTADO DE SECCIONES MAMBO */

.sectiontableheader {} /* Esto es para estilizar la cabecera de las tables 

de la sección en una SECTION'es de la página.

  Ejemplo: cabecera de la tabla "Date" (fecha), "Item Title" (

  título del artículo), "Author"(autor)   y "Hits" (vistas)*/

.sectiontableentry1 {} 

.sectiontableentry2 {}

 

 

/* FROMATEO DE LOS MODULOS DE MAMBO */

table.moduletable {} /* Formateo de la tabla del modulo */

table.moduletable th {} /* Formateo de la cabecera del modulo, 

y el título del modulo */

table.moduletable td {} /* Formateo de las celdas de la tabla, 

en la tabla del modulo */

 

 

/* MISCELANEOS */

 

/* Fechas , Autores*/

.createdate {} /* Para estilizar la fecha de creación del contenido /artículos, 

mostrado bajo 

el título del contenido */

.modifydate {} /* Formateo del texto "Last updated on" (?Ultima actualización en?)

 al final de los artículos/contenidos */

.small {
padding-left:53px;
} /* Formateo del texto "Written by:...." (Escrito por: ...)*/

.smalldark {}/*Encontrado en página de resultados de encuesta, para el 

formateo del texto 

" Number of Voters".. (Número de votos) */ 

/* Encuestas */

.poll {} /* formato del td de la tabla de encuesta */

.pollstableborder {} /* pone las propiedades del borde en la tabla de la

encuesta de votación */

 

 

/* Enlaces del Sitio */

.weblinks{} /* Para formatear los títulos enlazados bajo el "Weblinks" 

  Sección en el Frontend */

a.weblinks:hover {} /* mismo como encima, para los enlaces con el mouse 

encima del enlace */

 

/* Newsfeeds */

.newsfeedheading {} /* El título del Newsfeed. NOTA: Este no afectará el 

título de noticias del newsfeed! */

.newsfeeddate {} /* La fecha en la newsfeed */

.fase4rdf {} /* Esto es el cuerpo del texto de la newsfeed */

 

/* Buscar página */

table.searchintro {} /* Esto es para formatear la caja cuando "Buscar 

palabra: la prueba devuelve 4 tiempos" la caja que aparece después de que

 usted ha insertado un valor de búsqueda. Aparece en el mainbody con los 

resultados de búsqueda */

 

 

/* MAMBO TABBED FRONTEND ADMIN INTERFACE */

/* El CSS de abajo define como el frontend la interface de administración 

cuando ha entrado al sistema */

 

.ontab {}/* Para estilizar los botones "Tab" (etiqueta) cuando sean editados

 los contenidos a través del front end como en la aministración. 

Este .ontab es la estilización para la etiqueta tab cuando esta esté activa o 

después de "pulsarse" */

.offtab {} /* mismo como encima,  usado para estilizar los botnoes de etiqueta

 "Tab" cuando sean editados los contenidos a través del frontend. 

Esta es la estilización para la etiqueta tab cuando esta sea ?No active? o 

cuando esta  no sea ?Pulsada? */

.tabpadding {} /* este estilo es usado poniendo el tamaño de la etiqueta en 

el susodicho*/ 

.tabheading {} /* No estoy seguro para cuando es usado. No he logrado encontrar 

nada relacionado con esto 

hasta el momento. */

.pagetext {} /* Este estilo es usado para estilizar el contenido de la edición 

de formas de contenido (cuando HTMLArea se instala y en todas sus formas + contenidos)

 en el frontend e Interface de Administración */


/*  ---------------BODY------------------- */ 

body{
font-size: 11px;
font-family: Arial, Sans-Serif, Tahoma, Verdana; 
font-weight:normal;
padding:0px;
margin:0px;
color: #333333;
background-color:#f1f1f1;
text-align:center;
background-image: url("/templates/coolarubatemplate/images/bg.jpg");
background-position: top center;
background-repeat: no-repeat;
background-attachment:fixed;
}

#contenedormayor{
width: 1000px;
height:auto;
margin:0px auto 0px auto;
background-color:#f4f4f4;
padding:0px;
clear:both;
text-align:left;
}

#header{
width: 1000px;
height:210px;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
background-image: url("/templates/coolarubatemplate/images/header.jpg");
background-position: top left;
background-repeat: no-repeat;
}

#headercolizq{
width: 220px;
height:210px;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
}

#bannercuadrado{
margin-top:2px;
margin-left:0px;
}

#headercolder{
width: 780px;
height:210px;
margin:0px;
padding:0px;
float:right;
display:inline;
text-align:left;
}

#fila1{
width: 780px;
height:90px;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
}

#bannerheader{
width:468px;
height:60px;
margin-top:21px;
margin-left:12px;
}

#bannerheader img{
border:none;
}

#fila2{
width: 780px;
height:50px;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
}

#search{
width: 210px;
height:50px;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
}

#search2{
width: 210px;
height:30px;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
}

#mod_search_searchword.inputbox{
width: 184px;
height:24px;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
background:transparent;
border:none;
margin-top:7px;
margin-left:16px;
font-size:13px;
color:#ffffff;
}


#date{
width: 270px;
height:50px;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
}

#date2{
width: 250px;
height:29px;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:center;
margin-top:5px;
margin-left:10px;
text-transform:uppercase;
color:#8bb9dd;
font-size:12px;
font-weight:bold;
margin-top:11px;
}


#fila3{
width: 780px;
height:70px;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
}


#videoandslide{
width: 1000px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
}


#video{
width:230px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
}

#video2 img{
border:none;
}

#audio2 img{
border:none;
}

#slide{
width: 770px;
height:auto;
margin:0px;
padding:0px;
float:right;
display:inline;
background-image: url("/templates/coolarubatemplate/images/fslide.jpg");
background-position: top left;
background-repeat: no-repeat;
}

#slide .moduletable{








padding-bottom:30px;
padding-top:42px;
}

#contenedormenor{
width: 1000px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
background-image: url("/templates/coolarubatemplate/images/contder.jpg");
background-position: bottom right;
background-repeat: no-repeat;
background-color:#f4f4f4;
}

#columnaderecha{
width: 182px;
height:auto;
margin:0px;
padding:0px;
float:right;
display:inline;
text-align:left;
background-color:#3e3e3e;
}

#columnaderecha .bannergroup{
padding-left:2px;
}

#columnaderecha2{
width: 182px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
background-image: url("/templates/coolarubatemplate/images/fondocolderecha2.jpg");
background-position: left top;
background-repeat: no-repeat;
}

#columnaderecha3{
width: 170px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
margin-left:6px;
margin-top:20px;
}

#latestpic{
width: 170px;
height:355px;
margin:0px;
padding:0px;
float:left;
display:inline;
background-image: url("/templates/coolarubatemplate/images/fondolatestpic.jpg");
background-position: left top;
background-repeat: no-repeat;
}

#rss{
width: 170px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
margin-bottom:8px;
background-image: url("/templates/coolarubatemplate/images/rss.png");
background-position: left bottom;
background-repeat: no-repeat;
padding-top:48px;
padding-bottom:25px;
}

#rss .moduletable{
padding-left:8px;
}

#rss .moduletable img{
border:3px solid #ffffff;;
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
margin-right:2px;
}


#rss .moduletable a{
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
}

#rss .moduletable a:visited{
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
}

#rss .moduletable a:hover{
color:#92c5f3;
text-decoration:none;
text-transform:uppercase;
}

#latestpic2{
margin-bottom:15px;
}

#bannerder1{
width: 170px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
}

#bannerder1 .moduletable img{
border:1px solid #c2c2c2;
margin-bottom:15px;
}

#bannerder2{
width: 170px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
}

#bannerder2final img{
border:1px solid #c2c2c2;
margin-bottom:15px;
}

#columnaizquierda{
width: 210px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
margin-left:9px;
margin-right:9px;
}

#arribalogin{
width: 210px;
height:45px;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
background-image: url("/templates/coolarubatemplate/images/arribalogin.jpg");
background-position: left top;
background-repeat: no-repeat;
}

#login{
width: 210px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
background-image: url("/templates/coolarubatemplate/images/login.jpg");
background-position: left bottom;
background-repeat: no-repeat;
color:#ffffff;
padding-bottom:30px;
}

#form-login .input{
border:none;
}

#login .moduletable{
margin-top:10px;
}

#login #username.inputbox{
background-color:#242424;
border:1px solid #ffffff;
color:#ffffff;
}

#login #passwd.inputbox{
background-color:#242424;
border:1px solid #ffffff;
color:#ffffff;
}

#columnaizquierda a:link{
font-weight:bold;
color:#ffffff;
}

#columnaizquierda a:visited{
font-weight:bold;
color:#ffffff;
}

#columnaizquierda a:hover{
font-weight:bold;
color:#000000;
}

#columnaizquierda{
color:#ffffff;
}

#login .button{
font-weight:bold;
color:#ffffff;
background-image: url("/templates/coolarubatemplate/images/fbotonlogin.gif");
background-position: center top;
background-repeat: no-repeat;
border:none;
padding-top:3px;
padding-bottom:7px;
background-color:#ff2130;
text-align:center;
}

#login .button:hover{
font-weight:bold;
color:#ffffff;
background-image: url("/templates/coolarubatemplate/images/fbotonloginhov.gif");
background-position: center top;
background-repeat: no-repeat;
border:none;
padding-top:3px;
padding-bottom:7px;
background-color:#ff2130;
text-align:center;
}

#hotpic{
width: 210px;
height:337px;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
margin-top:2px;
background-image: url("/templates/coolarubatemplate/images/hotpic.jpg");
background-position: left top;
background-repeat: no-repeat;
}

#shoutitarriba{
width: 210px;
height:78px;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
margin-top:4px;
background-image: url("/templates/coolarubatemplate/images/shoutitarriba.jpg");
background-position: left top;
background-repeat: no-repeat;
}





#shoutit{
width: 210px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
background-image: url("/templates/coolarubatemplate/images/shoutit.jpg");
background-position: left bottom;
background-repeat: no-repeat;
padding-bottom:10px;
}

#shoutit2 .moduletable{
width: 200px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
margin-left:5px;
padding-bottom:5px;
}

#coolpeoplearriba{
width: 210px;
height:90px;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
background-image: url("/templates/coolarubatemplate/images/coolpeoplearriba.jpg");
background-position: left top;
background-repeat: no-repeat;
}


#coolpeople{
width: 210px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
background-image: url("/templates/coolarubatemplate/images/coolpeople.jpg");
background-position: left bottom;
background-repeat: no-repeat;
padding-bottom:100px;
}

#latesteventsarriba{
width: 210px;
height:73px;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
background-image: url("/templates/coolarubatemplate/images/latesteventsup.jpg");
background-position: left top;
background-repeat: no-repeat;
margin-top:20px;
}

#latestevents{
width: 210px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
background-image: url("/templates/coolarubatemplate/images/latesteventsdown.jpg");
background-position: left bottom;
background-repeat: no-repeat;
padding-bottom:10px;
background-color:#01429c;
}

ul.eventlistmod{
width: 170px;
}

ul.eventlistmod li{
margin-left:-15px;
width: 170px;
}


#coolpeople .moduletable{
width: 210px;
margin-left:9px;
}

#columnacentral{
width: 581px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
}

#coolsms{
width: 581px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
background-image: url("/templates/coolarubatemplate/images/fsms.jpg");
background-position: top left;
background-repeat: no-repeat;
margin-top:10px;
}

#coolsms h3{
color:#ffffff;
font-weight:bold;
font-size:18px;
height:25px;
padding-bottom:2px;
//margin-top:20px;
}

#coolsms .moduletable{
width: 557px;
height:auto;
margin:0px;
padding:0px;
margin-left:10px;
text-align:left;
}

#coolsms center{
margin-top:-30px;
background-color:transparent;
padding:0px;
//padding-top:-20px;
padding-bottom:20px;
//margin-top:-20px;
//padding-bottom:40px;
//height:30px;
}

#coolsms td{
background-color:transparent;
}

#coolsms p{
background-color:transparent;
}


#bannerarribamain{
width: 581px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
background-image: url("/templates/coolarubatemplate/images/fondobannermain.jpg");
background-position: bottom left;
background-repeat: no-repeat;
}

#bannerarribamain .bannergroup{
width: 581px; 
text-align:center;
padding-top:20px;
padding-bottom:20px;
}

#bannerarribamain .bannergroup img{
border:1px solid #F3F3F3;
}

#main{
width: 581px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
margin-top:10px;
padding-bottom:10px;
}

#modulosabajo{
width: 581px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
}

#modulosabajo1{
width: 570px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
margin-left:8px;
background-color:#c6d4e1;
margin-top:25px;
background-image: url("/templates/coolarubatemplate/images/fondomodulonews.jpg");
background-position: top left;
background-repeat: no-repeat;
margin-bottom:25px;
}


#modulosabajo1 .odd{
background-color:#e8e8e8;
}


#modulosabajo1 .odd:hover{
background-color:#444444;
}

.gk_npro_short_ulwrap{

}

.gk_npro_table{
padding-right:10px;
padding-left:5px;
}

#modulosabajo1 h3{
font-size:15px;
text-transform:uppercase;
padding-left:40px;
background-image: url("/templates/coolarubatemplate/images/ftitulos.jpg");
background-position: left top;
background-repeat: no-repeat;
color:#ffffff;
padding-top:3px;
padding-bottom:3px;
}


#modulosabajo1 a.readon:link {
padding-top:5px;
padding-bottom:6px;
padding-left:20px;
padding-right:20px;
background-image: url("/templates/coolarubatemplate/images/readmore2.jpg");
background-position: center top;
background-repeat: no-repeat;
margin-top:10px;
float:left;
text-transform:uppercase;
text-decoration:none;
color:#2a2a2a;
background-color:transparent;
}

#modulosabajo1 a.readon:visited {
padding-top:5px;
padding-bottom:6px;
padding-left:20px;
padding-right:20px;
background-image: url("/templates/coolarubatemplate/images/readmore2.jpg");
background-position: center top;
background-repeat: no-repeat;
margin-top:10px;
float:left;
text-transform:uppercase;
text-decoration:none;
color:#2a2a2a;
background-color:transparent;
}

#modulosabajo1 a.readon:hover {
padding-top:5px;
padding-bottom:6px;
padding-left:20px;
padding-right:20px;
background-image: url("/templates/coolarubatemplate/images/readmore2.jpg");
background-position: center top;
background-repeat: no-repeat;
margin-top:10px;
float:left;
text-transform:uppercase;
text-decoration:none;
color:#555555;
background-color:transparent;
}

#modulosabajo2 .gk_npro_table a:link{
color:#f31524;
}

#modulosabajo2 .gk_npro_table a:visited{
color:#f31524;
}

#modulosabajo2 .gk_npro_table a:hover{
color:#444444;
}

#modulosabajo2 .gk_npro_short span a:link{
color:#f31524;
}


#modulosabajo2 .gk_npro_short span a:visited{
color:#f31524;
}

#modulosabajo2 .gk_npro_short span a:hover{
color:#444444;
}

#modulosabajo2{
width: 570px;
height:auto;
margin:0px;
padding:0px;
float:left;
display:inline;
text-align:left;
margin-left:8px;
background-color:#c6d4e1;
margin-top:0px;
background-image: url("/templates/coolarubatemplate/images/fondomodulonews2.jpg");
background-position: top left;
background-repeat: no-repeat;
margin-bottom:25px;
}


#modulosabajo2 .odd{
background-color:#e8e8e8;
}


#modulosabajo2 .odd:hover{
background-color:#444444;
}

.gk_npro_short_ulwrap{

}

#modulosabajo2 .gk_npro_table{
padding-left:10px;
padding-right:10px;
}

#modulosabajo2 h3{
font-size:15px;
text-transform:uppercase;
padding-left:30px;
background-image: url("/templates/coolarubatemplate/images/ftitulos2.jpg");
background-position: left top;
background-repeat: no-repeat;
color:#ffffff;
padding-top:3px;
padding-bottom:3px;
}


#modulosabajo2 a.readon:link {
padding-top:5px;
padding-bottom:6px;
padding-left:20px;
padding-right:20px;
background-image: url("/templates/coolarubatemplate/images/readmore2.jpg");
background-position: center top;
background-repeat: no-repeat;
margin-top:10px;
float:left;
text-transform:uppercase;
text-decoration:none;
color:#2a2a2a;
background-color:transparent;
}

#modulosabajo2 a.readon:visited {
padding-top:5px;
padding-bottom:6px;
padding-left:20px;
padding-right:20px;
background-image: url("/templates/coolarubatemplate/images/readmore2.jpg");
background-position: center top;
background-repeat: no-repeat;
margin-top:10px;
float:left;
text-transform:uppercase;
text-decoration:none;
color:#2a2a2a;
background-color:transparent;
}

#modulosabajo2 a.readon:hover {
padding-top:5px;
padding-bottom:6px;
padding-left:20px;
padding-right:20px;
background-image: url("/templates/coolarubatemplate/images/readmore2.jpg");
background-position: center top;
background-repeat: no-repeat;
margin-top:10px;
float:left;
text-transform:uppercase;
text-decoration:none;
color:#555555;
background-color:transparent;
}

#bottom{
width: 1000px;
height:123px;
float:left;
display:inline;
clear:both;
background-image: url("/templates/coolarubatemplate/images/bottom.jpg");
background-position: bottom left;
background-repeat: no-repeat;
}

#mennubottom{
width: 1000px;
height:27px;
float:left;
display:inline;
}

#logonetcor{
width:80px;
float:right;
display:inline;
margin-top:34px;
margin-right:161px;
}

#hotpic #slidewrap{
margin-top:60px;
}

#latestpic #slidewrap{
margin-top:60px;
}

#mennubottom2 .moduletable_menu{
width: 835px;
margin:0px auto 0px auto;
}

#mennubottom2 a.mainlevel{
width:auto;
float:left;
display:inline;
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
font-size:12px;
padding-top:3px;
padding-bottom:18px;
padding-left:9px;
padding-right:9px;
}

#mennubottom2 span.mainlevel{
width:auto;
float:left;
display:inline;
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;


font-size:12px;
padding-top:3px;
padding-bottom:18px;
padding-left:9px;
padding-right:9px;
}

#mennubottom2 span.mainlevel:visited{
width:auto;
float:left;
display:inline;
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
font-size:12px;
padding-top:3px;
padding-bottom:18px;
padding-left:9px;
padding-right:9px;
}

#mennubottom2 span.mainlevel:hover{
width:auto;
float:left;
display:inline;
color:#4883d5;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
font-size:12px;
padding-top:3px;
padding-bottom:18px;
padding-left:9px;
padding-right:9px;
}


#mennubottom2 a.mainlevel:visited{
width:auto;
float:left;
display:inline;
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
font-size:12px;
padding-top:3px;
padding-bottom:18px;
padding-left:9px;
padding-right:9px;
}

#mennubottom2 a.mainlevel:hover{
width:auto;
float:left;
display:inline;
color:#4883d5;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
font-size:12px;
padding-top:3px;
padding-bottom:18px;
padding-left:9px;
padding-right:9px;
}

.slick-rss-list li{
padding-left:15px;
margin-top:5px;
background-image: url("/templates/coolarubatemplate/images/bullet.gif");
background-position: top left;
background-repeat: no-repeat;
}



/* Fecha de elaboración: 18/12/2005 

/* Traducción Proyecto Hispano

/* Aportación Alicante

/* CSS Document */


