
/* background color for the content part of the pages */
Body
{
    text-align: justify;
}

.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: #003366;
    font-family: Tahoma, Arial, Helvetica;
    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
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	text-align:justify;
	
}

/* 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: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    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;
}

.WizardFooter
{
	
	background:  #E8FBD7;	

}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	background-color:#F2FFFF;
}
.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;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

HR {
border: 0;
height: 1px;
color: #ECE9D8;
background-color: #ECE9D8;

}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: #CCCCCC;
}

.TabBg {
    background-color: black;
}

.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}
.PagingTable {
    height: 33px;
}

.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}

/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu
{
	border: solid 1px black;
	white-space: nowrap;
	background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
    background-color: navy;
    color: White;
    
}

.titcode {
  background-color: #E4E4E4; 
  border: 1px solid #E4E4E4; 
  color: #666; 
  -moz-border-radius: 25px; 
}
.ultimoscomentarios {
	background:#f4f4eb;
	padding:5px;
	font: 9px/15px Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}

.inputlanguage
{
	font-size:xx-small;
	color: black;
	font-family: Verdana,Tahoma , Arial, Sans-Serif;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: #999999 1px solid;
}

A.webmail:link{
	font-family:Verdana,Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:9px;
	font-stretch:extra-expanded;
	font-style:normal;
	font-variant:normal;
	font-weight: bold;
}
A.webmail:visited{
	font-family:Verdana,Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:9px;
	font-stretch:extra-expanded;
	font-style:normal;
	font-variant:normal;
	font-weight: bold;
}

.Titulo {
	padding-top:1px;
	padding-left:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bolder;
	text-align:left;
	color: #FFFFFF;
	background-color:#B22222;
	background-color:#FFFFFF;
	min-height:18px;
	color: #5E7830;
	color: #606060;
	BORDER-bottom:#C0D698 1px solid; 
	BORDER-bottom:#ECE9D8 2px solid; 
	height:25px;
}

.tituloAzulGrande {
	color:#005478;
    font-size:16px;
    font-family:helvetica, arial, sans-serif;
    border:none;
    text-decoration:none;
}

.nota
{
    text-align : justify;
    padding : 5px 5px 5px 45px;
    border-width : 1px;
    border-style : dashed;
    border-color : rgb(255 , 205 , 26);
    background-color : rgb(255 , 255 , 196);
    margin : auto;
}
.nota2
{
    text-align : justify;
    padding : 5px 5px 5px 5px;
    border-width : 1px;
    border-style : dashed;
	border-color: #FF9595;
	background-color: #FFE8E8;
    margin : auto;
}



.noticiaTituloGrande
{
	color: #333333;
	font-size: 1.5em;
	font-weight: normal;
	margin:8px;
}

.noticiaTituloPortada
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 1.3em;
	font-weight: normal;
	margin: 1.5em 0px;
	text-align:left;
	padding-left:10px;
}

.noticiaTextoPortada
{
	color: #404040;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
.noticiaFechaPortada
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 10pt; 
	color: #404040;
	font-weight: normal;
	text-align:left;
	background-image: url(/cresa3/imagenes/san/ico_flechader.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;

}
.noticiaTituloTD {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	background: #fdfdfd;
	text-align: left;
}



<!-- PARA EL MODULO DE ENLACES -->

#nav {
		font-size:11px;
display: block;
width:95%;
height:20px;
border: 1px solid #ffffff;
color: #404040;
background: #F4F4F4;
text-decoration: none;
font-weight: normal;
}

A.nav:visited,A.nav:link,A.nav:active{
font-size:11px;
display: block;
width:95%;
height:20px;
border: 1px solid #ffffff;
color: #404040;
background: #F4F4F4;
text-decoration: none;
font-weight: normal;

}

A.nav:Hover{
display: block;
color:red;
width:97%;
border: 1px solid #ffffff;
background: #DBE1CE;
text-decoration: none;
padding-left:8px;
font-weight:bold;
}

#msviGlobalToolbar {
	PADDING-LEFT: 1px
}
#msviGlobalToolbar A {
	font-size:10px;
    color: #333333;
	font-weight: lighter;
}
#msviGlobalToolbar A:hover {
	font-size:10px;
    color: #FF0000;
	text-decoration:underline;
}

.gt0 {
	BORDER-RIGHT: #666666 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #666666 1px solid; PADDING-LEFT: 0px; FONT-SIZE: 100%; PADDING-BOTTOM: 0px; BORDER-LEFT: #666666 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #666666 1px solid
}
.gt1 {
	BORDER-RIGHT: #666666 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #666666 1px solid; PADDING-LEFT: 0px; FONT-SIZE: 100%; PADDING-BOTTOM: 0px; BORDER-LEFT: #666666 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #666666 1px solid; 
}
#msviMastheadHR {
	BACKGROUND: #003499; OVERFLOW: hidden; HEIGHT: 1px;
}
.gtsep {
	PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 2px; FONT: 65% Verdana; COLOR: #a1c6eb; PADDING-TOP: 0px
}
#msviMastheadHR {
	BACKGROUND: #003499; OVERFLOW: hidden; HEIGHT: 1px;
}
.msviPPSpace {
	PADDING-RIGHT: 0px
}

<!-- DEGRADADOS CUADROS-->
.degradatBannerBottom{
	background-image: url(imagenes/degradados/u/bgDegradatBannerBottom.gif);	
}
.enllasDegradatInterior{
	display:block;
	width:155px;
	text-decoration:none;
	border:1px solid #e6e6e6;	
	overflow:hidden;
    background:#f2f2f2;

}

.enllasDegradatInteriorLeft{
	display:block;
	width:173px;
	text-decoration:none;
	border:1px solid #e6e6e6;	
	overflow:hidden;
    background: #000000;
}



div#interiorLeft{
	display:block;
	width:183px;
	text-decoration:none;
	border:1px solid #e6e6e6;	
	overflow:hidden;
    background: #ffffff;
}

div#interiorLeft a.tituloNegroInterior{
	display:block;
	text-decoration:    none;
	white-space: normal;
	
}

div#interiorLeft a:hover{

}
div#interiotLeft span {
display:block;
}
div#interiorLeft span.tituloNegro{
	display:block;
	margin:0px;
	padding:0px;
	height:20px;
	line-height:20px;
	padding-left:0px;
	font-family:Arial, Verdana, Heveltica;
	font-size:1.1886em;
	font-weight:bold;
	color:#ffffff;
	background:#879C5d;
}

div#interiorLeft p.tituloNegroInterior{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Heveltica;
	/*font-size:10px;*/
	font-size:1.00em;
	font-weight:normal;
	color:#606060;
	background: #FFFFFF;
	display:block;
	padding:10px;
	padding-bottom:0px;
	text-align:left;
}
p.finLeft{
	width:183px;
	margin:0px;
	padding:0px;
	display:block;
	height:8px;
	line-height:8px;
	background:transparent url(imagenes/degradados/u/bgDegradatBannerBottom.gif) repeat-x;	
}
<!-- LOGOS DERECHA -->
div#interiorRight{
	display:block;
	width:152px;
	text-decoration:none;
	border:1px solid #e6e6e6;	
	overflow:hidden;
    background: #ffffff;
}

div#interiorRight a.tituloNegroInterior{
	display:block;
	text-decoration:    none;
}

div#interiorRight a:hover{

}
div#interiotRight span {
display:block;
}
div#interiorRight span.tituloNegro{
	display:block;
	margin:0px;
	padding:0px;
	height:20px;
	line-height:20px;
	padding-left:0px;
	font-family:Arial, Verdana, Heveltica;
	font-size:1.1886em;
	font-weight:bold;
	color:#ffffff;
	background: #FF8040;

}

div#interiorRight p.tituloNegroInterior{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Heveltica;
	/*font-size:10px;*/
	font-size:1.00em;
	font-weight:normal;
	color:#606060;
	background: #FFFFFF;
	display:block;
	padding:10px;
	padding-bottom:0px;
	text-align:left;
}
p.finRight{
	width:150px;
	margin:0px;
	padding:0px;
	display:block;
	height:8px;
	line-height:8px;
	background:transparent url(imagenes/degradados/u/bgDegradatBannerBottom.gif) repeat-x;	
}
<!-- Marco Contenidos -->

.tituloROJO {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 24px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 8px; COLOR: #c21515; PADDING-TOP: 0px; FONT-FAMILY: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif; text-align:left
}
SPAN.article_seperator {
	PADDING-RIGHT: 0px; BORDER-TOP: #ccc 1px dotted; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px; PADDING-TOP: 16px;
}
DIV {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR: #333; PADDING-TOP: 0px; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}


ul {
	list-style: none;
}

ul.ULnormal li  {
	background: url(imagenes/vinetasjart/bullet.gif) no-repeat 18px 7px;
	line-height: 160%;
	padding-left: 30px;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	background: url(imagenes/vinetasjart/icon-checklist.gif) no-repeat 0 4px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* Check list (star) */
ul.stars {
	list-style:none;
}

ul.stars li {
	background: url(imagenes/vinetasjart/icon-star.gif) no-repeat 0 5px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}
ul.stars li a {
	color: #404040;

}

/* List arrow */
ul.arrow {
	list-style: none;
}

ul.arrow li {
	background: url(imagenes/vinetasjart/icon-arrow.gif) no-repeat 3px 5px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}


div.noteJ, span.noteJ {
	border: 1px solid #AAAAAA;
	text-align:justify;
	background-color: #fff;
}
#ja-botsl {
	border-left: 1px solid #E7E8E6;
	border-right: 1px solid #E7E8E6;
	border-bottom: 1px solid #E7E8E6;
	background: url(imagenes/vinetasjart/grad1.gif) repeat-x top #Ffffff;
	color: #FFFFFF; 
}
div.moduletable_hilite span {
 text-align:left;
}

div.moduletable_hilite h3 {
	font-size: 100%;
	margin: 0 0px 5px;
	padding: 5px 10px;
	background: url(imagenes/vinetasjart/grad2.gif) repeat-x bottom #8BAB32;
	border-bottom: 1px solid #E7E8E6;
	color: #FFFFFF;
	text-align:left; 
}
blockquote {
	padding: 1em 40px 1em 15px;
}
blockquote span.open {
	background: url(imagenes/vinetasjart/so-q.gif) no-repeat left top;
	padding: 0 0 0 15px;
	text-align:left;
}
blockquote span.close {
	background: url(imagenes/vinetasjart/sc-q.gif) no-repeat bottom right;
	padding: 0 15px 0 0;
}
blockquote.testimonial {
	padding: 0 0 5px;
	border-bottom: 1px solid #E7E8E6;
}

blockquote.testimonial span.author {
	background: url(imagenes/vinetasjart/icon-author.gif) no-repeat 5px center;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 20px;
}
blockquote.testimonial span.privacidad {
	background: url(imagenes/vinetasjart/icon-key.gif) no-repeat 5px center;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 20px;
}
blockquote.testimonial span.privacidad a{
color: #CE0000;
}

.contentheading {
	border-top:1px solid #cccccc;
	padding-top:10px;
	font-size: 200%;
	line-height: normal;
	color: #8BAB32;
	text-align:left;
}

