
/*
//////////////////
//  GENÉRICOS  //
*/


body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	background-color: #f3f3f3;
}

td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}


/*
//////////////
//  CAPAS  //
*/


#clogo {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 50px;
	background: #f3f3f3;
	border: 0px solid #000;
	}

#copciones {
	left: 0px;
	top: 51px;
	width: 100%;
	height: 30px;
	background: #ff9c00;
	border-top: 1px solid #000;
	border-bottom: 1px solid #68c9fc;
	font: bold 14px Arial, Verdana, sans-serif;
	color: #0049a7;
	text-decoration: none;
	}

#copciones a {
	font: bold 14px Arial, Verdana, sans-serif;
	color: #0049a7;
	text-decoration: none;
	}

#copciones a:hover {
	font: bold 14px Arial, Verdana, sans-serif;
	color: #0049a7;
	text-decoration: underline;
	}

#cbanner {
	left: 0px;
	top: 82px;
	width: 100%;
	height: 200px;
	/*background: #152532;*/
	background-image: url(../rcs/banner1.jpg);
	background-repeat: repeat;
	}

#cbannerCompramos {
	left: 0px;
	top: 82px;
	width: 100%;
	height: 100px;
	/*background: #152532;*/
	background-image: url(../rcs/banner2.jpg);
	background-repeat: repeat;
	}

#cbannerPeq {
	left: 0px;
	top: 82px;
	width: 100%;
	height: 100px;
	background: #152532;
	/*background-image: url(../rcs/fondo_index.jpg);
	background-repeat: repeat;*/
	}

#ctitulos {
	left: 0px;
	top: 283px;
	width: 100%;
	height: 30px;
	background: #0049a7;
	border-top: 1px solid #80929e;
	border-bottom: 1px solid #fff;
	}

#ctitulos td {
	font: bold 16px Arial, Verdana, sans-serif;
	color: #ff9c00;
	text-decoration: none;
}
	
#ccontenido {
	left: 0px;
	top: 314px;
	width: 100%;
	background: #f3f3f3;
	border-top: 1px solid #ff9c00;
	padding-top: 10px;
	}
	
#ccontenedor {
	margin: 20px;
	}

#cbuscar {
	border-bottom: 1px solid #ff9c00;
	}

#cpie {
	width: 100%;
	background: #f3f3f3;
	border-top: 1px solid #ff9c00;
	padding-top: 10px;
	}

#cpopupLogo {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 30px;
	background: #f3f3f3;
	border: 0px solid #000;
	}

#cpopupTitulo {
	left: 0px;
	top: 31px;
	width: 100%;
	height: 30px;
	background: #ff9c00;
	border-top: 1px solid #000;
	border-bottom: 1px solid #68c9fc;
	font: bold 14px Arial, Verdana, sans-serif;
	color: #0049a7;
	text-decoration: none;
	}


	
/*
///////////////
//  CLASES  //
*/


.titulares {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	margin-bottom: 4px;
	}
	
.opcionesMenuDestacados a {
	font: bold 12px Arial, Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	}

.opcionesMenuDestacados a:hover {
	font: bold 12px Arial, Verdana, sans-serif;
	color: #fff;
	text-decoration: underline;
	}

.negrita {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.llistatData {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666;
	text-decoration: bold;
}

.llistatTitol {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.llistatTitol:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.titulosColumnas {
	background: #ffffff;
	color: #666666;
}

.oferta {
	background: #ff0000;
	color: #ffffff;
	padding: 4px;
	font-weight: bold;
	}
/*
////////////////////
//  FORMULARIOS  //
*/


fieldset {
	border: 1px solid #4D4C4A;
	/*margin: 10px 0px;*/
	padding: 8px;
}

legend {
	background: #4D4C4A;
	color: #fff;
	font-weight: bold;
	padding: 4px 20px 4px 10px;
}

input {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #666666;
	/*width: 150px;*/
	border-style: groove;
}

select {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #666666;
	border-style: groove;
}

button {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #666666;
	border-style: groove;
}

.boton {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	background: #ffffff;
	padding: 2px;
	border: 1px solid #666666;
}

.boton:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	background: #ffffff;
	padding: 2px;
	border: 1px solid #666666;
}
