@charset "utf-8";
/* CSS Document */
/*-------------------------*/

#divColumnaHomeIzq{
	width: 670px;
	float: left;
	margin-top: 20px;
}
#divColumnaHomeDer{
	width: 325px;
	float: left;
	margin-top: 20px;
}
#divRegistrate{
	background-color: #5EB125;
	height: 185px;
	background-image: url(../images/divRegistrateFondo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
	text-align: center;
}

#divRegistrate p{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 110px;
}
#divRegistrate .Boton{
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	font-size: 30px;
	padding-top: 6px;

}

#divContenidosInicio{
	margin: 15px;
	height: 170px;
	color: #666;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#divContenidosInicioCol1{
	width: 134px;
	padding: 5px;
	float: left;
}

#divContenidosInicioCol2{
	width: 240px;
	float: left;
	padding-right: 20px;
	padding-left: 10px;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

#divContenidosInicioCol3{
	padding: 10px;
	float: left;
}

.divLogin{
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align:center ;
}

.divLogin .Boton{
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px; 
	cursor:pointer ; /*para explorer*/
	cursor:hand; /*para firefox*/
	}

/*-------------------------*/
/*       END OF CODE       */
/*-------------------------*/

