@charset "utf-8";
/* CSS Document */


#contenedor {
    margin: 0 auto;
    max-width: 1024px;
}

#header {
    background: rgba(0, 0, 0, 0) url(../images/bg_header.jpg) repeat-x scroll 0 0;
    border: 1px solid #dd2e29;
    height: 84px;
    width: 100%;
}

#tabs-bar {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    height: 50px;
    width: 100%;
}

#tabs-bar ul {
    float: left;
    list-style-type: none;
    margin-left: 70px;
    padding: 0;
}

#tabs-bar ul li {
    float: left;
}

#tabs-bar ul li a {
    color: #000;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
	font-family: 'Dosis', sans-serif;
}

#tabs-bar ul li a:hover {
    color: #cc0000;
	cursor:pointer;
}
a.menu-selec {
    color: #cc0000 !important;
}

#footer, #footer a {
    color: #898888;
    margin-top: 10px;
    text-align: center;
    width: 100%;
	text-decoration:none;
	font-size:12px;
}

#footer a:hover{
	text-decoration:underline;
}

.formulario{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	display: none;
}

#main .formulario{
	background: rgba(255,255,255,0.5);
}

.formulario #form_reg_hotworks{
	background-image:url(../images/landing/bg_form.png);
	background-repeat:repeat;
	min-height: auto;
    width: 320px;
	color: #fff;
    text-align: center;
    padding: 24px;
	position: absolute;
    top: 50%;
    left: 50%;
	-ms-transform: translate(-50%,-50%); /* IE 9 */
    -webkit-transform: translate(-50%,-50%); /* Chrome, Safari, Opera */
    transform:translate(-50%,-50%);
	z-index: 999;
}

.formulario #close{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.formulario p {
	color: #fff;
	font-weight: 200;
    font-size: 20px;
    margin-bottom: 25px;
}

.formulario .check_registro{
	text-align: left;
}

input{
	height: 25px;
    width: 100%;
	border: none;
}

.formulario input{
	color: #000;
}

input[type="radio"], input[type="checkbox"]{
	display: inline-block;
	width: auto;
	vertical-align: middle;
    margin: 0;
}

.button2 input {
    background-color: #a31318;
    color: #fff;
    font-weight: bold;
    height: 30px;
    padding-left: 3%;
    padding-right: 3%;
    cursor: pointer;
	margin-top: 30px;
    width: 100px;
}