@charset "UTF-8";
/* 
	CSS Document for Cowork Central (Landing)
	Date: MAY 18 2008
	
	Version: 1.0
 */


/* General Formatting
-------------------------------------------------------------------------- */

html, body, p, ul, li, img, form, input, h1, h2, h3, h4, h5, blockquote {
	padding: 0;
	margin: 0;
}

body {
	font: 12px "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #535252;
	background: #f4f4f4 url(./pics/landing/main_bg.gif) repeat-x;
	width: 750px;
	margin: 0 auto 0 auto;
}

ul, li {
	list-style: none;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.centered {
	text-align: center;
}

.clear, .clearfix {
	clear: both;
}

.clearfix {
	font-size: 0;
	line-height: 0;
	height: 0;
}

p a:link, p a:visited {
	color: #6c8532;
	border-bottom: 1px dotted #c0c0c0;
	text-decoration: none;
}

p a:hover, p a:active {
	color: #999;
	border-bottom: 1px dotted #666;
	text-decoration: none;
}

img {
	border: none;
}

blockquote {
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	background: url(./pics/landing/lquote.gif) no-repeat 0 1px;
	padding: 0 0 0 20px;
	line-height: 18px;
	margin: 2px 0 10px 0;
	color: #665847;
}

h3 {
	font-size: 18px;
	letter-spacing: -0.03em;
}


h2 em, h3 em, h4 em {
	font-style: italic;
}

em {
	color: #6c8532;
	font-style: normal;
}


/* Header Formatting
-------------------------------------------------------------------------- */

h1 a {
	background: url(./pics/landing/cwc_logo.gif) no-repeat;
	text-indent: -9999px;
	width: 185px;
	height: 42px;
	margin: 24px 55px 0 0;
	display: block;
}

#header {
	height: 90px;
}



/* Banner Formatting
-------------------------------------------------------------------------- */

#banner {
	margin: 0 auto;
	width: 700px;
	margin-bottom: 20px;
}

#banner h2 {
	text-indent: -9999px;
	background: url(./pics/landing/header_bg.jpg) no-repeat;
	height: 188px;
	width: 700px;
}

#banner h2.sala {
	text-indent: -9999px;
	background: url(./pics/landing/header_bg1.jpg) no-repeat;
	height: 188px;
	width: 700px;
}

#banner h2.seminarios {
	text-indent: -9999px;
	background: url(./pics/landing/header_bg2.jpg) no-repeat;
	height: 188px;
	width: 700px;
}


/* Content Formatting
-------------------------------------------------------------------------- */

#content {
	padding: 0 20px 0 20px;
}

#content .col_a {
	width: 420px;
}

#content .col_b {
	width: 250px;
}

#content .col_b h3, #content .col_b h4 {
	color: #9d7227;
}

.separator {
	background: url(./pics/landing/separator.gif) no-repeat center;
	height: 11px;
	font-size: 1px;
	text-indent: -9999px;
	margin-bottom: 20px;
}



/* Destacado Formatting
-------------------------------------------------------------------------- */

#destacado {
	margin: 15px 0 25px 0;
	line-height: 16px;
	font-size: 11px;
}

#destacado h2 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
}

#destacado p a {
	background: url(./pics/landing/bullet2.gif) no-repeat center right;
	padding-right: 16px;
}



/* Que Ofrecemos Formatting
-------------------------------------------------------------------------- */

#ofrecemos {
	margin-bottom: 20px;
}

#ofrecemos h3 {
	color: #727d3d;
}

#ofrecemos p {
	margin: 10px 0 20px 0;
}

#ofrecemos ul {
	width: 325px;
}

#ofrecemos li {
	background: url(./pics/landing/bullet.gif) no-repeat 0 2px;
	padding: 0 0 10px 20px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #666;
}

#ofrecemos li p {
	margin: 0;
}

#ofrecemos li strong {
	font-size: 12px;
	line-height: 18px;
	color: #444;
}



/* Contacto Formatting
-------------------------------------------------------------------------- */

#contacto {
	padding: 15px 20px 15px 20px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 3px;
	border-top: 1px;
	border-color: #e8e8e8;
	border-style: solid;
	background-color: #f8f7f7;
	margin-bottom: 25px;
}

#contacto h3 {
	margin-bottom: 10px;
}

#contacto p {
	font-size: 11px;
	line-height: 16px;
}

#contacto label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 7px 0 7px 0;
	line-height: 20px;
}

#contacto em {
	font-weight: normal;
}

#contacto input.campo, #contacto select.campo {
	border: 1px solid #e2e2e2;
	padding: 3px;
	font-size: 11px;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	width: 85%;
	color: #666;
	font-weight: normal;
}
#contacto option.high { font-weight: bold; }

#contacto input.btn {
	margin-top: 10px;
}




/* Coworking / Ubicacion Formatting
-------------------------------------------------------------------------- */


#coworking, #ubicacion {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 20px;
	text-align: center;
}

#coworking h4, #ubicacion h4 {
	font-size: 15px;
	margin-bottom: 10px;
}




/* Prensa Formatting
-------------------------------------------------------------------------- */

#prensa {
	margin: 0 25px 10px 25px;
}

#prensa a img {
	margin-bottom: 5px;
}

#prensa .col_a, #prensa .col_b, #prensa .col_c {
	width: 30%;
	margin: 0 5px 0 15px;
}




/* Fotos Formatting
-------------------------------------------------------------------------- */

#fotos {
	margin: 0 25px 15px 25px;
}




/* Footer Formatting
-------------------------------------------------------------------------- */

#footer {
	margin: 0 25px 25px 25px;
	text-align: center;
}

#footer p {
	line-height: 16px;
	font-size: 11px;
}

#footer p.nav {
	margin: 0 0 10px 0;
	color: #999;
	margin-left: -5px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 9px;
}

#footer p.nav a {
	color: #9d7227;
	margin: 0 5px 0 5px;
}