@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;
	background: #333333;
}
body h3 {
	font-size: 3em;
	color: #999;
	font-family: "Monotype Corsiva";
}
#header {
	height: 70px;
	color: #999;
	background: #232323;
	padding-left: 50px;
	padding-top: 10px;
}
.logo {
	float: left;
	padding-top: 12px;
	width: 250px;
}
.social {
	float: right;
	border-style: none;
	width: 100px;
}
#container {
	height: 760px;
	width: 100%;
	background: #333333;
}
.menu {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}


.social-networks {
	margin:0;
	border:none;
	text-decoration: none;
	padding: 0px;
}
.social-networks li {
	float:left;
	border:none;
	padding:0;
	margin:0 0 0 0px;
	list-style-type:none;
	text-decoration: none;
}
.social-networks li a {
	text-decoration:none;
	float:left;
	display:inline;
	margin-right: 10px;
	margin-top: 5px;
	/*border: 1px dotted #FFF;*/
}
.social-networks img:hover {
	opacity:0.8
}
#rotator {
	overflow: hidden;
	padding:2px;
	position: relative;
	height: 350px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#rotator img {
	border: 0;
	width: 893px;
	height: 356px;
}
#borde_center {
	width: 900px;
	padding: 0px 15px 15px;
	margin: 0px auto;
	text-align: left;
	height: 500px;
}
.mapa {
	width: 480px;
	height: 365px;
	float: left;
	padding-top: 45px;
	margin-top: 0px;
	margin-left: 0px;
}
.form {
	width: 480px;
	height: 450px;
	float: left;
	padding-top: 20px;
	margin-top: 0px;
}
.datos {
	width: 380px;
	float: right;
	height: 410px;
	color: #999;
	font-size: 1em;
	text-align: left;
}
.texto {
	padding: 20px;
	border: 0.5px solid #999;
	height: 290px;
	overflow: auto;
	color: #CCC;
	font-size: 1.1em;
}
.texto p a {
	color: #CCC;
	text-decoration: none;
}
.texto p a:hover {
	color: #FFF;
	text-decoration: none;
}

#container #borde_center p img {
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#container #borde_center .datos p img {
	margin-right: 10px;
}
#container #borde_center p {
	color: #CCC;
	font-size: 1.1em;
}
#footer {
	background: url(images/footer.jpg) repeat-x;
	height: 50px;
	padding-top: 30px;
	color: #CCC;
}
#footer p a  {
	color: #CCC;
	text-decoration: none;
}
#footer p a:hover {
	color: #FFF;
	text-decoration: none;
}
.sombra {
	text-shadow: 2px 2px 2px rgba(150, 154, 150, 1);
	color: #222;
}
