@charset "utf-8";

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

* { 
	margin: 0; 
	padding: 0; 
}

html { 
	height: 101%;
}

body {
	font-family: 'Corbel', sans-serif;
	color: #FFF;
	background-color: #333333;
	font-weight: 400;
	background-attachment: fixed;
	background-image: url(../img/7-bancas.png);
	background-repeat: no-repeat;
	background-position: center center;
}

@font-face {
	font-family:'CorbelRegular';
	src: url('../../preuba/css/corbel-webfont.eot');
	src: url('../../preuba/css/corbel-webfont.eot?#iefix') format('embedded-opentype'),
url('../../preuba/css/corbel-webfont.woff') format('woff'),
url('../../preuba/css/corbel-webfont.ttf') format('truetype'),
url('../../preuba/css/corbel-webfont.svg#CorbelRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* html5 elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/*Properties */
a{
	color: #CE102A;
	text-decoration: none;
}

a:hover{
	color: #666666;
}

p   {
	font-size: 1.6em;
}

h1 {
    font-size: 4em;
    margin: 0.67em 0;
}

h2 {
    font-size: 2.5em;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

figure  {
	margin: 0;
}

.clr{
	clear: both;
}

#content {
	margin: 40px auto;
    width: 700px;
	max-width: 90%;
}

a{
	color: #999999;
	text-decoration: none;
}

a:hover{
	color: #CE102A;
}




.logo_c{
	float: right;
	margin: 60px 5% 0 5%;
	display: inline-block;
}
#contentForm {
	float: left;
	margin: 20px auto 50px auto;
	display: inline-block;
}
	
#menu ul{
	position:relative;
	margin: 0 5% 0 5%;
	text-align: center;
	
}

#menu li {
	float: left;
	color: #FFF;
	background-color: #333;
	display: inline;
	height: 30px;
	width: 120px;
	padding: 10px 10px 0 10px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
}

#menu li a{
	color: #FFF;
	font-size: 16px;
}

#menu li a:hover{
	color: #CE102A;
	font-size: 16px;
}


/* CONTACT FORM*/



.form{
	float: left;
	margin: 20px 0 50px 0;
	display: inline-block;
}
input, textarea{
	font-family: 'Corbel', sans-serif;
	font-size: 14px;
	width: 230px;
	height: 26px;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #ccc;
	padding: 5px 10px 5px 10px;
}

textarea#Mensaje  {
	font-family: 'Corbel', sans-serif;
	height: 100px;
	width: 300px;}
	
	

select{
	font-size: 14px;
	width: 230px;
	height: 34px;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #ccc;
	padding: 5px 10px 5px 10px;}
	
input#Enviar {
	font-family: 'Corbel', sans-serif;
	background-color: #CE102A;
	height: 30px;
	width: 100px;
	font-size: 14px;
	color: #FFF;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	
}
	
input#Enviar:Hover {
	font-family: 'Corbel', sans-serif;
	background-color: #C5BC93;
	height: 30px;
	width: 100px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.celda {
	font-family: 'Corbel', sans-serif;
	text-transform: uppercase;
	width: 140px;
	padding-top: 10px;
}
	
 input:focus, textarea:focus, select:focus {
	background-color: #F5F5F5;
	}
