@charset "utf-8";
/* CSS Document */

/* Sets default text size and color...also sets our image as the background.
   when you replace the background image, keep in mind it will look best as a
   high-contrast black and white image with no visible borders. Also, the ideal
   image size is 1000 by 668px. */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 18px;
	background-image: url(fotos_locutores_locuciones_locutoras_ingles1/IMG_1543v2-edward-olive-voice-over-dubbing-madrid-spain-locutores-dobladores-estudios-agencias1200-6.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	color: #fff;
}
h2 {
	font-size: 40px;
	font-weight: normal;
	color: #fff;
}

/* Sets main container */
#main_container {
	width: 1200px;
	min-height: 530px;
	margin: 10px auto;
	overflow: hidden;
}

/* Floats logo to the right side of container */
#logo_wrapper {
	width: 1200px;
	height: 64px;
	margin: 0px auto 0px auto;
}
#logo {
	float: right;
	padding-right: 20px;
	font-size: 40px;
		color: #fff;
	text-align: center;
}

/* Menu container layout */
#menu_container {
	width: 350px;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
	text-align: right;
	font-size: 28px;
}

/* Menu link styling */
#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#menu li {
	display: block;
	margin: 0px 0px 5px 0px;
}
#menu a {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #ccc;
}

/* Sets the layout for the content */
#content {
	width: 600px;
	height: auto;
	float: left;
	padding: 0px 0px 0px 0px;
}

/* Footer container layout */
#footer_wrapper {
	width: 1200px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
	font-size: 12px;
	color: #fff;
}
#footer_wrapper a {
	color: #fff;
}
#footer_wrapper a:hover {
	color: #ccc;
}

/* Copyright Layout */
#copyrights {
	padding-left: 0px;
	float: left;
}

/* Floats social icons to right of footer wrapper */
#social_wrapper {
	float: right;
	padding-right: 0px;
	font-size: 9px;
}
