﻿@charset "utf-8";

@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/nexa/nexa_bold-webfont.eot');
    src: url('../fonts/nexa/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa/nexa_bold-webfont.woff') format('woff'),
         url('../fonts/nexa/nexa_bold-webfont.ttf') format('truetype'),
         url('../fonts/nexa/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    margin: 0;
    padding: 0;
}


.wrap_btn {
    margin: 0 auto;
    width: 60%;
}

.page {
    margin: 0 auto;
    width: 100%;
}
.header {
    width: 100%;
    height: 350px;
    background: url("../imgs/BANNER.png") 0 0 no-repeat;
    margin-top: -10px;
}


.logo {
    margin: 40px auto 3em;
    text-align: center;
    width: 60%;
}
.cer {
    margin: 40px auto 2em;
    width: 30%;
}
.logo img {
    width: 100%;
}
.img_header img {
    height: 115px;
    margin-left: 10px;
}

.img_header {
    float: left;
    width: 23%;
}

.tit_header {
    color: #fff;
    float: left;
    font-family: Arial,Tahoma,Verdana;
    font-size: 21px;
    font-weight: bold;
    line-height: 0.98;
    padding-top: 18px;
    text-align: right;
    width: 75%;
}


h1 {
    color: #c7271c;
    font-family: arial;
    font-size: 20px;
    font-weight: normal;
    margin: 0 auto 30px;
    text-align: center;
    width: 440px;
}


p {
    font-family: arial;
    font-size: 14px;
    padding-bottom: 10px;
}


.boton {
    background: none repeat scroll 0 0 #060;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5) inset, 0 2px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: block;
    font-family: Arial,Calibri,Tahoma,Verdana;
    margin: 8px;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
	cursor:pointer;
}

.firel {
	font-family:'nexa_boldregular', Arial,Calibri,Tahoma,Verdana;
    font-size: 29px;
    height: 1.5em;
    padding-top: 1em;
    vertical-align: middle;
	background:#009600;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #ccc;
}

.boton:hover {
  color:#CFBEBE;
}
.boton:visited {
  color:#A0FFDD;
}


.btn {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #949494;
	padding:1px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #d6d6d6 5%, #e9e9e9 100% );
	background:-ms-linear-gradient( top, #d6d6d6 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#e9e9e9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #d6d6d6), color-stop(100%, #e9e9e9) );
	background-color:#d6d6d6;
	color: #222;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
	cursor:pointer;
	width: 160px;
}.btn:hover {
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #d6d6d6 100% );
	background:-ms-linear-gradient( top, #e9e9e9 5%, #d6d6d6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#d6d6d6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #d6d6d6) );
	background-color:#e9e9e9;
}.btn:active {
	position:relative;
	top:1px;
}