﻿body{
	background-color: #DFEFF4;
	font-family: "Verdana",Arial;
}

/*Tamaño de fuente predeterminada*/

p{font-size: 11px;}

/*Color y tamaño de borde Predeterminad para las lineas */

hr{border-bottom: 2px solid #99999A;}

button{
    text-align:center;
}

#contenedor_master{
  width: 1024px;
  margin: 0 auto;
  border:1px solid #523628; 
  background:#fff;
}

#capa_logo_institucional{
	width:1024px;
	height: 63px;
	background-image:url('../imagenes/logo_institucional.png');
	background-repeat:no-repeat;
	background-color: #C6C6C6;
	/*-webkit-box-shadow: 6px 15px 74px -4px rgba(82,54,40,0.72);
	-moz-box-shadow: 6px 15px 74px -4px rgba(82,54,40,0.72);
	box-shadow: 6px 15px 74px -4px rgba(82,54,40,0.72);*/
	position: relative;
	z-index:4;
}

#capa_datos_sistema{
  /* position: absolute;
	background-color: #009966;
	width:1024px;
	height: 35px;
	text-align:center;
	z-index: 1000;
    left: 92px;*/
    width:1024px;
    background-color: #009966;
    height: 35px;
    text-align:center;
    margin:0px;
    
}

#capa_titulo_sistema{
	/*float: left;
	width:1024px;
	line-height: 1%;
	display: inline-block;
	z-index: -1;*/
    float:left;
    width:850px;
    height:33px;
    line-height:1%;
}

#capa_version_sistema{
    float:left;
    width:174px;
    height:33px;
	/*float: left;
	width:auto;
	line-height: 100%;
	margin-top: -40px;
	padding-left: 900px;*/

}

#contenido {

    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto 0px auto;
	/* -webkit-box-shadow: 6px 31px 74px -4px rgba(82,54,40,0.72);
	 -moz-box-shadow: 6px 31px 74px -4px rgba(82,54,40,0.72);
	 box-shadow: 6px 31px 74px -4px rgba(82,54,40,0.72);*/
}
/* INICIO PIE DE PAGINA*/

#capa_footer{
	/* float: left;
	position:absolute;
  background: -moz-linear-gradient(top, #2AC3DF 0%, #10B9EC 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2AC3DF), color-stop(80%, #10B9EC));
  background: -webkit-linear-gradient(top, #2AC3DF 0%, #10B9EC 80%);
  background: -o-linear-gradient(top, #2AC3DF 0%, #10B9EC 80%);
  background: -ms-linear-gradient(top, #2AC3DF 0%, #10B9EC 80%);
  background: linear-gradient(to bottom, #2AC3DF 0%, #10B9EC 80%);
	position: relative;
   bottom:0px;
   padding-top: 20px!important;
	width:1024px;
	height: 60px;
	text-align:center;*/

    /*float: left;
    position:absolute;*/
    background-color:#10B9EC;
    background: -moz-linear-gradient(top, #2AC3DF 0%, #10B9EC 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2AC3DF), color-stop(80%, #10B9EC));
    background: -webkit-linear-gradient(top, #2AC3DF 0%, #10B9EC 80%);
    background: -o-linear-gradient(top, #2AC3DF 0%, #10B9EC 80%);
    background: -ms-linear-gradient(top, #2AC3DF 0%, #10B9EC 80%);
    background: linear-gradient(to bottom, #2AC3DF 0%, #10B9EC 80%);
    /*position: relative;*/
    bottom:0px;
    padding-top: 20px!important;
    width:1024px;
    height: 60px;
    text-align:center;
}

#capa_creditos{
	/*position: absolute;
	width:85%;
	line-height: 10%;*/
    width:874px;
    height:54px;
    float:left;
    line-height:30%;
    font-size:12px;
    color:#523628;
}

#capa_footer_logo{
	/*position: absolute;
	float: left;
	margin-left: 850px;
	width:15%;
	height: 60px;
	background-image:url('../imagenes/logo_footer.png');
	background-repeat:no-repeat;*/
    float:left;
    width:150px;
    height:54px;
    background-image:url('../imagenes/logo_footer.png');
	background-repeat:no-repeat;
}

/* FIN DE PIE DE PAGINA*/

.cFont-Size_20{font-size: 20px}
.cFont-Size_12{font-size: 12px}
.cColor_blanca{color:#FFF}
.cColor_cafe{color:#523628}

.cNegrita{font-weight:bold}
.cColor_verde{color:#009B67}
.cCentrado{text-align:center}