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

body {
	margin: 0;
	background: #9c9c9c;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	border: none;
}

#headerwrap {
	background: url("images/header_bg.jpg") center top no-repeat;
	border-bottom: 5px solid #999;
	background-size: cover;
}

#header {
	height: 230px;
	width: 960px;
	margin: 0 auto;
}

#logo {
	width: 407px;
	height: 142px;
	float: left;
	padding: 50px 0 0 20px;
}

h1 {
	text-align: center;
}


/* MENU */
#menu {
	width: 520px;
	height: 30px;
	float: right;
	color: #fff;
	padding-top: 110px;
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#menu li {
	display: inline;
	padding: 10px;
}

#menu a {
	text-decoration: none;
	padding: 10px 10px;
	color: #fff;
}

#menu a:hover {
	color: #000;
	background: #fff;
}

/* CONTENIDO */

#contenidowrap {
	background: #fff;
}

#contenido {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

/* Logos */

#logos {
	
}


#logos ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#logos li {
	display: inline;
	padding: 10px;
}

#logos li a {
	padding: 10px;
}

/* Intro */

#introwrap {
	background: #333 url("images/mano.png") fixed  center top no-repeat;
	clear: both;
}

#intro {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	color: #fff;
	text-align: center;
}

#intro2 {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	color: #fff;
	text-align: center;
}

#intro2 li {
	padding: 10px;
	border-bottom: 1px dotted;
	list-style: square;
}

#wide {
	background: url("images/thinlines.png");
}

#thumb {
	width: 203px;
	height: 180px;
	float: left;
}

.info_izq {
	width: 300px;
	float: left;
	margin: 0 auto;
}


.col-cuarto {
	float: left;
	width: 220px;
	padding: 5px;
}

#clear {
	clear: both;
}

#campo {
	width: 920px;
	margin: 0 auto;
}
/* Forma Contacto */

label {
    display: block;
    margin: 0px 0px 5px;
}

label>span {
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #6a737b;
}

input[type="text"] {
	background: #b0b7bb;
	padding: 3px;
	border: none;
	height: 30px;
	width: 60%;
	color: #e5e5e5;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

textarea {
	background: #b0b7bb;
	padding: 3px;
	border: none;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.button {
    background: #939ba1;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.button:hover {
    background: #000000;
	cursor: hand;
	cursor: pointer;
}

/* Footer */

#footerwrap {
	background: #5c5c5c;
	clear: both;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 10px;
}

#footer p {
	text-align: center;
	font-size: 10px;
	color: #8c8c8c;
	text-transform: uppercase;
	letter-spacing: 5px;
}