/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  

.console-large h3{
  font-size:1rem!important;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}
/*Centrar img caiman, borochi, lucachis */
  .panels-list .panel.-default {
	 background-position: center !important;
  }
@media only screen and (min-width:1200px) {

 .panels-list .panel-large .left-panel {
  text-align:center;
 }
 .panels-list .panel-large .left-panel.order-2 {
  text-align:left;
 }
}


/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* 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
{
}

/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

.izq {
    text-align: left;
    line-height: 1.2em;
}
.centro {
    text-align: center;
}
.altura1 {
    line-height: 1em;
}
.borde1 th{
    border: 1px solid #3a808c;
}
.borde1 td{
    border: 1px solid #3a808c;
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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 {
}
#mobile-menu .mm-panels, #mobile-menu .mm-panel, #mobile-menu .mm-navbar {
  background-color: #222 !important;
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}
.homepage .flexslider.flex-slider .flex-title {
    font-size: 2rem !important;
    right: 5%;
    max-width: 380px !important;
}

  

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/* SECCIÓN PUBLICACIONES */
#dnn_ctr49442_ModuleContent {
    padding-left: 12%;
}
.DMX_filter {
    text-align: left;
    max-width: 772px;
}
.DMX_filter > .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 8;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: top;
}
.DMX_filter * .cell, .DMX_filter * .type-body, .DMX_filter * .type-base {
    line-height: 1;
}
.DMX_filter > .grid-third > .cell, .DMX_filter > .grid > .cell-third {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33%;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    max-width: 33%;
    width: 33%
}
.DMX_filter * .cell {
    display: inline-block;
    vertical-align: inherit;
    line-height: 1;
    width: 100%;
}
.dmxFiles {
    max-width: 772px;
}
.dmxFiles * .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 8;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: top;
    padding-top: 20px;
}
.dmxFiles * .poster {
    padding-left: 10px;
    padding-right: 10px;
    /*max-width: 190px;*/
}
.dmxFiles * .cell {
    display: inline-block;
    vertical-align: inherit;
    width: 100%;
}
.dmxFiles * .grid .grid-cols-3 {
    width: 30%;
}
.dmxFiles * .grid .grid-cols-9 {
    width: 70%;
}
.dmxFiles * h2.type-caption.type-poster.color-neutral.margin-3-top.margin-1-bottom {
    text-align: left;
    font-size: 1.2rem !important;
}
.PagingTable {
    font-size: 0.9em;
}
/*****************  fin *******************/

@media (max-width: 768px){
  #preFooter .content_block{padding-top:20px!important;}
#logo-footer > img{width:200px;height:200px;}
}

/*hide address in the footer*/
/*footer div.text-center
{
color:#3a808c;
}*/
/*hide phone in the footer*/
footer div.text-center a
	{
	color:#3a808c;
	}

.ind2 {
    text-indent: 20px;
}
.ind3 {
    text-indent: 40px;
}
.ind4 {
    text-indent: 60px;
}
.fuente {
    font-size: 0.7em;
}
.alpaca-control-label {
    font-weight:bold
}


























































































