body
{
	background-color:#404040;
	font-family:"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
}

#global
{
	width: 900px;
	height: 830px;
	margin: 0 auto;
}
#PlecaPrincipal
{
	width:900px;
	height: 150px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
#MenuPrincipal
{
	margin: 0 auto;
	text-align: center;
	width:900px;
	height: 55px;
}

#Contenido
{
	font-family:"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	width:900px;
	height: 600px;
	
	background-color:#fffdfd;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
#ContenedorTextoHome
{
	height: 545px;
}
#TextoHome
{
	text-align: justify;
	padding: 20px;
}
h1
{
	font-variant: small-caps;
	font-family:"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	color:#636262;
	font-size: 28px;
}
h2
{
	font-family:"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	color:#636262;
	font-size: 16px;
}
h3
{
	font-family:"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	color:#636262;
	font-size: 10px;
}
h4
{
	font-variant: small-caps;
	font-family:"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	color:#fefdfd;
	font-size: 28px;
}
h5
{
	font-family:"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	color:#636262;
	font-size: 12px;
}
h6
{
	font-variant: small-caps;
	font-family:"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	color:#636262;
	font-size: 16px;
}
h7
{
	font-family:"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	color:#fefdfd;
	font-size: 10px;
}
h8
{
	font-family:"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	color:#636262;
	font-size: 30px;
}
h9
{
	font-family:"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	color:#f8fafc;
	font-size: 22px;
}

h10
{
	font-variant: small-caps;
	font-family:"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	color:#0a2141;
	font-size: 16px;
	font-weight: bold;
	text-shadow:0px 0px 4px rgba(0,0,0,0.7);
}

h11
{
	font-family:"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	color:#575656;
	font-size: 16px;
	font-weight: bold;
}
#headerpaginas
{
	background-color:#009fe3;
	padding: 8px;
	text-align: center;
	width: 885px;
	height: 35px;
	margin: 0 auto;
	text-shadow:0px 0px 10px rgba(0,0,0,0.8);
}

#piepagina
{
	font-family:"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	width:900px;
	height: 120px;
	margin:0 auto;
	text-align:center;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

label
{
	display: block;
}

#btnSubmit a {
	display: block;
	
	color: #274f98;
	text-decoration: none;
	text-shadow: 0 1px #FFF;
	border-radius: 100px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}
#btnSubmit
{
	float: left;
	padding: 10px 15px;
	color: #274f98;
	text-shadow: 0 1px #FFF;
	border-radius: 100px;
	 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
    overflow: hidden;
	border-style: solid; 
	overflow: hidden;
	border-width: 1px;
    border-color: #BABABA #BABABA #BABABA #BABABA;
	box-shadow: 0 1px rgba(255,255,255,1) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,1) inset;
	background: #F7F7F7; /* Old browsers */
	background: -moz-linear-gradient(top, #F7F7F7 0%, #EDEDED 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#EDEDED)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* IE10+ */
	background: linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#EDEDED',GradientType=0 ); /* IE6-9 */	
}

#btnSubmit:hover
{
	box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	border-color: #0492ce !important;
	background: #50b6e1; /* Old browsers */
	background: -moz-linear-gradient(top, #50b6e1 0%, #009fe3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50b6e1), color-stop(100%,#009fe3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #50b6e1 0%,#009fe3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #50b6e1 0%,#009fe3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #50b6e1 0%,#009fe3 100%); /* IE10+ */
	background: linear-gradient(top, #50b6e1 0%,#009fe3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b6e1', endColorstr='#009fe3',GradientType=0 ); /* IE6-9 */
}
#btnSubmit:hover 
{
	color: #FFF;
	text-shadow: 0 1px #000;
}

#formulario
{
	font-family:"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}
a
{
	color: #1736a6;
	font-weight: bold;
}