/* +--------------------------------------------------------------------------------------------+ */
/* |     aumon.css                                                                              | */
/* +--------------------------------------------------------------------------------------------+ */

* {
    margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
}

a {
    text-decoration: none;
	outline: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

html {
    background: url(../img/web_fondo2.jpg) repeat;
}

body {
    background: url(../img/web_fondo.jpg) repeat-x;
	min-height:880px;
}

#wrapper {
	width: 840px;
	margin: 0 auto;
}

#imagen_sup {
	width: 800px;
	padding: 10px 20px 0px 20px;
	background-color: #ffffff;
}

/* +--------------------------------------------------------------------------------------------+ */
/* |     content                                                                                | */
/* +--------------------------------------------------------------------------------------------+ */

#content_body {
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 0px 20px;
    width: 800px;
	/* height: auto; */
	background-color: #ffffff;
}

	#migas {
	    width: 800px;
		height: 35px;
		padding: 0px 0px 3px 0px;
		background-color: #ffffff;
	}

		#migas #migas_txt {
			padding: 7px 15px 7px 15px;
			background: url(../img/migas_fondo.jpg) no-repeat;
			font-size: 11px;
			color: #7a7d82;
	    }

		#migas a {
            color: #7a7d82;
        }

		#migas b {
	        color: #534c8d;
	    }

	#left_col {
	    float: left;
		width: 210px;
		padding: 0px 0px 0px 0px;
	}

	#content_home {
	    float: left;
		width: 583px;
		padding: 0px 0px 0px 7px;
	}

	.fla_fondo{
		position:absolute;
		margin-top:0px;
		margin-left:0px;
	}

	.fla_fotos {
		position:absolute;
		margin-top:155px;
		margin-left:23px;
		width: 340px;
		height: 109px;
	}
	.fla_banner{
		position:absolute;
		margin-top:155px;
		margin-left:368px;
		width: 191px;
		height: 109px;
	}


		/*#content_home img {
			width: 583px;
	        padding: 0px;
			margin: 0px;
			border: none;
	    }
*/
.content_filete {
	clear: both;
    width: 584px;
	padding-bottom: 15px;
	border-bottom: #e5e5e5 1px solid;
	margin-bottom: 15px;
}

.boton {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 3px 0px;
	margin-left: 5px;
}

	.boton:hover {
        cursor: pointer;
    }

/* +--------------------------------------------------------------------------------------------+ */
/* |     boton                                                                                  | */
/* +--------------------------------------------------------------------------------------------+ */

.btn:hover {
	cursor: pointer;
}


.btn_left {
	float: left;
    height: 20px;
	width: 10px;
	background: url(../img/btn_left.png) no-repeat;
}

.btn_center {
	float: left;
    height: 20px;
	background: url(../img/btn_center.jpg) repeat-x 100% top;
	padding: 3px 3px 2px 3px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.btn_right {
    float: left;
	height: 20px;
	width: 10px;
	background: url(../img/btn_right.png) no-repeat;
}

.btn_end {
    clear: both;
}


/* +--------------------------------------------------------------------------------------------+ */
/* |     cantos redondeados                                                                     | */
/* +--------------------------------------------------------------------------------------------+ */
.fon_sup {

}

	.fon_sup_izq {
		float: left;
	    width: 10px;
		height: 10px;
		background: url(../img/fon_sup_izq.jpg) no-repeat;
	}

	.fon_sup_der {
	    float: right;
		width: 10px;
		height: 10px;
		background: url(../img/fon_sup_der.jpg) no-repeat;
	}

.fon_cen {
    /*padding: 5px 15px 5px 15px;*/
    padding: 5px 15px 0px 15px;
}


.fon_inf {
	height: 10px;
	padding: 0;
		background: url(../img/fon_inf.jpg);
}

	.fon_inf_izq {
		float: left;
	    width: 10px;
		height: 10px;
		background: url(../img/fon_inf_izq.jpg) no-repeat;
		
	}

	.fon_inf_der {
	    float: right;
		width: 10px;
		height: 10px;
		background: url(../img/fon_inf_der.jpg) no-repeat;
	}


/*-----------------------*/
a.reg_text {
	font-size: 11px;
	color:#7C7C7C;
	text-decoration:none;
}

a.reg_text:hover {
	font-size: 11px;
	color:#7C7C7C;
	text-decoration:underline;
}


