/***********************************************/
/* screen.css                                  */
/* HAPPINES CSS                                */       
/* Created by Sebastian GERSBACH               */
/* sebastian(at)gersbach.net                   */
/* http://www.gersbach.net                     */
/***********************************************/
/* modifications on 2008 09 12                 */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/* ------------------[ GENERICO ]------------------ */

html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}

body {
	margin:0;
	padding:0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif ;
	font-size:12px;
	color:#666;
}

* {padding:0; margin:0;}

img {border:none}


/* ------------------[ ESTRUCTURA ]------------------ */
/* main */
#main {
	margin:0 auto;
	padding:25px 0 75px 0;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width:950px;
}

/* header */
#header {
	width:950px;
	height: 100px;
	background: url(../images/logo_happines.gif) no-repeat 5px 20px;
	margin: 0 auto;
}

#header #headerLogo {
	float: left;
	width: 350px;
	height: 150px;
	/*background: url(../beta/images/header-logo.gif) no-repeat;*/
}

#header h1 {
	float:left;
	margin-left:-9000px;
}

/*
#header #headerImgTop {
	width: 550px;
	height: 150px;
	background: url(../img/header-topic.gif) no-repeat right;
	margin-left: 350px;
}
*/

/* content */
#content {
	width:730px;
	float:right;
}
#content p a, #content li a {
	text-decoration: none;
	color: #E2007A;
}
#content p a:hover, #content li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #E2007A;
}
#myGallery
{
	text-align: left;
	margin: 0 auto;
}
#showcase {margin: 10px 0 0 0;}
#showcase p {
	float: left;
	width: 560px;
}
#form {
	margin: 0 0 0 30px;
	padding: 20px;
	background-color: #CCCABB;
}
#box {
	margin: 0 0 0 30px;
	padding: 20px;
}
#box-no-padding {
	margin: 0 0 0 30px;
	padding: 0px;
}

/* navegacion */
#nav {
	padding:0 0 0 10px;
	float:left;
	color: #666;
	width: 205px;
}

#nav ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
	
#nav li {
	list-style-type: none;
	border-bottom:1px solid #e5e5e5;
	padding:10px 5px;
	width:208px;
	font: bold 12px/12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
}

#nav li:hover {
	background-color:#F1F1F1;
}

	
#nav .active {
	color: #E2007A;
	background: url(../images/flechaON.png) no-repeat 180px;
}
	
#nav li a {
	color: #666;
	text-decoration:none;	
}

#nav li a:link {
	text-decoration:none;
}
	
#nav li a:hover {
	color: #E2007A;
	text-decoration:none;
}

/*Footer */
#footer {
	background-color: #444;
	background-image: url(../images/fondoFooter.jpg);
	background-repeat: repeat-x;
	padding: 25px 0 0 20px;
	height: 245px;
	background-position: left bottom;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #CCCCCC;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-weight: normal;
}
#footer a {
	color: #FFFFFF;
}
#footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #0063A4;
}
.footerBlock {
	float: left;
	width: 180px;
	margin-right: 10px;
	height: 170px;
	border: dotted 1px #ccc;
	background-image: url(../images/translucido.png);
	color: #ccc;
}
#footer #datosContacto {
	float: left;
	width: 300px;
	background-repeat: no-repeat;
}
#datosContacto img {
	margin-bottom: -3px;
}

.projectRow {padding:0 0 20px 0;}
	
.projectColTwo {padding:0 0 0 20px;}
		
.projectColThree{padding:0 0 0 20px;}

#mapa {
	width: 680px;
	height: 350px;
	margin: 0;
	float:left;
}


/* ------------------[ DISEÑO ]------------------ */

/* Typography */
h1 {
	font-size:1.8em;
	line-height:1em;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	font-size:1.5em;
	line-height:1em;
	font-weight: normal;
	margin-bottom: 5px;
}

h3 {
	font-size:1.2em;
	line-height:1em;
	font-weight: normal;
	margin: 5px 0;
}

h6 {
	font-size:1.3em;
	line-height:1em;
	font-weight: normal;
	margin: 5px 0;
	color: #0063a4;
}	


p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#666;
	line-height:1.3em;
	padding:0 0 8px 0;
}

blockquote {
	padding:0 0 10px 0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif ;
	font-size:16px;
	color:#666;
	line-height:20px;
	margin:10px 0 0 0;	
}

/* Misc. */

.small {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight:normal;
	line-height:12px;
	display:block;
}

.showcasePic {
	width:180px;
	float:left;
	padding:0 10px 0 0;
}

.callOutTwo {
	width:180px;
	float:left;
	padding:0 20px 0 0;
}

.callOutThree {
	width:180px;
	float:left;
}

.subContent {
	float:left;
	width:380px;
}
	
.subContent ul {list-style-type: none;}
	
.subContent li {
	list-style-type: none;
	padding:8px 0 8px 25px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	border-bottom:1px solid #c5ddab;
	background-repeat: no-repeat;
}
	
.listColOne {
		width:180px;
		float:left;
		margin:0 20px 0 0;
		border-top:1px solid #c5ddab;
		padding:0 0 20px 0;
}
	
.listColTwo {
	width:180px;
	float:left;
	border-top:1px solid #c5ddab;
	margin:0;
	padding:0;
}
	
.columnOne {
	float:left;
	width:280px;
	padding:0 20px 0 0;
}

.columnTwo {
	float:left;
	width:280px;
	padding:0;
}

.noBorder {
	margin:5px 0 20px 0;
	border:0 !important;
	background:#f0f0f0;
}

.subImg {float:right;}

.clear {clear:both;}

.frase {
	background:transparent url(../beta/images/comllas.gif) no-repeat scroll left top;
	color:#666666;
	display:block;
	font-size:150%;
	letter-spacing:-0.03em;
	line-height:105%;
	margin:10px 20px;
	padding:10px 20px 0pt 40px;
}

input {
	margin:5px 0 20px 0;
	border:#ccc 1px solid;
	background:#f0f0f0;
}

textarea {
	margin:5px 0 20px 0;
	border:#ccc 1px solid;
	background:#f0f0f0;
}

select {margin:5px 0 20px 0;}

label {
	color:#666;
	display:block;
}

#col {
	float: left;
	width: 190px;
	margin: 15px 15px 0 0;
}

#col h2, #col-last h2 {margin-bottom: 0px;}

#col-last {
	float: left;
	width: 260px;
	margin: 15px 15px 0 0;
}

.link-list li {
	list-style: none;
	line-height: 24px;
}

.link-list { margin-bottom: 20px; }

.link-list img { margin-bottom: -3px; }

.foto-perfil {
	height: 350px;
	width: 150px;
	float: left;
	margin: 0 20px 0 0;
}
