@charset "utf-8";
#contenBanner {
	font-family: "Times New Roman", Times, serif;
	height: 315px;
	width: 1100px;
	webkit-border-radius: 6px;
	border-radius: 6px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../infoCotizacion/imag_cotizacion/fondo_cotizacion.png);
    
}
#contenBanner #servicios {
	float: left;
	height: 255px;
	width: 190px;
	margin-left: 15px;
	margin-top: 17px;
	font-weight: bold;
	webkit-border-radius: 20px 0;
	border-radius: 20px 0;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */



filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
}
#banner{
	float: left;
	height: 255px;
	width: 1060px;
	margin-left: 15px;
	margin-top: 17px;
	font-weight: bold;
	webkit-border-radius: 6px;
	border-radius: 6px;
}
.producto, .producto2, .producto3, .producto4 {
	height: 70px;
	color: #CCCCCC;
	text-align: center;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 11px 0px 10px 0px;
	background-image: url(../imag_barra_nav/imag_submenu/papeleria%20publicitaria.jpg);
	margin: 2px 0px 0px 0px;
}
.servPap {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 12px;
	
}

.servPap a{
	font-weight:bold;
	text-decoration:none;
	color:#003366;
	width:100%;
}
.servPap a:hover{
	font-weight:bold;
	color:#009900;
	width:100%;
}
#contenBanner #banner #descripcion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 10px;
	background-color: #D5E60A;
	text-align: center;
	color: #1B5200;
	webkit-border-radius: 6px;
	border-radius: 6px;
	height: 300px;
	width: 250px;
	float: left;
}
#contenBanner #banner #bannerComplemento {
	float: right;
	width: 392px;
	height: 324px;
	margin-top: 60px;
	background-image: url(../imagenes/banner_complementario.png);
	display: inherit;
}
