body{

}

ul{
	margin:0;
	padding:0;
	list-style-type: none;
}

li{
	width:200px;
	height:300px;
	float:left;
	color:#191919;
	text-align:center;
	overflow:hidden;
}

a{
	color:#FFF;
	text-decoration:none;
}

p{
	padding:0px 5px;
}

	.subtext{
		padding-top:15px;
	}


/*Menu Color Classes*/
.purple{
	text-align:left;
	background:#5A5A5A;
	z-index:3000;
	/*padding:3;*/
	/* for IE */
  filter:alpha(opacity=99);
	/* CSS3 standard */
  opacity:0.99;
	/******SHADOW******/
	-webkit-box-shadow: 5px 5px 8px #818181;
	-moz-box-shadow: 5px 5px 8px #818181;
	/******Esquinas Redondeadas para FIREFOX******/
	-moz-border-radius-topright : 0px;
	-moz-border-radius-bottomright : 5px;
	-moz-border-radius-bottomleft : 5px;
	-moz-border-radius-topleft : 0px;
	/******Esquinas Redondeadas para IE******/	
	border-top-right-radius :0px;
	border-bottom-right-radius : 5px;
	border-bottom-left-radius : 5px;
	border-top-left-radius : 0px;
	/******Esquinas Redondeadas para SAFARI & WEBKIT******/
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color:#FFF;
	text-decoration: none;
}


.rounded {
background:url(../imagenes/form1.gif);
background-repeat:no-repeat;
padding: 2px;
	color:#333;
	font-size:16px;

	width:175px;
	height:18px;
	border:0;
	font-size:11px

}


