/* CSS Document */
body{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	font-size:70%;
}
 
h1 {
	font: bold 150% Arial, Helvetica, sans-serif;
}

h2 {
	font: bold 120% Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:focus {
	color: #CE0000;
	text-decoration: underline;
}

#rigid {
	background-color:#FFFFFF;
	width: 780px;
	margin: 10px auto;
	border: 1px solid;
	text-align: left;
	border-color:#CCCCCC;
}

#header {
	background-color:#FFFFFF;
	height: 90px;
	margin: 0px;
	padding: 0px;
}

#top-text {
	background-color: #F2F2F2;
	margin-bottom: 10px;
	color: #666666;
	display:block;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	clear:both;
}

#top-text p{
	padding: 5px;
	margin: 0px;
	font-size: 90%;
	width: 780px;
}


.float-wrapper-rigid {
	float: left;
	width: 550px;
	margin-left: 5px;
}
     /*** This can be floated left or right ***/

.float-wrapper-rigid p {
	font:Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.float-wrapper-rigid a:link, .float-wrapper-rigid a:visited {
	color: #CE0000;
	text-decoration: none;
	font-weight: bold;
}

.float-wrapper-rigid a:hover, .float-wrapper-rigid a:focus {
	color: #CE0000;
	font-weight: bold;
	text-decoration: underline;
}

.first-float-rigid {
	float: right; 
	width: 270px; 
	padding-left: 5px;
	margin-left: 10px;
	}
	
     /*** This must be floated opposite 
		to .second-float ***/
		

#second-float-rigid {
	float: left; 
	width: 270px; 
	margin-right: 10px;
}

/*** This must be floated opposite 
		to .first-float ***/

	
#second-float-rigid p{
	padding: 5px;
	margin-right: 10px;
	text-align:left;
}

#third-float-rigid {
	float: right;
	width: 180px;
	padding: 5px;
	display:block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color:#F2F2F2;
	border: 1px solid #CCCCCC;
}

#third-float-rigid p{
	padding: 5px;
	margin: 0px;
	font-size: 98%;
	width: 170px;
	color: #000000;
}


     /*** This must be floated opposite 
		to .float-wrap ***/ 


#footer{
	background-color: #F2F2F2;
	color: #FFFFFF;
	width: 780px;
	clear:both;
	height: 20px;
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	}

#footer p{
	padding: 5px;
	margin: 0px;
	font-size: 90%;
	width: 780px;
	color: #333333;
}

.leftimage{
	float: left;
	margin: 0px 5px 10px 0px;
	border: 1px solid #D9CBA8;
}

.rightimage{
	margin-bottom: 10px;
	float: right;
	margin-left: 15px;
	border: 1px solid #D9CBA8;
}

.rightimage2{
	margin-bottom: 10px;
	float: right;
	margin-left: 15px;
}

.nofloatimage{
	float:none;
	margin-right: 10px;
}

.borderimage {
	border: 1px solid #D9CBA8;
	margin: 5px 0px;
}

.borderimage2 {
	margin: 5px 0px;
}

.margin-image {
	margin: 0px 5px 10px 0px;
	float: left;
}



.input-form {
	color: #333333;
	font-size: 9px;
	}
	
.bullet {
	list-style: circle url(../haciendahips/images/bullet_blue.gif) outside;
}


.orange {
color:#FF9900;
}

.grey {
color:#666666;
}

.blue {
color:#330066;
}

.lblue {
color: #94A8B6;
}

.red {
color:#FF0000;
}

.electricblue {
color:#0000FF;
}

.whitebold {
	color:#FFFFFF;
	font-weight: bold;
}