/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #003E47;
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-align: left;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* 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    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/*ESTILOS DISENNADOS PARA LOS CONTENIDOS DEL COLEGIO MEDICO*/
.cmc_titulo_noticia1 {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #000066;
	letter-spacing: 1px;
	}
.cmc_titulo_noticia2 {
	font-family: Arial;
	font-size: 14px;
	color: #000066;
	letter-spacing: 1px;
	font-weight: bold;
}

.cmc_titulo_3 {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
}

.cmc_titulo_rojo {
	font-family: Arial;
	font-size: 17px;
	color: #CC0000;
}

.cmc_titulo_rojo2 {
	font-family: Arial;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}

.cmc_txt_content1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.cmc_tit_contentcolor {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
}

.cmc_txt_contentcolor {
	background-color: #EDF3F3;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000033;
	cellpadding: 10px;
}

.cmc_minititulo {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

.cmc_txt_form {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.tit_caja {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
                font-size: 11px; 
                font-weight: bold; 
                color: #000033; 
                text-decoration: none
}

.txt_caja {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
                font-size: 10px; 
                font-weight: normal; 
                color: #666666; 
                text-decoration: none
}

.caja {  
                border: #000033; 
                border-top-width: 1px; 
                border-right-width: 1px; 
                border-bottom-width: 1px; 
                border-left-width: 1px; 
                padding-top: 5px; 
                padding-right: 5px; 
                padding-bottom: 5px; 
                padding-left: 5px
}
/*ESTILOS BLOG*/

h2.blog_title {
	font-family: Tahoma;
	font-size: 15px;
	color: #CC0000;
	font-weight: bold;
}
.blog_body {
	font-family: Arial;
	font-size: 11px;
	align: left;
}
.blog_author {
	visibility:hidden;
}
.blog_Description {
	visibility:hidden;
}
.blog_Description_Heavy {
	visibility:hidden;
}
.BlogInfo {
	visibility:hidden;
}
.contentpane {
	align: left;
}
















