﻿/*RESET CSS*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*RESET CSS*/

.wrapper {
    min-height: 600px;
    /*height: auto !important;
    height: 100%;*/
    /* The bottom margin is the negative value of the footer's height */
    margin: 0 auto;
    overflow: visible !important;
}
.footer, .push {
  /* .push must be the same height as .footer */
  height: 30px;
  /* Multicolumn Layout With Sticky Footer */
  clear: both;
}
footer{

	/*margin-bottom:0px;
	bottom:0px;*/
}
#zz16_Menu_t{
	display:none;
}

.gvFooter > td > table > tbody > tr > td > a,.gvFooter > td > table > tbody > tr > td > span{
	padding: 0px 5px;
}
#gvBlobs{
	border:solid 1px #000;
}
#DeltaTopNavigation, #SearchBox{
	display:none;
}
.ms-rtestate-field h1,
h1.ms-rteElement-H1,
.ms-rtestate-field h2,
h2.ms-rteElement-H2 {
	color: #333;
}
input[type=button],
input[type=reset],
input[type=submit],
button {
	/*background-color: #4A90E2 !important;
	border-color: #3483de !important;
	color: #FFF !important;*/
	font-size: 16px !important;
	padding: 11px 43px !important;
}
.ms-rtestate-field,
.ms-rtestate-read.ms-rte-embedcode.ms-rte-embedil.ms-rtestate-notify {
	display: none;
}
.ms-rtestate-write.ms-rtestate-field{
	display: block;

}

body{padding-top:0px;}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: 40px;
    bottom: auto;
    margin-bottom: 2px;
}

.loader
{
    display:    block;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, 1 ) 
                url('../img/spinner.gif') 
                50% 50% 
                no-repeat;
}
#subenlaces{
	margin-left:60px;
}

#titleAreaBox {
    margin: 50px 20px;
}
#DeltaPlaceHolderMain{
	margin-top:-100px;
}
#contentBox{
	margin:20px 0px !important;
}

.btn-danger{
	background-color:#D75452 !important;
	color:#FFF !important;
}
.btn-primary{
	background-color:#4A90E2 !important;
	color:#FFF !important;

}
h1,h2{
	color:#272829 !important;
}
#ctl00_PlaceHolderMain_ctl02__ControlWrapper_RichHtmlField > p{
	display:none !important;
}
#ui-datepicker-div{
	z-index:999999 !important;
}
.gobmx-footer {
    margin-bottom: 45px;
}
div[id$='RichHtmlField']{
	min-height:400px;
}
.alert.alert-warning.warning-nav{
	margin-top:40px;
}