/*---------------------------------------------------------------------*/
/*------------------------ General [START] ----------------------------*/

body {
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
	padding-left: 10px;
}
td, textarea, input, select {
	font-family: Tahoma;
	font-size: 11px;
	color: 964107;
	font-weight: normal;
	
}
h1 {
	font-family: Verdana;
	font-size: 14px;
	color: #525252;
	font-style: normal;
	margin-left: 10px;
}

p {
	margin-left: 20px;
	margin-right: 10px;
	font-size: 12px;
}

a:link {
	color: 432513;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;

}
a:hover {
	color: #7F1D02;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: 432513;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/*---------------------------------------------------------------------*/
/*------------------------ General [END] ------------------------------*/


/*---------------------------------------------------------------------*/
/*------------------------ Custom Styles [START] ----------------------*/

/* --- Menues --- */
.menuText {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: 432513;
}

/* --- Imagenes --- */
.image {
	FLOAT: left;
	margin-right:5px;
}

.textoff{
	display:none;
	visibility:hidden;
}

/*---------------------------------------------------------------------*/
/*------------------------ Custom Styles [END] ------------------------*/


/*---------------------------------------------------------------------*/
/*------------------------Custom Boxes [START] ------------------------*/

/* --- Dashed box --- */
.itemBox	{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px dashed #bababa;
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	text-align: Left;
	height: 75px;
}

.itemBoxsb	{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	border: 0px;
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	text-align: Left;
	height: 75px;
}

.itemBoxHalf	{
	margin-left: 21px;
	margin-right: 0px;
	margin-top: 10px;
	border: 1px dashed #bababa;
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	text-align: Left;
	width: 471px;
	height: 55px;
}

.itemBoxSide	{
	margin-left: 21px;
	margin-right: 0px;
	margin-top: 10px;
	border: 1px dashed #bababa;
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	text-align: Left;
	width: 471px;
	height: 100px;
}

/*---------------------------------------------------------------------*/
/*------------------------Custom Boxes [END]          -----------------*/


/*---------------------------------------------------------------------*/
/*------------------------Search [START] ------------------------*/

#did_you_mean {
	font-size: 11px; 
	margin:10px;

}

#results {
	font-size: 11px;
}

.searchBox {
	border: 1px dashed #bababa;
}

#common_report {
	font-size: 10px; 
	margin:10px;
	font-weight: bold;

}

.idented {
	margin-left:30px;
}

/*Title*/
.title {
	color:#0000FF; 
	font-size:15px
}

/*URLs*/
.url {
	color: #111111;
}

/*Description*/
.description {
	font-size: 11px;
}


/*---------------------------------------------------------------------*/
/*------------------------Search [END]          -----------------*/