body, h1, h2, h3, h4, h5,  {
	font-family: verdana, Arial, Helvetica;
	background-color: #222D2D; color:#3e5566 ;

margin:0;
padding:0;
}
/*changed body to #Body so that the FCKEditor has a white background
(FCKEditor does not pick up #body details) */
#Body {
background-color: #222D2D;
text-align:center;
}
/* Corners */
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #818787;
  border-right:1px solid #818787;
  background:#c7caca}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #384242;
  border-right:1px solid #384242;
  background:#d5d7d7}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d5d7d7;
  border-right:1px solid #d5d7d7;}
.spiffy4{
  border-left:1px solid #818787;
  border-right:1px solid #818787}
.spiffy5{
  border-left:1px solid #c7caca;
  border-right:1px solid #c7caca}
.spiffyfg{
  background:#FFFFFF}

#Master {
font-family: Helvetica, Verdana, Arial, sans-serif;
padding-top:20px;

margin-bottom:20px;
text-align:center;
width: 980px;
\width: 1000px;
w\idth: 980px;

margin-left: auto;
margin-right: auto;
}


/*** Links y otras cosas ***/

a:link {
    text-decoration: none;
    color: #333333;
    font-family: Verdana, Arial, sans-serif;

}

a:visited {
        text-decoration: none;
    color: #333333;
}

a:hover {
      text-decoration: underline;
    color: #000000;
}

h1, h1 a, h1 a:hover, h1 a:link, h1 a:visited {
    background-color:transparent;
	margin-top: 0;
	text-decoration: none;
	font-size: 28px;
	line-height: 1.2em;
	letter-spacing: -1px;
	color: #333333;
  font-weight: bold;
}

h2 { margin-top: 0;
    background-color:transparent;

	text-decoration: none;
	font-size: 24px;
	line-height: 1.2em;
	letter-spacing: -1px;
	color: #DA0300;
	FONT-WEIGHT:BOLD;

}

h3 {
	    background-color:transparent;

	font-size: 1.5em;
	color: #00469B;
	letter-spacing: -1px;
        margin-bottom: 5px;
        padding-bottom: 5px;
	font-weight: normal;
	display: block;
}

h4 {
	font-size: 1.5em;
	color: #333;
	background-color:transparent;
	letter-spacing: -1px;
	font-weight: bold;
	display: block;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 15px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

h5, h5 a, h5 a:hover, h5 a:link {
     margin-top: 0;
	text-decoration: none;
	font-size: 1.1em;
	letter-spacing: -1px;
	color: #333;
}






/*** Header section ***/

#sitename {
color:#222D2D;
padding:10px 20px 10px 20px;
text-align:left;
  font-size: 36px;
  font-weight: bold
}


#container {
  clear:both;
  color: #333333;
}
#tblcontainer {
  color: #333333;
}


#content {
padding: 10px;

}

#LeftCol {
	padding: 10px;
}

#RightCol {
	padding: 10px;
}


#footer {
	
	padding: 10px;

}

.spfooter{display:block;margin-top:20px ;
}
.spfooter *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#D5DBE1}
.spfooter1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #6e777a;
  border-right:1px solid #6e777a;
  background:#a8afb4}
.spfooter2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #333e3f;
  border-right:1px solid #333e3f;
  background:#b2b9be}
.spfooter3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #b2b9be;
  border-right:1px solid #b2b9be;}
.spfooter4{
  border-left:1px solid #6e777a;
  border-right:1px solid #6e777a}
.spfooter5{
  border-left:1px solid #a8afb4;
  border-right:1px solid #a8afb4}
.spfooterfg{
  background:#D5DBE1}

/*** Horizontal menu ***/


#mainmenu {
float:left;
margin-bottom: 0; /*reduced for breadcrumbs */

height:45px;
width:100%;
background-image: url(img/menuback.png);
background-repeat: repeat-x;
background-position:right top;
}


/* added to remove spacing */
#HMN {
padding: 6px 0 6px 0px;
margin: 0;

}

#HMN ul {
margin:0;
padding:0;

}

#HMN li
{
height:37px
font-size:16px; /* (moved from ul) */
float:left;
position:relative;
list-style:none;
margin:0;
padding:0 3px 0 0;
background-image: url(img/menuborder.png);
background-repeat: no-repeat;
background-position:right top;
}

#HMN li.last
{
	background: none;
}

#HMN a {
background-image: url(img/backmenu.png);
background-repeat: repeat-x;
background-position:left top;

color:#FFFFFF;
display:block;
font-size:11px;
padding:10px 10px 10px;
text-transform:uppercase;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#HMN a:hover {
color:#FFFFFF;
text-decoration:none;
background-image: url(img/backmenu.png);
background-repeat: repeat-x;
background-position:left top;

background-position:0 -37px
}
#HMNCurrentItem a {
color:#FFFFFF;
text-decoration:none;
}
/*** login links ***/
#loginlinks, #breadcrumbs {
float: right;
padding:5px;
margin-right:10px;
  font-size: 11px;

}

.date {
 text-decoration: none;
    font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  margin-right:10px;
  color: #6B6B6B;
}
.copyright {
 text-decoration: none;
    font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  margin-right:10px;
  color: #A9A9A9;
}
/*** Sidebar menu ***/

#HMNSub
/* Housemenu puts this id in the first ul tag */
{
    padding: 0 0 0 10px; /* indent whole menu 10px */
    border: 0;
    margin: 0 0 25px 0;
    list-style: none;
}

#HMNSub li
{
list-style:none;
}

#HMNSub a
{
background:#e8e9ea;
border:1px solid #b0b0b0;
color:#606060;
display:block;
margin-top:8px;
padding:5px 4px 4px 10px;
position:relative;
text-transform:uppercase;
width:140px;
}

#HMNSub a:hover {
background:#f8f9fa;
border:1px solid #909090;
color:#303030;
text-decoration:none;
}
/* sub menu - zero out margins and then add in for a tags*/
#HMNSub ul
{
 /* second level menu items */
    font-size:0.8em;
letter-spacing:1px;
margin:0px;
padding:0px;

}
#HMNSub ul a
{
width:125px;
margin:3px 0 2px 10px;
padding:4px 2px 2px 8px;
}



/*** Content wrap ***/

#wrap {
clear:both;
font-size:0.9em;
padding:0;
height:100%;
}





/* ================================

    Default styles FOR DotNetNuke

   ================================

*/



/* background color for the content part of the pages */




.ControlPanel, .PagingTable {

    width: 100%;

    height: 64px;

    background-color: #FFFFFF;

    BORDER-RIGHT: #003366 1px solid;

    BORDER-TOP: #003366 1px solid;

    BORDER-LEFT: #003366 1px solid;

    BORDER-BOTTOM: #003366 1px solid;

}



.SkinObject {

    font-weight: bold;

    font-size: 8.5pt;

    color: #333333;


    text-decoration: none;

}



A.SkinObject:link {

    text-decoration:    none;

    color:#003366;

}



A.SkinObject:visited  {

    text-decoration:    none;

    color:#003366;

}



A.SkinObject:active   {

    text-decoration:    none;

    color:#003366;

}



A.SkinObject:hover    {

    text-decoration:    none;

    color:#003366;

}



/* style for module titles */

.Head   {

    font-family: Tahoma, Arial, Helvetica;

    font-size:  20px;

    font-weight:    normal;

    color: #333333;

}



/* style of item titles on edit and admin pages */

.SubHead    {

    font-family: Tahoma, Arial, Helvetica;

    font-size:  11px;

    font-weight:    bold;

    color: #003366;

}



/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */

.SubSubHead {

    font-family: Tahoma, Arial, Helvetica;

    font-size:  11px;

    font-weight:    bold;

    color: black;

}



/* text style used for most text rendered by modules */

.Normal,.NormalDisabled,p

{

    font-family: verdana, Arial, Helvetica;

    font-size: 14px;

  line-height:1.3em;
  color: #333333
}



/* text style used for rendered text which should appear disabled */

.NormalDisabled

{

    color: Silver;

}



/* text style used for rendered text which requires emphasis */

.NormalBold

{

    font-family: verdana, Arial, Helvetica;

    font-size: 14px;

    font-weight: bold

}



/* text style used for error messages */

.NormalRed

{

    font-family: verdana, Arial, Helvetica;

    font-size: 14px;

    font-weight: bold;

	color: #DA0300;

}



/* text style used for textboxes in the admin and edit pages, for Nav compatibility */

.NormalTextBox

{

    font-family: verdana, Arial, Helvetica;

    font-size: 14px;

    font-weight: normal;

}



/* styles used by Data Grids */

.DataGrid_AlternatingItem

{

    background-color:White;

    color: Red;

    font-family: Tahoma, Arial, Helvetica;

    font-size: 10px;

    font-weight: normal;

}

.DataGrid_Container

{

	background-color: Transparent;

}

.DataGrid_Footer

{

    background-color:White;

}

.DataGrid_Header

{

    background-color:Transparent;

    color: Black;

    font-family: Tahoma, Arial, Helvetica;

    font-size: 10px;

    font-weight: bold;

    text-align: center;

}

.DataGrid_Item

{

    background-color:Transparent;

    color: Black;

    font-family: Tahoma, Arial, Helvetica;

    font-size: 10px;

    font-weight: normal;

}

.DataGrid_SelectedItem

{

    background-color: Silver;

    color: Blue;

    font-family: Tahoma, Arial, Helvetica;

    font-size: 10px;

    font-weight: normal;

}



/* styles used by TreeMenu Skin Object */

.TreeMenu_Node

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 12px;

    font-weight: normal;

}



.TreeMenu_NodeSelected

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 12px;

    font-weight: normal;

	background-color: #dcdcdc;

}



A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {

    text-decoration:    none;

    color: #003366;

}



A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {

    text-decoration:    none;

    color: #003366;

}



A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {

    text-decoration:    none;

    color: #003366;

}



A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {

    text-decoration:    none;

    color: #ff0000;

}



/* styles used in the FileManager */

.FileManager

{

	border-right: black 1px solid;

	border-top: black 1px solid;

	border-left: black 1px solid;

	border-bottom: black 1px solid;

	height:400px;

}

.FileManager_ToolBar

{

	border-bottom: black 1px solid;

	height:25px;

}

.FileManager_Explorer

{

	height:100%;

	border: dimgray 1px solid;

	background-color: White;

	margin: 2px 2px 2px 2px;

}



.FileManager_FileList

{

	height:100%;

	border: dimgray 1px solid;

	background-color: White;

	margin: 2px 2px 2px 2px;

	overflow: auto;

}



.FileManager_MessageBox

{

	text-align: center;

	vertical-align: middle;

	background-color: White;

	padding: 25px 25px 25px 25px;

}



.FileManager_Header

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;

    font-weight: bold;

    color: #E7E7FF;

    background-color: #9EBFF6;

    border-bottom: dimgray 1px solid;

    height: 25px;

}



.FileManager_Pager

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;

    font-weight: bold;

    background-color: #EEEEEE;

    border-top: dimgray 1px solid;

    height: 25px;

}



.FileManager_StatusBar

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;

    font-weight: normal;

    background-color: #dedfde;

    height: 25px;

	margin: 2px 2px 2px 2px;

}



.FileManager_Item

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;

    font-weight: normal;

    color: Black;

    background-color: #F8F8F8;

    border-top: black 1px dashed;

    border-bottom: black 1px dashed;

}



.FileManager_AltItem

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;

    font-weight: normal;

    color: Black;

    background-color: #EEEEEE;

    border-style: none;

}

.FileManager_SelItem

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;

    font-weight: bold;

    color: White;

    background-color: #99ffff;

    border-style: none;

}



.FileManagerTreeNode

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;

    font-weight: normal;

}



.FileManagerTreeNodeSelected

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;

    font-weight: normal;

	background-color: #dcdcdc;

}



A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {

    text-decoration:    none;

    color: #003366;

}



A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {

    text-decoration:    none;

    color: #003366;

}



A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {

    text-decoration:    none;

    color: #003366;

}



A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {

    text-decoration:    none;

    color: #ff0000;

}



/* styles used in the Wizard Framework */

.Wizard

{

	border-right: black 1px solid;

	border-top: black 1px solid;

	border-left: black 1px solid;

	border-bottom: black 1px solid;

	height:400px;

	width:650px;

}

.WizardButton

{

	border-right: dimgray 1px solid;

	padding-right: 2px;

	border-top: dimgray 1px solid;

	padding-left: 2px;

	padding-bottom: 2px;

	border-left: dimgray 1px solid;

	padding-top: 2px;

	border-bottom: dimgray 1px solid;

	background-color: gainsboro;

}

.WizardHeader

{

	background: #ffffcc;

	border-bottom: black 1px solid;

	height:40px;

}

.WizardFooter

{

	border-top: black 1px solid;

	background: #ccffcc;

	height: 25px;

	text-align: right;

}

.WizardBody

{

	padding-right: 10px;

	padding-left: 10px;

	padding-bottom: 10px;

	padding-top: 10px;

	height: 325px;

}

.WizardHelp

{

	padding-right: 5px;

	padding-left: 5px;

	font-size: 9pt;

	padding-bottom: 5px;

	border-left: black 1px solid;

	width: 180px;

	padding-top: 5px;

	background-color: #ccffff;

}

.WizardHelpText

{

	overflow: auto;

	font-size: 8pt;

	width: 180px;

	color: black;

	font-family: Tahoma, Verdana, Arial, Sans-Serif;

	height: 300px;

}

.WizardText

{

	font-size: 9pt;

	color: black;

	font-family: Tahoma, Verdana, Arial, Sans-Serif;

}

/* DTS */
.oculto
{
	display:none;	
}
.visible
{
	display:block;
}
.ancho_220
{
	width:220px !important;
}
.ancho_100_x100
{
	width:100% !important;
}
.ancho_auto
{
	width:auto !important;
}
.color_rojo
{
    color:#FF0000;
}
.color_verde
{
    color:#00FF00;
}
.margin_left_15
{
	margin-left:15px;
}
.padding_left_15
{
	padding-left:15px;
}
input.CajaTexto
{
	/*border:solid 1px gray;	*/
	width:200px;
}
input.CajaTextoLarga
{
	/*border:solid 1px gray;	*/
	width:400px;
}
input.CajaTextoPeque
{
	/*border:solid 1px gray;	*/
	width:40px;
}
textarea.CajaTexto
{
	/* border:solid 1px gray;	*/
}
select.Desplegable
{
	/* border:solid 1px gray;	 */
	width:120px;
}
select.Desplegable2
{
	/* border:solid 1px gray;	*/
}
input.Botones
{
    /*
	height:20px;
	font-size:11px;
    */
}
.AlignLeft
{
	float:left;
}
.AlignRight
{
	float:right;
}
.ZenGrid
{
	width:600px;
	color:#333333;
}
.ZenGrid_RowStyle
{
	background-color:#EFF3FB;
}
.ZenGrid_PagerStyle
{
	background-color:#507CD1;	
}
.ZenGrid_PagerStyle a
{
	color:#FFFFFF;
}
.ZenGrid_PagerStyle a:hover
{
	color:#FFFFFF;
}
.ZenGrid_HeaderStyle
{
	background-color:#507CD1;
	text-align:left;
	font-weight:bold;
}
.ZenGrid_HeaderStyle a
{
	color:#FFFFFF;
	text-decoration:none;	
}
.ZenGrid_HeaderStyle a:hover
{
	color:#FFFFFF;
	text-decoration:none;	
}
div.ZenParentDiv
{
	-moz-box-sizing:border-box;
	margin:0;
	padding: 0;
}
.ZenFuente
{
    /*
	font-family:Arial;
	font-size:12px;
    */
}
.ZenHead
{
	/* font-weight:bold; */
}

/* DTS ZenCategorias */
div.ZenCatFicha
{
	width:450px;
	border:solid 1px gray;
	padding:7px 7px 7px 7px;
	overflow:hidden;
}
div.ZenCatFicha1_1
{
	float:left;
	width:30%;
	margin:5px 0px 5px 0px;	
}
div.ZenCatFicha1_2
{
	float:left;
	width:70%;
	margin:5px 0px 5px 0px;	
}
div.ZenCatFicha2_1
{
	float:left;
	width:30%;
	margin:5px 0px 5px 0px;	
}
div.ZenCatFicha2_2
{
	float:left;
	width:70%;
	margin:5px 0px 5px 0px;	
}

/* DTS ZenUsuarios */
div.ZenUsuariosFicha
{
	width:300px;
	border:solid 1px gray;
	padding:7px 7px 7px 7px;
	overflow:hidden;
}
div.ZenUsuariosFicha1_1
{
	float:left;
	width:30%;
	margin:5px 0px 5px 0px;	
}
div.ZenUsuariosFicha1_2
{
	float:left;
	width:70%;
	margin:5px 0px 5px 0px;	
}
div.ZenUsuariosFicha2_1
{
	float:left;
	width:30%;
	margin:5px 0px 5px 0px;	
}
div.ZenUsuariosFicha2_2
{
	float:left;
	width:70%;
	margin:5px 0px 5px 0px;	
}
div.ZenUsuariosFichaValida
{
	float:left;
	width:100%;
	margin:5px 0px 5px 0px;		
}
div.ZenUsuariosHr
{
	float:left;
	width:100%;
	margin:5px 0px 5px 0px;		
}

/* DTS ZenUrlsComerc */
input.ZenUrls_CajaTextoUnChar
{
	width:15px;	
	text-align:center;
}
input.ZenUrls_CajaTextoPocosChar
{
	width:45px;	
}
input.ZenUrls_CajaTextoUrl
{
	width:480px;	
}
div.ZenUrls_Campos_Contenedor
{
	width:100%;
	overflow:hidden;
	padding:2px 7px 2px 0px;	
}
div.ZenUrls_Campos_1
{
	float:left;
	width:110px;	
	border-bottom:solid 1px gray;
	height:25px;
}
div.ZenUrls_Campos_2
{
	float:left;
	width:auto;	
	border-bottom:solid 1px gray;
	padding-right:7px;
	height:25px;	
}
div.ZenUrls_Campos_2_1
{
	float:left;
	width:auto;		
	border-bottom:solid 1px gray;
	padding-right:7px;
	height:25px;	
}
div.ZenUrls_Campos_2_2
{
	float:left;
	width:auto;	
	border-bottom:solid 1px gray;
	padding-right:7px;
	height:25px;	
}
div.ZenUrls_Campos_3
{
	float:left;
	width:auto;	
	padding-right:7px;
	border-bottom:solid 1px gray;	
	height:25px;	
}
div.ZenUrls_Campos_4
{
	float:left;
	width:180px;	
	border-bottom:solid 1px gray;	
	height:25px;	
}
div.ZenUrls_Planif_1
{
	float:left;
	width:100px;	
	padding-right:7px;
	border-bottom:solid 1px gray;	
	height:25px;	
}
div.ZenUrls_Planif_2
{
	float:left;
	width:auto;	
	padding-right:20px;
	border-bottom:solid 1px gray;	
	height:25px;	
}
div.ZenUrls_Planif_3
{
	float:left;
	width:auto;	
	padding-right:7px;
	border-bottom:solid 1px gray;	
	height:25px;		
}
input.ZenUrls_CajaTexto
{
	border:solid 1px gray;	
	width:35px;
}
input.ZenUrls_CajaTexto2
{
	border:solid 1px gray;	
	width:180px;
}
div.ZenUrls_Div_Codigos
{
	width:125px; 
	float:left;	
}

/*DTS ZenUsuarioCodigo*/
input.CajaTextoColores
{
	/* border:solid 1px gray;	*/
	width:65px;	
}
div.DivSeparador
{
	height:20px;
}
div.DivEditar
{
	margin-top:15px;
	padding:5px 5px 5px 5px;
	border-color:#FF0000; 
	border-style:dotted; 
	border-width:1px; 
}

/*DTS ZenEstAnunciantes - DTS ZenEstBloggers*/
.LinkButtonPulsado:link 
{
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;	
}
.LinkButtonPulsado:hover
{
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;	
}
.LinkButtonPulsado:visited
{
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;		
}

/* DTS ZenAnunciosManuales */
div.ZenAnunciosManualesFicha
{
	width:450px;
	border:solid 1px gray;
	padding:7px 7px 7px 7px;
	overflow:hidden;
}

input.ZenAnunciosManuales_textbox1 {width:435px;}
