﻿/* Login CSS Document */

/* Fondo */
body {
	color: #000000;
	/*background:#f1efed;*/
	background:#c2c2c2 ;
	
    font: normal;
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
h1 {
    font-size:1.8em;
}
input 
{
}
 
.bgIzquierda
{
    width: 60px;
   /* background: url('img/bgIzq.GIF') repeat-y left;*/
    background: linear-gradient(to left, #c2c2c2, white);
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.bgDerecha
{
    width: 60px;
   /* background: url('img/bgDer.GIF') repeat-y right;*/
    background: linear-gradient(to right, #c2c2c2, white);
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.bgCentro
{
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.gobiernoOficialia{
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	color:Gray;
}
.encabezadoArriba {
    height: 10px;
	width:100%;
	text-align:right;
}

.encabezadoCentro {
    height: 250px;
	width:100%;
	text-align:center;
	font-size:1.5em;
	background:#0f0f0f;
	padding-top:30px;
	/*background:#e2dedb;*/
}


.contenido {
    text-align:center;
    width:100%;
    height:350px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.barraInferior 
{
	width:100%;
	height:35px;
    float:right ;
    clear:both ;
	text-align:right;
	font-size:.8em;
}

.pie 
{
	width:100%;
	height:45px;
    float:right ;
    clear:both ;
	text-align:right;
	
	background:#0f0f0f;
	 color:#ffffff;
	/*background: #ffffff url("img/bgfooter.gif") repeat;	*/
	/* background: linear-gradient(70deg, #0f0f0f, white);*/
	font-size:.8em;
}
.pie a {
}



.mensajeDeValidacion 
{
    color:#ff0000;
    font-weight:bold;
}

.redondoBoton 
{
    
  /*  -webkit-border-radius: 15px;
    border-radius: 0.25em;
    color: #fff !important;*/
    font-family: 'Montserrat Light', arial !important;
    font-size: 11px !important;
    width: 153px !important;
    height: 37px !important;
    /*border-color: #12963F !important;
    background: #ffffff url("img/boton-verde.png") no-repeat;	
    background-color: #12963F !important;*/
  /*  background: #ffffff url("img/boton-verde.png") repeat;*/
    background-image:url("img/boton-gris.png") ;
    -webkit-border-radius: 160px;
    border-radius: 1.9em;
    
    
    }