@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: "Myriad Pro";
	color: #666;
	font-size: 14px;
	background-image: url(../imagenes/vb.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px dotted #000;
	color: #666;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	border-bottom: 0px dotted #000;
	color: #666;
}


/* Sets main container */
#main_container {
	width: 1000px;
	min-height: 560px;
	margin: 15px auto;
	overflow: hidden;
	font-family: "Myriad Pro";
	text-align: left;
}

/* Floats logo to the right side of container */
#logo_wrapper {
	width: 1000px;
	height: 64px;
	margin: 20px auto 0px auto;
	font-family: "Myriad Pro";
	color: #D4CBAA;
}
#logo {
	float: right;
	padding-right: 20px;
}

/* Menu container layout */
#menu_container {
	width: 200px;
	height: auto;
	float: right;
	margin: 100px 20px 0px 0px;
	text-align: right;
	font-size: 18px;
}

/* Menu link styling */
#menu ul {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	border-right: 1px dotted #E62436;
	font-family: "Myriad Pro";
}
#menu li {
	display: block;
	margin: 0px 0px 15px 0px;
	font-family: "Myriad Pro";
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	color: #666;
	font-family: "Myriad Pro";
}

/* Sets the layout for the content */
#content {
	width: 325px;
	height: auto;
	float: left;
	padding: 0px 0px 0px 20px;
	font-family: "Myriad Pro";
}
#content1 {
	width: 325px;
	height: auto;
	float: right;
	padding: 0px 22px 0px 0px;
	font-family: "Myriad Pro";
}


/* Footer container layout */
#footer_wrapper {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
	font-size: 13px;
	color: #999;
	text-align: right;
}
#footer_wrapper a {
	color: #999;
}
#footer_wrapper a:hover {
}

/* Copyright Layout */
#copyrights {
	padding-left: 20px;
	float: left;
}

/* Floats social icons to right of footer wrapper */
#social_wrapper {
	float: right;
	padding-right: 20px;
}
#main_container #menu_container #menu ul li a {
	color: #000;
}
#main_container #menu_container #menu ul li a {
	color: #666;
	font-family: "Myriad Pro";
}

