
a{
color:#FF3300;
text-decoration:none;}

a:hover{
color:#FF3300;
text-decoration:underline;}

.logo{
min-height:20px;
padding:19px;
background-color:#ffffff;
border:0px solid #e3e3e3;
border-radius:0px;
}

.logotipo{
margin-bottom:-10px;
background-color:#fff;
}


.cab{
min-height:20px;
padding:19px;
background-color:#ffffff;
border:0px solid #e3e3e3;
border-radius:0px;
}

.cabecera{
margin-bottom:-10px;
background-color:#fff;
}

.cabecera img{
width: 100%;
}

.row > section{
			margin-bottom: 0;
		}

.cont-prod{
min-height:20px;
padding:19px;
margin-bottom:20px;
background-color:#ffffff;
border:0px solid #e3e3e3;
border-radius:0px;
}

.titular{
min-height:10px;
padding:0px 19px 0px 19px;
background-color:#ffffff;
border:0px solid #e3e3e3;
color:#000;
text-align:left;
}

p.parking{
		font-size:1.4em;
		padding-top:0px;
		text-transform:uppercase;
	}

.texto{
min-height:10px;
padding:20px 19px 0px 19px;
background-color:#ffffff;
border:0px solid #e3e3e3;
color:#000;
font-size:1.1em;
text-align:left;
}

.dominio{
		font-size:1.1em;
		font-weight:bold;
	}


p.productos{
		font-size:0.9em;
		line-height:16px;
		color:#666666;
	}

h2{
	font-size:2em;
	font-weight:300;
	/*text-transform: uppercase;*/
	color:#333333;
}

h3{
	font-size:1.2em;
	font-weight:300;
	text-transform: uppercase;
	color:#444444;
}

.imgproducto
		{
			display: inline-block;
		}
		
			.imgproducto img
			{
				display: block;
				width: 100%;
			}




.boton{
	position: relative;
	display: block;
	width:50%;
	margin-top: 0.2em;
	padding: 0.30em 0em;
	background-color: rgb(182, 182, 182);
	border-radius: 4px;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.85em;
	color: #FFF;
	cursor: pointer;
		}

.boton:hover{
	background-color: rgb(255, 90, 1);
	color: #FFF !important;
	text-decoration:none;
}


.pie{
font-size:0.95em;
text-align:center;
min-height:5px;
background-color:#ffffff;
border:0px solid #e3e3e3;
text-align:center;
color:#999;
padding-bottom:10px;
}




@media screen and (max-width:480px){ 

.logotipo{
	/*display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:1px solid #FF0000;*/
	min-height:20px;
	padding:0px 0px 0px 0px;
	margin-bottom:-20px;
	background-color:#fff;
}


.cab{
display:none;
}

h2{
	font-size:1.6em;
	font-weight:300;
	/*text-transform: uppercase;*/
	color:#333333;
}

.imgproducto img{
	display: inline-block;
	width: 100%;
	margin:auto auto;
	border:0px solid #CC0000;
}

.boton
	{
		display: block;
		width: 75%;
		text-align: center;
		padding:5px 0 5px 0;
		margin-top:10px;
	}

}
