body{
	font-family: Rounded_Elegance;
	border-color: black;
	margin: -20px 0px 0px 0px; 
	padding: 0; 
	background: url("imagenes/fondo.jpg") repeat; 
}

@font-face {
	font-family: "Rounded_Elegance";
	src: url("Rounded_Elegance.ttf");
}

h1{
	font-size: 2.3em;
	color: #BE3526;
	text-align: right; 
}

h2{
	font-size: 1.5em;
	color: white;
	text-align: right; 
}

h3{
	font-size: 1.2em;
	color: #BE3526;	
}
/*
header{
	width: 100%; 
	height: 190px;
	background-color: #F7F3DB;  
	position: relative;   
} 

#padre{
	float: left;
	width: 45%;
	height: 100%;	
	margin-left: 25px;   
}
*/
#hijo{
	position: absolute;
	bottom: -30px; 
	left: 300px;
}

img{ 
   padding-top: 25px;
}
 
#rotar{
	transform: rotate(180deg);
	padding: 10px 0px 15px 15px;
}

#principal{
	overflow: visible;
}

#separacion{
 	/*background-color: #BE3526;*/
 	background: url("imagenes/cinta.jpg") repeat;
	width: 100%;
	height: 200px;
	background-size: contain;
} 

.barra_alterna{
 	background-color: #7C1F17;
	width: 100%;
	height: 20px;  
}

aside{
	width: 10%;
	float: left;
	height: 100%;
	box-shadow: 3px 0px 0px #E0DDC8;
	margin-right: 15px; 
	clear: both;
	background-color: white;
}

aside ul{
    margin: 0; 
    padding: 0; 
} 

aside ul li
{
	width: 100%;
	text-align: center; 
} 

aside ul li a
{
	display: block; 
    line-height: 2em; 
    padding: 0.5em 0.5em; 
    text-decoration: none;  
	color: #BE3526;
} 

aside ul li:hover{
    -webkit-transition: 0.3s ease;
            transition: 0.1s ease;
    border-bottom: 1px solid #BE3526;	
} 

aside ul li a.on{
	background: radial-gradient(circle, #E8633B, #BE3526, #A83F44);
	color: white;
}

section{
	overflow: hidden;
	/*background: url("imagenes/montana.png") no-repeat; 
	/*opacity: 0.46;
	background-position: center 210px;
	background-attachment: fixed; 
	background-size: cover;*/
}

.fondoblanco{
	background-color: rgba(255, 255, 255, 0.85);
	margin: 35px 35px 35px 35px; 
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;  
	border-color: #BE3526;
	overflow: hidden;
	font-family: arial;
} 

.catalogoproducto{
	margin: 35px 35px 35px 35px; 
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;  
	border-color: #BE3526;
	overflow: hidden;
	font-family: arial;	
}

.fondoblanco #contactlogo{
	margin: 0px 35px 10px 35px; 
	padding: 1px;
} 

.fondoblanco #catalogoimg{
	margin: 0px 35px 10px 35px; 
	padding: 1px;
} 

#lightbox {
    position:fixed;
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background: rgba(0,0,0,.7); 
    text-align:center;
}

#lightbox p {
    text-align:right; 
    color:#fff; 
    margin-right:20px; 
    font-size:12px; 
}

#lightbox img {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width:940px;
    max-height: 550px;
}

.fondoblanco figure{
	float: left;
}

.fondoblanco figure figcaption{
	font-size: 1em;
	text-align: center; 
	color: #BE3526;
}

.fondoblanco p{
	text-align: justify;
	padding: 15px 15px 15px 25px;
}

.fondoblanco li{
	color: #BE3526;
}

.fondoblanco h3{
	text-align: center;
}

footer{
	width: 100%;
	background-color: #BE3526;
	display: inline-block;
	clear: both; 
	margin-bottom: -15px;	
} 

footer article{
	float: left;
	margin: 5px 0px 5px 10px;
	line-height: 0.5; 
	font-family: arial;
}

article p{
	color: white;
} 

section p{
	color: #BE3526;	
} 
 
#slideshow{ 
    margin: 50px auto; 
    position: relative; 
    width: 840px; 
    height: 600px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow img{
	width: 830px;
 	height: 590px;
}

#slideshow div{ 
    position: absolute;  
    left: 15px;
    bottom: 10px; 
} 

#imagen_inicio{
	border-radius: 10px; 
	width: 110%;
	height: 100%;
	margin-top: -40px;
	margin-bottom: -20px;
	margin-left: -25px; 
}

.fondoblanco table p{
	text-align: justify;
	padding: 1px 1px 1px 1px;
}

label{
	margin-left: 5%;
	color: #BE3526;	
}

input[type=text], input[type=email], textarea {
    width: 90%;
    margin-left: 5%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 10px;
    margin-bottom: 10px;
    resize: vertical;
}

input[type=submit] {
    background-color: #BE3526;
    color: white;
    padding: 12px 20px;
    margin-left: 5%;
    margin-bottom: 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}