/*  
Author: Leo Prieto
Author URI:  //www.leoprieto.com

 Todo este codigo esta licenciado con una licencia Creative Commons 
 by-nc-sa: Atribucion - No Comercial - Licenciar Igual 
 http://creativecommons.org/licenses/by-nc-sa/2.0/cl/deed.es 

 Habiendo dicho eso, Bienvenido a mi CSS.

 Hola Wachunei! ;) */
 
html,body,div,p { 
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #666666;
}
input,select,textarea { 
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #222222;
}
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #FFF url("i/bgr_all.jpg") repeat-x top;
}
a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #919db3;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
h1,h2 {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #798295;
	font-size: 13.5pt;
	
}
h3,h4 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5pt;
color: #919db3;
}

/*
Box
----------------------------------------------------------------------*/
.box {
	margin: 0 auto;
	position: relative;
	width: 800px;
	padding: 0 1em;
}

.box h1 {
	margin: 1em auto;
	position: relative;
	text-align: center;
}

/*
Tres Columnas
----------------------------------------------------------------------*/

.columna-uno {
	float: left;
	width: 240px;
	margin-right: 20px;
	padding-bottom: 40px;
}

.columna-dos { 
	float: right;
	width: 240px;
	margin-left: 20px;
	margin-right: 20px
}

.columna-tres {
	float: right;
	width: 240px;
	margin-left: 20px
}




/*
Content
----------------------------------------------------------------------*/
p {
	font-size: 1.2em;
}

.trescolumnas img {
	margin-bottom: 20px;
}

img.fotos {margin-bottom: 20px;
}

img.especial{margin-top: 14px}

small {
	text-transform: uppercase;
	color: #999;
}

.whatwedo, .whoweare, .contact {
	margin-bottom: 2em;
	clear: both;
}

.contact {
text-align: center;}


