/*Cuerpo General */
body {
  background-color:#FFFFFF;
  font-family: "trebuchet ms";
  color: #383838;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  min-height: 15px;
  margin-bottom: 15px;
  }
  
  input{
  	font-family: "trebuchet ms";
   color: #383838;
	font-size : 11px;
  }
  
  input.NormalTextBox { 
  font-family: "trebuchet ms";
  color: #383838;
	font-size : 11px;
	border-bottom-width : 1px;
   border-color : #C8DCDD;
   border-left-width : 1px;
   border-right-width : 1px;
   border-style : solid;
   border-top-width : 1px;
  
  }
  
textarea, select, option {
	border-bottom-width : 1px;
   border-color : #C8DCDD;
   border-left-width : 1px;
   border-right-width : 1px;
   border-style : solid;
   border-top-width : 1px;
   font-family :  "trebuchet ms";
   font-size : 11px;
	color: #383838;
	background-color:#FFFFFF;
  	font-family: "trebuchet ms";
  	margin: 2px;
	}
	
	/* links */
a:link, a:visited
{
    font-family:trebuchet ms;
	 font-size: 11px;
	 color: #6D9A74;
    background: inherit;
    text-decoration: underline;
}
a:hover
{
    font-family:trebuchet ms;
	 font-size: 11px;
	 color: #940128;
    background: inherit;
    text-decoration: underline;
}



/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
.ControlPanel{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #C8DCDD 1px;
	border-top: #C8DCDD 1px;
	border-left: #C8DCDD 1px;
	border-bottom: #C8DCDD 1px;
}

.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head
{
    font-family: trebuchet ms;
    font-size: 100%;
    font-weight: normal;
    color: #383838;
}

.NormalDisabled
{
  
	 color: Silver;
}
.NormalBold
{
   
	 font-weight: bold;
}
.NormalRed
{
   
	 font-weight: bold;
    color: #940128;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	
}


h1, h2, h3, h4, h5, h6, .Head
{
    font-weight: bold;
    font-family: "trebuchet ms" , Sans-Serif;
}

/* headings */
h1
{
    font-size: 2.5em;
    margin: 0;
    letter-spacing: -1px;
	 color: #7AC183;
}
h2
{
    font-size: 2em;
    margin: 0;
    padding: 0;
	 color: #7AC183;
}
h3
{
    margin: 0;
    padding: 0;
	 color: #7AC183;
}
h1 a, h2 a
{
    color: #7AC183;
    text-decoration: none;
}
h1 a:hover, h2 a:hover
{
    color: #7AC183;
}
/* GENERAL */
/* style for module titles */
.Head   {
	font-family: trebuchet ms;
   font-size: 17px;
	font-weight: bold;
   color: #219730;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: trebuchet ms;
   font-size: 13px;
	font-weight: bold;
   color: #940128;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: trebuchet ms;
   font-size: 10px;
	font-weight: bold;
   color: #219730;
}



/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	cursor : hand; 
   font-family :  "trebuchet ms";
   font-size : 10px;
	text-decoration: underline;
	color: #940128;
   
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active, A.CommandButton:hover  {
	cursor : hand; 
	font-family :  "trebuchet ms";
   font-size : 10px;
	text-decoration: underline;
	color: #940128;
}

A.CommandButton:hover    {
	color: #BF677E;
}
  

/* button style for standard HTML buttons */
.StandardButton     {
	cursor : hand; 
	border-bottom-width : 1px;
   border-color : #DEF0E0;
   border-left-width : 1px;
   border-right-width : 1px;
   border-style : solid;
   border-top-width : 1px;
   font-family :  "trebuchet ms";
   font-size : 7pt;
	text-decoration: none;
	text-align: center;
	font: bold;
	color: #ffffff;
	background-color:#219730;
	width: 100px;

}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	color: #940128; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #F9FAF7;
	font-family: trebuchet ms; 
}

.ModuleTitle_MenuBar {
	color: #940128; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #F9FAF7;
	font-family: trebuchet ms; 
}

.ModuleTitle_MenuItem {
	color: #940128; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #F9FAF7;
	font-family: trebuchet ms;
	border-bottom: #219730 1px solid; 
    

}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand;
    border-bottom: #219730 1px solid;      
    text-align: center;
	background-color: #F9FAF7;
	
}

.ModuleTitle_SubMenu {
	color: #940128; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #F9FAF7;
	font-family: trebuchet ms; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=3); 
    border-bottom: #219730 1px solid; 
    border-left: #219730 1px solid; 
    border-top: #219730 1px solid; 
    border-right: #219730 1px solid;

}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
font-family: webdings; 
    font-size: 9pt;
	 color: #940128;  
    cursor: pointer; 
    cursor: hand
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: Transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 27px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #940128; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #F9FAF7;
	font-family: trebuchet ms; 
   white-space: nowrap;  /*Word wrapping menu item now optional*/
   padding: 1px 3px 3px 1px;	
}
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #940128; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	font-family: trebuchet ms;  
	background-color: #F9FAF7;
   white-space: nowrap;  /*Word wrapping menu item now optional*/	    
   padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}
.main_dnnmenu_itemhover {  
	background-color: #F9FAF7;
	color: #940128; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	font-family: trebuchet ms;   
}

.main_dnnmenu_itemhover td {  
	background-color: #F9FAF7;
	color: #940128; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	font-family: trebuchet ms;   
}

.MainMenu_MenuItem {
	background-color: transparent;
	color: #940128; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	font-family: trebuchet ms;
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_MenuItemSel {
	color: #219730; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	font-family: trebuchet ms;
	background: transparent;
	
}
.MainMenu_MenuIcon {
	background-color: #F9FAF7;
	
}

.MainMenu_SubMenu {
	background-color: #F9FAF7;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=3); 
	/*padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	color: #940128; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	font-family: trebuchet ms;
	border-width: 0 0 0 0;
	text-align: left;
}

.MainMenu_MenuBreak {
	color: #940128; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	font-family: trebuchet ms;
	background-color: transparent;
	border-width: 0 0 0 0;
}



.MainMenu_MenuArrow {
	color: #940128;
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand; 
	border-width: 0 0 0 0;
}

.MainMenu_RootMenuArrow {
	color: #219730;
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
	border-width: 0 0 0 0;
}

.borde_izq{
		border-left: 1px solid #C8DCDD;
		border-bottom:1px solid #C8DCDD;
	}
.borde_inf{
		border-bottom:1px solid #C8DCDD;
	   
	}

	/*Enlaces */
	A.login:visited {font-family :trebuchet ms;font-size:11px;font-weight:bold;color:#EFEFEF;text-decoration:none; font-variant: small-caps;}
	A.login:link {font-family :trebuchet ms;font-size:11px;font-weight:bold;color:#EFEFEF;text-decoration:none; font-variant: small-caps;}
	A.login:hover {font-family :trebuchet ms;font-size:11px;font-weight:bold;color:#89B4B6;text-decoration:none; font-variant: small-caps;}
	A.copy:visited {font-family :trebuchet ms;font-size:10px;color:#CCCCCC;text-decoration:none;}
	A.copy:link {font-family :trebuchet ms;font-size:10px;color:#CCCCCC;text-decoration:none;}
	A.copy:hover {font-family :trebuchet ms;font-size:10px;;color:#89B4B6;text-decoration:underline;}
	A.ruta:visited {font-family :trebuchet ms;font-size:10px;font-weight:bold;color:#009999;text-decoration:underline;}
	A.ruta:link {font-family :trebuchet ms;font-size:10px;font-weight:bold;color:#009999;text-decoration:underline;}
	A.ruta:hover {font-family :trebuchet ms;font-size:10px;font-weight:bold;color:#539DA6;text-decoration:underline;}
	A.menu-cab:visited {text-decoration: none;font-family: trebuchet ms; font-size: 10px;font-weight: bold;color:#FFFFFF;text-align: center;}
	A.menu-cab:link {text-decoration:none ; font-family: trebuchet ms; font-size: 10px;font-weight: bold; color:#FFFFFF;text-align: center;}
	A.menu-cab:hover{text-decoration:none; font-family: trebuchet ms; font-size:10px;font-weight: bold; color: #FF9900; text-align: center;}
	A.menu2:visited {text-decoration: underline;font-family: trebuchet ms; font-size: 10px;font-weight: bold;color:#FFFFFF;text-align: center;}
	A.menu2:link {text-decoration: underline; font-family: trebuchet ms; font-size: 10px;font-weight: bold; color:#FFFFFF;text-align: center;}
	A.menu2:hover{text-decoration: underline; font-family: trebuchet ms; font-size:10px;font-weight: bold; color: #DFB2BE; text-align: center;}
	A.link_vermas:visited {text-decoration: underline;font-family: verdana; font-size: 9px;font-weight: normal;color:#940128;text-align: center; padding-bottom: 5px;}
	A.link_vermas:link {text-decoration: underline; font-family: verdana; font-size: 9px;font-weight: normal; color:#940128;text-align: center; padding-bottom: 5px;}
	A.link_vermas:hover{text-decoration: underline; font-family: verdana; font-size:9px;font-weight: normal; color: #219730; text-align: center; padding-bottom: 5px;}
	A.nav:visited {font-family:trebuchet ms;font-size:10px;font-weight:normal;color:#BF677E;text-decoration:none;text-align: center;clear: both;
    line-height: 1.8em;
    padding: 10px 0 10px 0;}	
	A.nav:link{font-family:trebuchet ms;font-size:10px;font-weight:normal;color:#BF677E;text-decoration:none;text-align: center;clear: both;
    line-height: 1.8em;
    padding: 10px 0 10px 0;}
	A.nav:hover{font-family:trebuchet ms;font-size:10px;font-weight:normal;color:#6D9A74;text-decoration:none;text-align: center;clear: both;
    line-height: 1.8em;
    padding: 10px 0 10px 0;}		
	
	/*botones*/	
	.textarea {
	border-bottom-width : 1px;
   border-color : #C8DCDD;
   border-left-width : 1px;
   border-right-width : 1px;
   border-style : solid;
   border-top-width : 1px;
   font-family :  "trebuchet ms";
   font-size : 11px;
	color: #6D9A74;
	background-color:#FFFFFF;
  	font-family: "trebuchet ms";
  	margin: 2px;
	}

	/*backgrounds*/	
	
	.fondo_menu{
	height: 27px;
	background-image: url(fd-menu.gif);
	background-repeat:repeat;
	background-position: bottom;
	}
	.borde_izq{
		border-left: 1px solid #C8DCDD;
	}
	.borde_izq{
		border-top: 1px solid #C8DCDD;
		
	}
	.borde_ambos{
		border-left: 1px solid #C8DCDD;
		border-right: 1px solid #C8DCDD;
	}
	
	
	/*texto*/
	.fecha {font-family:trebuchet ms;font-size:9px;font-weight:normal;color:#BF677E;text-decoration:none; padding: 5px;}
	.actua {
	font-family: trebuchet ms;
	font-size: 9px;
	font-weight: normal;
	color: #7AC183;
	text-decoration: none;
	padding: 5px;
}
	.copy2 {font-family:trebuchet ms;font-size:9px;font-weight:normal;color:#BF677E;text-decoration:none;text-align: center;  padding: 5px;}
	
	A.titular:link {
	font-family: trebuchet ms;
	font-size: 23px;
	font-weight: normal;
	color: #219730;
	text-decoration: none;
	text-align: left;
	font-variant: small-caps;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor : hand; 
	
}
.titular {
	font-family: trebuchet ms;
	font-size: 23px;
	font-weight: normal;
	color: #219730;
	text-decoration: none;
	text-align: left;
	font-variant: small-caps;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.texto_titular{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	padding-bottom: 15px;
	border-bottom: 1px solid #C8DCDD;
	
}
.texto_content{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #C8DCDD;
	border-top: 1px solid #C8DCDD;
	
}
A.titular_reportaje:link {
	font-family: trebuchet ms;
	font-size: 13px;
	font-weight: bold;
	color: #219730;
	text-decoration: none;
	text-align: left;
	font-variant: small-caps;
	padding-top: 10px;
	padding-bottom: 5px;
	cursor : hand; 
}
.titular_reportaje {
	font-family: trebuchet ms;
	font-size: 13px;
	font-weight: bold;
	color: #219730;
	text-decoration: none;
	text-align: left;
	font-variant: small-caps;
	padding-top: 10px;
	padding-bottom: 5px;
}
A.titular_reportaje_C:link {
	font-family: trebuchet ms;
	font-size: 13px;
	font-weight: bold;
	color: #219730;
	text-decoration: none;
	text-align: left;
	font-variant: small-caps;
	padding-top: 10px;
	padding-bottom: 5px;
	cursor : hand; 
}
.titular_reportaje_C {
	font-family: trebuchet ms;
	font-size: 13px;
	font-weight: bold;
	color: #219730;
	text-decoration: none;
	text-align: left;
	font-variant: small-caps;
	padding-top: 10px;
	padding-bottom: 5px;
}
.texto_reportaje{
	
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: left;
	font-variant: normal;	
}
A.titular_titulares2:link {
	font-family: trebuchet ms;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7AC183;
	text-decoration: none;
	font-variant: small-caps;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor : hand; 
}
.titular_titulares2 {
	font-family: trebuchet ms;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7AC183;
	text-decoration: none;
	font-variant: small-caps;
	padding-top: 2px;
	padding-bottom: 2px;
}
.texto_titulares{
	
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	font-variant: normal;
   padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #219730;
}
.texto_titulares2{
	
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: left;
	font-variant: normal;
}


	/*- id's--------------------------- */
	#reportaje {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: left;
	line-height: 140%;
	padding-left: 10px;
	background:url("im-flecha_reporte.gif") no-repeat left 4px;
	}
	
	
	#marco{
	border-bottom: 1px solid #C8DCDD;
	border-left: 1px solid #C8DCDD;
	border-right: 1px solid #C8DCDD;
	border-top: 1px solid #C8DCDD;
	}

	
