﻿/*Inicio Textos*/
h1, h2, h3, h4, h5, h6 {color: #375162; font-weight: bold; text-rendering: optimizeLegibility; font-family: Verdana, Arial, Helvetica, sans-serif;}
h1 {font-size: 2.1em; font-weight: bold;}
h2 , h2 input {font-size: 1.4em; font-weight: bold;} 
h3 {font-size: 1.3em; line-height:1; margin-bottom: 1em;}
h4 {font-size: 1.2em; line-height:1.25; margin-bottom: 1.25em;}
h5 {font-size: 1.1em; margin-bottom: 1.5em;}
h6 {font-size: 1em;}

a, a:link, a:visited, a:active
{
	color: #506400 !important;
	font-weight: bold !important; 
	text-decoration: none !important;
}
a:hover
{
	color: #B4D70F !important;
	text-decoration: underline !important;
}
/*Fin Textos*/
/*Inicio Generales*/
html
{
    width: 100%;
    margin: 0;
	font-size: 0.96em;
	height: 99.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	text-align: justify;
}
body
{
    width: 100%;
	height: 99%;
    margin: 0;
	line-height: 1.5;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
    background-position: left bottom;
    background-image: url('img/LIzquierdo.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/*body, th, td, table, h1, h2, h3, h4, h5, h6, .Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, input, .CommandButton
{
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}*/
body, th, td, table, .Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, input, .CommandButton, .SkinObject
{
    line-height: 1.5;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 0.96em;
}
.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
}
.Head
{
    color: #2E3D47;
    font-weight: bold;
}
.SubHead 
{
    color: #4C6171;
	font-size: 0.9em;
}
.SubSubHead
{
    color: #6E8AA0;
}
.NormalRed 
{
    color: #F00;
}
/*Fin Generales*/

/*Inicio Panel Control*/
.ControlPanel
{
	border: 1px dotted #CCC;
}
.Tools
{
    width: 100%;
    text-align: center;
    margin: 0;
    /*background-color: #000000;*/
}
.PanelControl
{
    width: 900px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
.PanelControl input
{
    height: 20px !important;
}
/*Fin Panel Control*/
.CabecLogin
{
    width: 100%;
    height: 30px;
    margin: 0px;
    text-align: center;
    /*background-image: url(img/Login.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #000000;*/
}
.Idioma
{
    height: 30px;
    width: 200px;
    float: right; 
}
/*Inicio Registro*/
.Registro
{
    text-align: right; 
    width: auto;
    float: right;
    margin-top: 8px;
    font-size: 0.75em !important;
}
.Registro a:link, .Registro a:visited, .Registro a:active
{
    color: #000000 !important;
    font-weight: bold !important;
}
.Registro a:hover 
{
    color: #B4D70F !important;
    font-weight: bold !important;
}
/*Fin Registro*/
/*Inicio Buscador*/
.Buscar
{
    height: 30px;
    width: 210px;   
    float: right; 
}
.Busqueda
{
    text-align: right;  
}
.ImgBordeIzq
{
    z-index: 25;
    margin: 2px 0 0 0;
    float: left;
}
.ImgBordeDer
{
    z-index: 25;
    margin: 2px 0 0 -3px;
    float: right;
}

div.SearchContainer
{
    position: relative;
    white-space: nowrap;
}
div.SearchBorder
{
    width: 180px;
    height: 20px;
    float: left;
    background-color: #ffffff;
    white-space: nowrap;
    margin-top: 2px;
    border-left: solid 1px #ffffff;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    border-right: solid 1px #ffffff;
}
div.SearchContainer a
{
    padding: 0;
    display: block;
    float: left;
}
div.SearchContainer a img
{
    /*padding-left:5px;*/
    margin-top: 2px;
    z-index: 12;
}
div.SearchIcon
{
    float: left; 
    width: 31px;
    height: 20px; 
    cursor: pointer; 
    z-index: 11; 
    background: no-repeat 2px 2px; 
    text-align: right;
}
div.SearchIcon img
{
    margin-top: 3px;
}
input.SearchTextBox
{
    float: left; 
    z-index: 10; 
    border: 0; 
    width: 130px; 
    height: 18px; 
    margin-left: 3px; 
    color: #43494D;
}
#SearchChoices
{
    clear: both;
    display: none;
    border: solid 1px #C3D4DF;
    z-index: 2000;
    cursor:pointer; 
    margin: 0; 
    padding: 0; 
    text-align: left;
    background-color: #F3F7FA; 
    position: absolute; 
    top: 22px; 
    left: 0;
}
#SearchChoices li
{
    cursor: pointer;
    margin: 0;
    padding: 2px 2px 0 2px;
    padding-left: 25px;
    height: 18px;
    text-align:left;
    background-color: #F3F7FA;
    background-repeat: no-repeat;
    background-position: 2px center;
    list-style: none;
    list-style-image: none;
    border: none;
    display: block;
}
#SearchChoices li.searchHilite
{
    background-color: #CE0D0D;
    color:#ffffff;
    border: none;
}
#SearchChoices li.searchDefault
{
    background-color: #F8FAFF;
    border: none;
}
/*Fin Buscador*/
.Enlaces
{
    margin: 0;
    height: 40px;
    width: 100%;
    text-align: right;
}
.Enlace
{
    padding: 8px 0;
}
.Cuerpo
{
    height: 99%;
    width: 100%;
    margin: 0;
    background-position: right top;
    /*background-image: url('img/LDerecho.png');*/
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.Pagina
{
    width: 100%;
    height: 99%;
    margin: 0;
	min-height: 600px;
	background-position: right top;
	background-image: url('img/LDerecho.png');
	background-repeat: no-repeat;
    background-attachment: fixed;
}
.Contenido
{
    background-position: left top;
	margin: 0 0 0 200px;
    height: 100%;
    margin-right: 0;
    float: right;
    background-image: url('img/fondo.png');
    background-repeat: repeat;
}

/*Inicio Menú*/
.Menu
{
    /*background-color: #B4D70F;*/
	background-color: #CFDA70;
    height: 28px;
    vertical-align: middle;
	line-height: 1;
}
/* main menu td */
.mainMenu 
{
	cursor:pointer;
	font-size: 0.96em; 
	background-color:transparent;
	float: right;
}

/* Main Menu Normal */
.mainMenu .root
{
    color: #506400;
    font-size: 0.96em;
    font-weight: bold;
    text-align: center;
    padding: 7px 12px 7px 12px;
    /*text-transform: uppercase;*/
    margin-right: 1px;
    white-space: nowrap;
    margin-right: 1px;
    float: left;
}

/* Main menu hover */
.mainMenu .hov
{ 
	color: #FFFFFF;
	background: url(img/menu_hover.png) repeat-x top left;
}

/* Main menu selected */
.mainMenu .sel, .mainMenu .bc
{
    color: #FFFFFF;
	background: url(img/menu_active.png) repeat-x top left;
}
.mainMenu table
{
	border: 1px solid #C0D6E5;
	z-index: 5000;
}
/* SUB Menu Normal */
.mainMenu tr.mi
{
    background-color: #F8FAFF;
    z-index: 1000;
    font-size: 0.96em;
    font-weight: bold;
    text-align: left;
    color: #375162;
    line-height: 2em;
    text-transform: none;
}
.mainMenu tr.mi td
{
    padding: 0 2px;
    text-transform:none;
}
/* SUB Menu hover & selected */
.mainMenu tr.hov
{
    background: #506400 url(img/submenu_hover.png) repeat-x left top;
}
.mainMenu tr.hov td
{
    color: #FFFFFF;
}

.mainMenu tr.sel, .mainMenu tr.bc
{
    background: #506400 url(img/submenu_active.png) repeat-x left top;
}
.mainMenu tr.sel td, .mainMenu tr.bc td
{
	color: #FFFFFF;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border: 1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td
{
	background-color: #F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon
{
    background-color: #F8FAFF;
    border: none;
    padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon
{
    background: #506400 url(img/submenu_hover.png) repeat-x left top;
    color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
    height: 2px;
    background-color: #D5E0FF;
}
/*Fin Menú*/
/*Inicio Body*/
.BreadCrumb
{
    margin: 0;
    /*height: 30px;*/
    width: 100%;
    vertical-align: middle;
    text-align: left;
    padding: 8px 0 8px 0;
	color: #506400;
	font-size: 1em;
	/*padding-left: 175px;*/
}
.Pie
{
    width: 100%;
    height: 30px;
    margin: 0px;
    text-align: center;
    background-image: url(img/Login.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #000000;    
}
/*Inicio Container*/
.content
{
	width: 100%;
	height: 60%;
}
.sideBar
{
	padding-top: 15px;
    /*width: 5%;
	min-width: 150px;
	max-width: 165px;*/
	text-align: center;
}
.social
{
	padding-top: 50px;
	border: 0;
	width: 150px;
}
.pane
{
    border: 0;
	margin: 0;
	width: 99%;
}
.toppane 
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	text-align: left;
}
.leftpane 
{
	max-width: 200px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	text-align: left;
}
.contentpane 
{
	width: 100%;
	min-width: 600px;
	background-color: transparent;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 6px;
	text-align: left;
}
.rightpane 
{
    max-width: 200px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	text-align: left;
}
.bottompane 
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	text-align: left;
}
/*Fin Container*/
/*Inicio Controles*/
.DnnModule DnnModule-DNN_Feedback DnnModule-418
{
	width: 100%;
}
.comentarios
{
	/*margin-top: 10px;*/
	font-style: italic;
	font-weight: bold;
}
.comentmail
{
	text-align: right;
}
#dnn_ctr436_ModuleContent
{
	text-align: justify;
	line-height: 2;
	padding: 5px;
}
/*Inicio Blog*/
.BlogArchiveDayHeader
{
	font-weight: bold;
	background-color: #506400;
	color: #FFFFFF;
}
.BlogArchiveDay
{
	background-color: #FFFFFF;

}
.BlogArchiveDay a,.BlogArchiveSelectedDay a,.BlogArchiveWeekendDay a,.BlogArchiveTodayDay a
{
	width: 100%;
}
.BlogArchiveDay a:hover,.BlogArchiveSelectedDay a:hover,.BlogArchiveWeekendDay a:hover,.BlogArchiveTodayDay a:hover,.BlogArchiveOtherMonth a:hover
{
	color: #FF0000 !important;
	text-decoration: none !important;
}
.BlogArchiveOtherMonth
{
	background-color: #E6F5AA;
}
.BlogArchiveSelectedDay
{
	border: 1px solid #CCCCCC;
	background-color: #FC0;
}
.BlogArchiveTitle
{
	font-weight: bold;
}
.BlogArchiveTodayDay
{
	border: 1px solid #CCCCCC;
	background-color: #FC0;
	font-weight: bold;
}
.BlogArchiveWeekendDay
{
	background-color: #bec88c;
}
.TagCloud1{font-size:0.9em;  background-color: rgba(255,255,255, 0.6);}
.TagCloud2{font-size:0.92em; background-color: rgba(255,255,255, 0.6);}
.TagCloud3{font-size:0.94em; background-color: rgba(255,255,255, 0.6);}
.TagCloud4{font-size:0.96em; background-color: rgba(255,255,255, 0.6);}
.TagCloud5{font-size:1.10em; background-color: rgba(255,255,255, 0.6);}
.TagCloud6{font-size:1.2em; background-color: rgba(255,255,255, 0.6);} 
.TagCloud7{font-size:1.3em; background-color: rgba(255,255,255, 0.6);}
a.TagCloud1:Hover, a.TagCloud2:Hover, a.TagCloud3:Hover, a.TagCloud4:Hover, a.TagCloud5:Hover, a.TagCloud6:Hover, a.TagCloud7:Hover
{
	text-decoration: none !important;
    background: -moz-linear-gradient(center bottom , rgba(80, 100, 0, 0.05) 0%, rgba(80, 100, 0, 0.25) 100%) repeat scroll 0 0 transparent;
    border: 1px solid rgba(80, 100, 0, 0);
    border-radius: 5px 5px 5px 5px;
    padding: 8px 10px 8px 10px;
}
/*Fin Blog*/
/*Fin Controles*/
/*Fin Body*/