@charset "utf-8";
/* CSS Document */


/* GENERAL */
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #999;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999;
}
a:hover {
	text-decoration: overline;
	color: #666;
}
a:active {
	text-decoration: overline;
	color: #666;
}

.rojo{color:#C40000;}
/* PLANTILLA */

	/* Noticias */
	.no_content{
		width:100%;
		height:auto;
		margin:0 auto;
	}
		.no_div1{
			position:relative;
			float:left;
			width:90%;
			height:auto;
			margin-bottom:-3px;
			border: 1px #ccc solid;
			padding: 40px 40px 40px 40px;
		}
			.no_foto1{
				width:344px;
				height:auto;
				position:relative;
				float:left;
			}
				.no_image{
					width:344px;
				}
			.no_texto1{
				width:300px;
				height:auto;
				position:relative;
				float:right;
				font-size:12px;
				line-height:17px;
				margin-top:-5px;
			}
				.no_titulo1{
					color:#D50000;
					font-weight:800;
					text-decoration:none;
				}
				.no_line1{
					background-color:#ccc;
					width:100%;
					height:1px;
					margin-top:3px;
					margin-bottom:5px;
				}
				.no_text1{
					text-align:left;
				}
		.no_div2{
			position:relative;
			float:left;
			width:100%;
			height:auto;
			margin-top:10px;
		}
			.no_caja{
				position:relative;
				float:left;
				width:350px;
				height:auto;
				margin-left:10px;
				margin-right:10px;
				margin-top:20px;
			}
			.no_ficha_foto{
				position:relative;
				float:left;
				width:130px;
				height:155px;
			}
			.no_ficha_titulo{
				position:relative;
				float:left;
				width:210px;
				height:auto;
				margin-left:10px;
			}
			.no_ficha_linea{
				position:relative;
				float:left;
				width:210px;
				height:1px;
				margin-left:10px;
				background-color:#ccc;
			}
			.no_ficha_texto{
				position:relative;
				float:left;
				width:210px;
				height:auto;
				margin-left:10px;
				margin-top:5px;
			}
			
/* OFERTAS */
.ofertas{ position:relative; float:left; width:100%; height:auto; margin-top:20px; padding-bottom:20px;}
	.grid_ofertas{ position:relative; float:left; width:100%; height:auto; padding-bottom:20px; border-bottom:1px dotted #EAEAEA;}
	.grid_ofertas+.grid_ofertas{ margin-top:20px;}
	.grid_ofertas img{ position:relative; float:left; margin-right:15px;}
	.grid_ofertas h2{ padding:0px; margin:0px; border:0px;}
	.grid_ofertas p{}
	.grid_ofertas .botones_ofertas{ position:relative; float:left; width:100%; height:auto; text-align:right;}
	.grid_ofertas .botones_ofertas a{ 
	
		text-decoration:none;		
		-moz-transform: scale(1);
		background-color: red;
		background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
		background-origin: border-box;
		border: 1px solid transparent;
		border-radius: 0.4em 0.4em 0.4em 0.4em;
		box-shadow: 0 3px 1px rgba(255, 255, 255, 0.5) inset, 0 25px 30px -12px rgba(255, 255, 255, 0.4) inset, 0 2px 2px black;
		cursor: pointer;
		text-shadow: inherit;
		padding:5px 15px 5px 15px;
		width:100px;
		text-align:center;
		color:#FFF;
		float:right;
	
	}
	.grid_ofertas .botones_ofertas a:hover{ text-decoration:underline;}
	



