html, body {
	height: 100%;
}

body {
	/* Se le aplica display:table a body para poder centrar todo verticalmente.
	margin:auto para centrar todo horizontalmente */
	background-color: rgb(224,224,235);
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-image:url(../images/gradient_home.jpg);
	background-position:bottom;
	background-repeat:repeat-x
}
#contenedorindex {
	height:100%;
	width: 726px;
	margin: auto;
}

#contenedorindex td {
	vertical-align:middle;
}

#elcontenedordelmediodetodos {
	width: 726px;
}

#elcontenedordelmediodetodos td {
	padding: 5px;
}

#contenedor {
	width: 726px;
	margin: auto;
}

#contenido {
	vertical-align: middle;
}

td {
	padding: 0px;
	margin: 0px;
}

/* FIN ESTRUCTURA BASICA */
/* ESTRUCTURA INTERNA */
#header {
	height: 126px;
	background-image: url(../images/index/header.jpg);
}
	
#fila2 {
	background-image: url(../images/index/imagen_home.jpg);
	height: 115px;
	background-repeat:no-repeat;
}	
	
#cuadro1, #cuadro2 {
	margin-right: 10px;
	margin-bottom: 10px;
	/* Se usa float para que el cuadro se ajuste a la izquierda y permita que el resto del contenido se ubique al lado */
	float: left;
}

#miami_projects {
	float: right;
	margin: 0px;
	margin-bottom: 10px;
	height: 113px;
	width: 240px;
	background: none;
	border: none;
	color: rgb(34,42,100);
}

#miami_projects a:link, #miami_projects a:visited {
	text-decoration: underline;
	color: rgb(34,42,100);
}
#miami_projects a:hover {
	text-decoration: none;
	color: rgb(34,42,100);
}

#cuadro3 {
	display: none;
}

.borde_violeta_medio {
	border: 1px solid rgb(103, 103, 141);
}

.borde_violeta_oscuro {
	border: 1px solid rgb(34, 42, 108);;
}

.borde_violeta_claro {
	border: 1px solid rgb(153, 153, 179);;
}

#miami_projects ul {
	padding-top: 20px;
}

#email {
	width: 132px;
	height: 110px;
}
#copyright {
       color: rgb(224,224,235);
       text-align:center;
       height: 15px;
}

#copyright a:link, #copyright a:visited {
       color: rgb(224,224,235);
       text-decoration: underline;
}

#copyright a:hover {
       color: #FFFFFF;
       text-decoration: none;
}