﻿/*<<<<**[ Estilos generales ]**<<<<*/
* 
{
margin:0;
padding:0;
}

body
{
    font-family: Tahoma, Verdana;
    text-align: left;
    vertical-align: top;
    font-size: 9pt;
    background-color: #6f90b8;
}

img
{
   border: 0;
}

h1, h2, h3, h4, h5
{
    font-weight: bold;
    font-size: 13pt;
    text-transform: uppercase;
    color: #003399;
    font-family: Tahoma, Verdana;
    text-align: left;
    padding-right: 10px;
}

a
{
    color: #003399;
}

h2
{
    font-size: 11pt;
}

h3, h4
{
    font-size: 10pt;
}

h5
{
    font-size: 9pt;
}

p
{
    margin-bottom: 10px;
}

ul, ol 
{
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 20px;
}

ol
{
    padding-left: 30px;
}

li
{
    
    margin-bottom: 3px;
}
/*>>>>**[ Estilos generales ]**>>>>*/

/*<<<<**[ Página Master ]**<<<<*/
div.master
{
    width: 1000px;
    overflow: hidden;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

div.master > div.header
{
    background-image: url(images/top-image.jpg);
    background-repeat: no-repeat;
    padding-top: 5px;
    height: 241px;
    overflow: hidden;
}

div.master > div.left
{
    float: left;
    display: inline;
}
    
div.master > div.center
{
    width: 1000px;
    text-align: left;
    float: left;
    display: inline;
    margin: 0px 0px 0px 0px;
    background-color: #ffffff;
    overflow: hidden;
}
  
div.master > div.right
{
    float: right;
}
    
div.master > div.footer
{
    clear: both;
    padding: 0;
    overflow: hidden;
    background-color: #6f90b8;
}

div.master > div.header > div.logo
{
    text-align: left;
    overflow: hidden; /*float: left;*/
    margin-right: 10px;
    margin-left: 15px;
    padding-top: 5px;
}  

div.master > div.header > div.menu
{
    padding: 8px 0px 0px 0px;
    text-align: left;
    overflow: hidden;
    font-size: 1pt;
    clear: both;
    height: 28px;
    margin-top: 82px;
    background-color: #0033CC;
}  

div.master > div.footer > div.info
{
    padding: 5px 20px 5px 20px;
    background-color: #0033CC;
    color: #FFFFFF;
}

div.master > div.footer > div.info a
{
    color: #FFFFFF;
    margin-left: 5px;
}

.logo_jj {
    margin-left: 630px;
    vertical-align: top;
}
/*>>>>**[ Página Master ]**>>>>*/

/*<<<<**[ Menú principal ]**<<<<*/
.menu_layout
{
    width: 99%;
    text-align: center;
}

table.menu_item
{
    vertical-align: middle;
    font-size: 10pt;
    font-weight: bold;
    height: 15px;
}

table.menu_layout > tbody > tr > td
{
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
}

table.menu_layout > tbody > tr > td + td
{
    text-align: right;
}

table.menu_item:hover
{
    color: White;
}

table.menu_itemselected
{
}

a.menu_item, a.menu_itemselected
{
    padding-left: 5px;
    color: #ffffff;
    vertical-align: middle;
    display: block;
    padding-right: 12px;
}

a.menu_itemselected
{
    color: White;
}

a.menu_item:hover, a.menu_itemselected:hover
{
    color: White;
}
/*>>>>**[ Menú principal ]**>>>>*/

/*<<<<**[ Menú auxiliar y Pie ]**<<<<*/
.web_bottom_menu
{
    padding-top: 10px;
}

div.web_bottom_menu > a
{
    display: none;
}

div.web_bottom_menu > a + a
{
    display: block;
}

.master_authorlogo
{
    display: block;
    float: right;
    width: 135px;
}

.topmenu_layout
{
    float: left;
}

.topmenu_layout a
{
    color: #003399;
}

/*>>>>**[ Menú auxiliar y Pie ]**>>>>*/

/*<<<<**[ Layout global de las páginas ]**<<<<*/
div.global
{
    overflow: hidden;
    display: block;
    background-color: #E1E1E1;
}

div.global > div.header
{
    height: 0px;
}

div.global > div.left
{
}

div.global > div.center
{
    padding: 20px;
    text-align: left;
    background-color: #FFFFFF;
    min-height: 200px;
}

div.global > div.right
{
    height: 0px;
}

div.global > div.footer
{
    clear: both;
    height: 0px;
}

div.cont, div.news
{
    background-image: url(images/back.png);
    background-repeat: repeat-y;
}

div.cont > div.left, div.news > div.left
{
    width: 264px;
    float: left;
    padding: 20px 10px 10px 20px;
}

div.cont > div.center, div.news > div.center
{
    float: left;
    width: 666px;
    min-height: 720px;
}

div.contact > div.left
{
    width: 200px;
    float: left;
    padding: 20px 10px 10px 20px;
}

div.contact > div.center
{
    float: left;
    width: 730px;
    min-height: 650px;
}

div.home
{
    background-image: url(images/backhome.png);
    background-repeat: repeat-y;
}

div.home > div.left
{
    padding: 15px;
    width: 200px;
    float: left;
}

div.home > div.center
{
    padding: 0px 0px 10px 0px;
    float: left;
    width: 565px;
    min-height: 650px;
}

div.home > div.right
{
    height: auto;
    padding: 10px;
    width: 185px;
    float: right;
}

/*>>>>**[ Layout global de las páginas ]**>>>>*/

/*<<<<**[ Contenidos Generales ]**<<<<*/
.global_layout
{
    overflow: hidden;
}

div.global_itemdesc a
{
    color: #0066CC;
}

.global_title
{
    overflow: hidden;
    padding-left: 10px;
}

.global_h1
{

}

.global_body
{
    padding: 15px;
    color: #333333;
    font-size: 9pt;
    font-family: Tahoma, Verdana;
    overflow: hidden;
}

.global_item
{
    margin-bottom: 15px;
    overflow: hidden;
}

.global_itemname
{
    color: #003399;
    font-size: 11pt;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    margin-bottom: 10px;
    overflow: hidden;
}

.global_itemdesc
{
    color: #333333;
    font-size: 9pt;
    font-family: Tahoma, Verdana;
}

div.global_itemdesc table, div.global_itemdesc td
{
    border: 1px solid #0033CC;
    background-color: #F3F3F3;
    color: #000000;
}

div.global_itemdesc td
{
    padding: 4px;
}

.global_itemnamelink, .global_itemnamelink:hover
{
    color: #333333;
    font-size: 9pt;
    text-decoration: none;
}

.global_itemnamelink:hover
{
    text-decoration: underline;
}

.global_itemimg
{
    border: 1px solid #999999!important;
}

.global_button
{
    border: #003399 1px solid;
    font-size: 9pt;
    color: #FFFFFF;
    height: 20px;
    background-color: #003399;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 15px;
    cursor: pointer;
}
/*>>>>**[ Contenidos Generales ]**>>>>*/

/*<<<<**[ Contenidos ]**<<<<*/

.cont_item
{
    padding-bottom: 5px;
}

.cont_itemimgcont
{
    float: right;
    padding-left: 20px;
    padding-bottom: 10px;
}

/*>>>>**[ Contenidos ]**>>>>*/

/*<<<<**[ Categorías ]**<<<<*/

.cats_body
{
    padding-left: 10px;
}

.cats_item
{
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 10px 0px;
    background-image: url(images/vinneta-trans.png);
    background-repeat: no-repeat;
}

.cats_itemname
{
    margin: 0px;
}

._itemselnamelink
{
    text-decoration: underline;
}

/*>>>>**[ Categorías ]**>>>>*/

/*<<<<**[ Noticias ]**<<<<*/

.newshome_itemtitle
{
    padding: 10px;
    background-color: #D4D4D4;
    font-size: 11pt;
    font-weight: bold;
    font-family: Tahoma, Verdana;
}

.newshome_itemtitlelink
{
    text-decoration: none;
    color: #003399;
}

.newshome_itemnewsheader
{
    padding: 10px;
}

.newshome_body
{
    padding: 0px;
}

.newshome_itemimg
{
    border: none!important;
}

.news_itemtitlelink, .news_itemtitlelink:hover
{
    color: #003399;
    font-size: 11pt;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    text-decoration: none;
}

.news_itemtitlelink:hover
{
    text-decoration: underline;
}

.news_itemtitular, .det_news_itemtitular, .newshome_itemtitular
{
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 9pt;
    font-weight: bold;
    color: #333333;
}

.newshome_itemtitular
{
    display: block;
}

.news_itemauthor, .det_news_itemauthor, .newshome_itemauthor
{
    color: #666666;
    font-weight: bold;
    display: block;
}

.news_itemdate, .det_news_itemdate, .newshome_itemdate
{
    color: #666666;
    font-size: 9pt;
    font-weight: bold;
    display: block;
}

.det_news_itemtext
{
    color: #333333;
    font-size: 9pt;
    font-family: Tahoma, Verdana;
}

.news_itemimgcont, .det_news_itemimgcont, .det_newslist_itemimgcont
{
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.det_newslist_itemimgcont
{
    margin-right: 0px;
}
/*>>>>**[ Noticias ]**>>>>*/

/*<<<<**[ Banners ]**<<<<*/
.banner_body
{
    padding-left: 2px;
}

.banner_itemimg
{
    margin-bottom: 15px;
}
/*>>>>**[ Banners ]**>>>>*/

/*<<<<**[ Descargas ]**<<<<*/
.downloads_itemimgcont {
    float: right;
    width: 19%;
    margin-top: 15px;
}

.downloads_item
{
    margin-bottom: 15px;
    overflow: hidden;
}

.downloads_namedesc
{
    float: left;
    width: 81%;
}

.downloads_itemimg
{
    border: none!important;
}
/*>>>>**[ Descargas ]**>>>>*/

/*<<<<**[ Formulario de Contacto ]**<<<<*/
.contact_layout
{

}

.contact_title
{

}

.contact_body
{

}

.contact_formcategories
{
    padding-left: 15px;
    padding-top: 10px;
}

.contact_titlecat 
{
    display: none;
}

.contact_catbody
{
	padding-bottom: 10px;
	padding-top: 6px;
}

.contact_formfield
{
	width: 600px;
	padding-bottom: 4px;
}

.contact_formfieldtext
{
    float: left;
    width: 170px;
    font-size: 9pt;
    color: #333333;
    padding-top: 4px;
}

.contact_textbox, .contact_textbox_req
{
    width: 200px;
    border: 1px solid #999999;
    padding: 2px;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
}


.contact_textboxML, .contact_textboxML_req
{
    width:350px;
    height:100px;
    border: #999999 1px solid;
    padding: 2px;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
}

.contact_textbox_req, .contact_textboxML_req
{
	border: #ff3366 1px solid;
}

.contact_txtlegal
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact_summary
{
    border: #ff0066 1px solid;
    font-size: 9pt;
    background-color: #FFF0F0;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.contact_footer, .contact_buttonarea
{
    margin-top: 20px;
    text-align: right;
    padding-right: 330px;
}

.contact_buttonarea
{
    padding-right: 100px;
}
/*>>>>**[ Formulario de Contacto ]**>>>>*/
/****** Página de Error (Inicio) *****/
div.errorpage {
    padding: 20px;
}
    div.errorpage > div.title {
        font-family: Tahoma;
        font-size: 12pt;
        padding-right: 8px;
        padding-left: 15px;
        padding-bottom: 8px;
        padding-top: 8px;
        font-weight: bold;
        vertical-align: middle;
        background-color: #0033cc;
        color: White;
        text-align: left;
    }
    div.errorpage > div.body {
        border: 1px solid #0033cc;
        font-size: 8pt;
        font-family: Tahoma;
        font-weight: normal;
        color: Black;
        background-color: #FFFFFF;
        padding: 20px;
    }
    div.errorpage > div.pie {
        font-size: 8pt;
        padding-bottom: 8px;
        padding-top: 8px;
        padding-right: 15px;
        padding-left: 15px;
        font-family: Tahoma;
        font-weight: bold;
        color: White;
        background-color: #0033cc;
    }
        div.errorpage > div.pie > a {
            color: White;
        }