#homelink {
	margin-bottom: 15px;
}

/* CUADROS INFERIORES */

a:link, a:active, a:visited {
	color: rgb(79,76,119);
}

a:hover {
	color: rgb(79,76,119);
	text-decoration: none;
}

#miami_projects {
	background-image: url(../images/ecuador/miami_projects.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: rgb(34,42,100);
	width: 356px;
	height: 150px;
	float: left;
	color: rgb(255,255,255);
	margin-right: 0px;
	border: 1px solid rgb(153, 153, 179);
}

#miami_projects a:link, #miami_projects a:hover, #miami_projects a:visited {
	color: rgb(255,255,255);
	text-decoration: underline;
}

#miami_projects a:hover {
	text-decoration: none;
}

#ecuador {
	clear: both;
	float: left;
	background-image: url(../images/index/ecuador.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: rgb(143,158,0);
	height: 150px;
	width: 356px;
	color: rgb(255,255,255);
	border: 1px solid rgb(97,97,97);
}

#ecuador a:link, #ecuador a:hover, #ecuador a:visited {
	color: rgb(255,255,255);
	text-decoration: underline;
}

#ecuador a:hover {
	text-decoration: none;
}

#masinfo a:link, #masinfo a:hover, #masinfo a:visited {
	color: rgb(255,255,255);
	text-decoration: underline;
}

#masinfo a:hover {
	text-decoration: none;
}

#masinfo {
	float: left;
	background-image: url(../images/index/masinfo.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: rgb(158,158,158);
	height: 150px;
	width: 165px;
	margin-left: 12px;
	color: rgb(255,255,255);
	border: 1px solid rgb(97,97,97);
}

#email {
	float: right;
	background-image: url(../images/index/email.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: rgb(235,102,0);
	padding: 20px;
	width: 132px;
	height: 110px;
	_width: 175px;
	_height: 150px;
	color: rgb(255,255,255);
	border: 1px solid rgb(97,97,97);
}

/* FIN CUADROS */

/* Eliminar bordes de imgenes con link */
a img { border: 0px none; }

body, .inputsubmit {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Eliminar todos los mrgenes de las listas*/
ul, li {
	padding: 0px;
	margin: 0px;
} 

/* Mrgenes , colores, etc*/
#ecuador ul, #masinfo ul, #miami_projects ul, #more ul {
	list-style-position:inside;
	padding-left: 15px;
	padding-top: 40px;
	line-height: 13px;
}

#miami_projects ul {
	float: left;
	margin-right: 20px;
}

#email form {
	color: rgb(255,255,255);
	margin: 0px;
	padding-left: -5px;
}

#email h2 {
	font-size: 12px;
	margin-top: 15px; 
	margin-bottom: 10px;
	_margin-top: 35px;
	color: #FFFFFF;
}

input {
	font-size: 11px;
}

#email input, #contact input, #contact textarea {
	width: 110px;
	/* Con display:block, el campo de texto no permite nada al lado de l */
	display: block;
	margin-bottom: 10px;
	border: 1px solid rgb(97,97,97);
	background-color: transparent;
	color: #EEEEEE;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 16px;
}

#contact input, #contact textarea {
	width: 100%;
	height: auto;
	margin: 0px;
}

#contact .autow {
	width: auto;
	color: rgb(143,158,0);
}

#email .inputsubmit {
	border: 0px;
	width: auto;
	height: auto;
	margin-left: -8px;
	font-weight: bold;
	cursor: pointer;
	color: rgb(255,255,255);
}

/* Remove attributes for hidden input */

#email input[type=hidden], #contact input[type=hidden] {
	display: none;
}

.image_preview {
	border: 1px solid rgb(97,97,97);
	margin-bottom: 5px;
	float:left;
}

.left {
	margin-right: 5px;
}

/* Title image in ecuador.php and miami.php */
.title_image {
	margin-bottom: 10px;
}

#foot {
	padding: 0px;
}

.whitetext {
	color: #FFFFFF;
}

.title, h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(97,97,97);
	font-weight: bold;
}

.ul{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	font-weight: normal;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}
