/**
 * UnCommon Theme
 * Copyright (c) Jon Whipple
 * based on the common.css design by John Willinky
 * 
 * based on common.css
 *
 * Copyright (c) 2005-2012 Alec Smecher and John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * $Id$
 */

/**
 * Common HTML elements
 */

body {
	color: #333;
	font-size:20px !important;
}

#navbar{
	background: #5e052c;
	border: none;
	padding:1% 0%;
	-webkit-box-shadow: 0px 10px 8px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 8px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 8px -5px rgba(0,0,0,0.75);
}

#navbar a{
	font-size: 0.75em !important;
	color: #fff;
}

#main{
	padding: none !important;
	padding: 0.5em 0em 0em 0em !important;
}

#breadcrumb {
	color: #666666;
	margin-top:1em !important;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #DDD;
    padding: 1%;
}

#breadcrumb a.current {
	background-color: transparent !important;
	font-weight: normal !important;
    color: #990000;
}

#content{
	border: none !important;
}

a, a:active, a:visited, a:link, a:hover{
	text-decoration: none !important;
	
}
ul{
	margin: 1px 0 !important;
}
.snip1189 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.snip1189 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1189 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 2em;
  padding: 0;
}
.snip1189 a {
  padding: 0.5em 0.8em;
  margin: 0.2em 0;
  display: block;
  color: #000;
  position: relative;
  text-decoration: none;
}
.snip1189 a:before,
.snip1189 a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
.snip1189 a:before {
  left: 0;
  top: 0;
  border-left: 4px solid #c0392b;
  border-top: 4px solid #c0392b;
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
.snip1189 a:after {
  right: 0;
  bottom: 0;
  border-right: 4px solid #c0392b;
  border-bottom: 4px solid #c0392b;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.snip1189 a:hover,
.snip1189 .current a {
  color: #000;
}
.snip1189 a:hover:before,
.snip1189 .current a:before,
.snip1189 a:hover:after,
.snip1189 .current a:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}

label.error {
	color: #900;
}

input {
	border: 1px solid #006699;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #999;
}

input.button {
	background-color: #DDDDDD;
}

input.defaultButton {
	background-color: #5E002B;
	color: #eee !important;
}

.archiveImage img{
	width: 200px;
}

#header {
	background-color: #5E062C;
	background-image: url('/public/site/colmex/logo.png');
	background-repeat: no-repeat;
	padding-top: 2em;
	background-position: center left;
}

#header h1 {
	padding: 1em 0 1em 0;
	font-family:  "Times New Roman", Georgia, Serif;
	text-transform:  uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	margin-right: 1em;
}

#headerTitle {
    text-align: right !important;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

#footer {
    font-family: "Whitney SSm A", "Whitney SSm B", Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
/*
	font-size: 11pt;
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	width: 100%;
*/
	min-height: 14em;
	background-color: #5E002B;
	color:  #ffffff;
	position : absolute;
    left: 0;
	margin-top : 5px;
	padding-top: 0.6em;
	position: relative;
	bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
width: auto;
}

#footerContent {
	color:  #ffffff;
}

#main h2 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	
	color: #000;
	text-align: center;
}

#main h3 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;

	color: #006699;
}

#content h3 {
	font-size:1.17em !important;
	color: #666666 !important;
	
}

#content h4 {
	font-size:1em !important;
	color: #666666 !important;
	font-family: initial !important;
}

#content h5 {
	font-size:0.83em !important;
	color: #666666;
}

#leftSidebar div.block {
	padding: 0.5em 0;
	border-top: 5px solid #006699;
	border-bottom: 1px solid #006699;
	margin-bottom: 5px;
	color: #999999;
}

#rightSidebar{
	margin-top: 6em;
	background-color: #F2EFE8;
}

#rightSidebar div.block {
	padding: 0.5em 0;
    border-top: 30px solid #5E002B;
    border-bottom: 1px solid #5E002B;
    margin-bottom: 5px;
	color: #999999;
	margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
}
}

.blockTitle{
	margin-top: -1em !important;
}

#leftSidebar div.block span.blockTitle {
	padding: 0;
	color: #006699;
}

#rightSidebar div.block span.blockTitle {
	padding: 0;
	
	color: #000;
}

#leftSidebar div.block span.blockSubtitle {
	
}

#rightSidebar div.block span.blockSubtitle {
	
}

pre {
	background-color: #EEEEFF;
}

div.separator {
	border-bottom: 2px solid #006699;
}

.table {
    display:table;
    width:100%;
    height:100%;
    border-spacing: 10px;
    position: relative;
    left: -15px;
}
.table img{
width: 170px;
}

.cell1, .cell2, .cell3 {
    text-align: center;
    background-color: #fff;
    display:table-cell;
    width:33%;
    height:100%;
    vertical-align: top;
    padding: 1em;
}

.cell2 > img {
    height:auto;
}

#sidebarNavigation{
    margin-top: 25px !important;
}

#sidebarUser, #sidebarNavigation{
    background-color: #EDEDED;
    border: 1px #666 dotted;
}

.nota{
    color: #990000;
    font-weight: bold;
}

a.action{
    color: #990000;
}

.record-hover{
    padding: 1em;
}

.record-hover:hover {
    background-color: #ccc;
}

hr.sep {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #ddd;
}

.links li a {
    color: #fff;
}

#footer_izq {
    text-align: right;
    padding-right: 20px;
}

.botones_footer img {
    margin: 0 4px;
    height: 20px;
}

#redes_footer {
    height: auto;
    background-color: #5E002B;
    text-align: center;
}

.botones_footer {
    float: left;
    list-style-type: none;
    width: 100%;
    margin: 10px auto;
    display: block;
}

#footer_centro p {
    text-align: center;
    margin: 15px 15px;
    font-size: 13px;
    margin-top: 5px;
}

#img_footer {
    width: 250px;
    max-width: 300px;
}

#img_cc {
    margin-top: 10px;
    width: 120px;
    max-width: 200px;
    margin-bottom: 10px;
}

#footer_centro {
    margin-top: 20px;
    text-align: center;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 13px;
}

#div_footer #footer_der, #div_footer #footer_izq, #div_footer #footer_centro {
    color: #fff;
    font-size: 15px;
    background-color: #5E002B;
    height: 200px;
}

#div_footer #footer_izq {
    margin-top: 20px;
    text-align: right;
    padding-right: 20px;
}

#footer_izq, #footer_der, #div_footer #footer_centro {
    height: 200px;
}

.links {
    display: table;
    font-size: 15px;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-top: 20px;
    margin-bottom: 0;
}

.links li {
    display: table-row;
    list-style-type: none;
}





@media only screen and (min-width: 992px) {
    #footer #footer_centro #img_footer {
        width: 250px
    }
    #footer #footer_centro #img_cc {
        width: 120px
    }
}

@media only screen and (max-width: 1460px) {
    #footer #footer_der,
    #footer #footer_izq,
    #footer #footer_centro {
        height: 200px
    }
    #footer #footer_centro {
        font-size: 13px
    }
}
@media only screen and (min-width: 682px) and (max-width: 1160px) {
    #footer #footer_der .links,
    #footer #footer_izq .links {
        font-size: 11px
    }
}
@media only screen and (max-width: 682px) {
    #footer #footer_der .links,
    #footer #footer_izq .links {
        font-size: 9px
    }
}
@media only screen and (max-width: 991px) {
    #footer #footer_izq {
        display: none
    }
    #footer #footer_centro {
        border: none;
        height: auto
    }
    #footer #footer_centro>p {
        margin: 0 auto;
        font-size: 9px
    }
    #footer #footer_der {
        height: auto;
        padding-left: 0;
        margin-top: 0;
	text-align: center;
    }
    #footer #footer_der .links {
        margin: 0 auto !important;
        width: auto;
        padding-top: 10px
    }
    #footer #footer_der .links li {
        float: left;
        padding: 0 5px;
        border-right: solid 1px #fff
    }
    #footer #footer_der .links .no-border {
        border-right: none
    }
}




.label {
     font-size: 100%;
}

