.panel_title
{
	font-family: Impact;
	font-size: 13pt;
	color: #D00306;
}
.panel_bg { 
	background-color: #F4F5F7;
}
a .aviso {
	color:#FFF;
}
a:hover .aviso {
	color:#FFF;
}

/**
 * Head Animation
 */
#cycler { position:relative; width:979; height:353; background-color:#FF0004; display:block; padding:0; margin:0 }
#cycler img { position:absolute;z-index:1;background-color:white }
#cycler img.active { z-index:3 }
#cycler_section {
	height:45px; 
	margin-left: 30px;
	margin-top:240px;
	position:absolute;
	width:550px; 
	z-index:10; 
}
#cycler_section h1 {
	color:#FCFCFC;
	display:none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:42px;
	font-weight:400;
	padding-top:10px;
}
#cycler_section_sub {
	width:	370px; 
	top: 	240px;
	left:	360px;
	z-index:10; 
	position:absolute;
}
#cycler_section_sub h2 {
	display:none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:30px;
	color:#FFF;
}

#cycler_section_text {
	width:350px; 
	top: 278px;
	left:430px;
	z-index:10; 
	position:absolute;
}
#cycler_section_text p {
	display:none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color:#FFF;
}

/**
 * Lang
 */
#lang {
	width:80px; 
	margin-left:390px; 
	display:inline; 
	height:25px;
	padding:0;
}
#lang img {
	display:inline; 
	vertical-align: middle;
}
#lang a {
	text-decoration:none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#666;
	font-size:12px;
}

/**
 * Form
 */
.contact-form {
    margin-left:auto;
    margin-right:auto;
    max-width: 425px;
    background: #F4F5F7;
    padding: 0px 10px 10px 0px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.contact-form label {
    display: block;
    margin: 0px 0px 4px;
}
.contact-form label>span {
    float: left;
    margin-top: 4px;
    color: #5E5E5E;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type=tel], .contact-form textarea, .contact-form select {
    color: #555;
    height: 30px;
    line-height:15px;
    width: 98%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.contact-form input[type=text]:focus,
.contact-form textarea:focus,
.contact-form input[type=textarea]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus{
    border:1px solid #09F;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.contact-form textarea{
    height:100px;
    padding-top: 10px;
}
.contact-form select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width:100%;
    height:30px;
}
.contact-form .button {
    background-color: #7E0103;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
	margin-left: 119px;
}
.contact-form .button:hover {
    background-color: #B70306;
}
