html, body {
    font-size: 100%;
    height: 100%;
}
body {
    background: #EEEEEE;
    font-family: 'Andika', sans-serif;
    padding-top: 40px;
}
footer {
    background: black;
}
footer div div div ul li {
    list-style: none;
}
footer div div div ul li a:hover {
    color: white;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Andika', sans-serif;
}
/*************************************/
/********   ELEMENTOS CON ID   *******/
.contenedor {
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
    max-width: 960px;
}
#inicio {
    background: #FF8F00;
    color: black;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    height: 250px;
    margin: 0px;
    position: relative;
    width: 100%;
}
#inicio:hover {
    background: #FF8F00;
}
#cuerpo {
    color: black;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin: 0px;
    /*padding-top: 130px;*/
    position: inherit;
    width: 100%;
}
#catalogo_productos {
}
#catalogo_productos div p {
    text-align: center;
}
#catalogo_productos div a img:hover {
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Safari */
    transform: rotate(-5deg);
    
    -moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*************************************/
/******** ELEMENTOS CON CLASE  *******/
.back1 {
    background-image: url(../img/back_1.png);
}
.back2 {
    background-image: url(../img/back_2.png);
}
.back3 {
    background-image: url(../img/back_3.png);
}
.back4 {
    background-image: url(../img/back_4.png);
}
.card {
    background: #FFD299;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 15px;
    padding: 0px 15px 10px 15px;
    box-shadow: 0px 1px 4px #333;
    
    -moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.card:hover {
    
    -ms-transform: scale(1.05,1.05); /* IE 9 */
    -webkit-transform: scale(1.05,1.05); /* Safari */
    transform: scale(1.05,1.05);
}
.card a img:hover {
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Safari */
    transform: rotate(-5deg);
    
    -moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.copyrigth {
    color: white;
    text-align: center;
}
.listado_clientes {
    padding-left: 0px;
    
    -moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.listado_clientes li {
    border: 1px solid #BF6B00;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
    color: black;
	margin-top: 2px;
	list-style: none;
	padding: 5px;
	width: 100%;
}
.listado_clientes li:hover {
    background: #FF8F00;
    border: 1px solid #BF6B00;
    color: white;
}
.navbar {
    margin-bottom: 0px;
}
.page {
    background-color: white;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    margin-left: 10px;
    margin-right: 8px;
    padding: 0px 15px 10px 15px;
    box-shadow: 0px 1px 4px #333;
    
    -moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page:hover {
}
.page p {
    text-align: justify;
}
.picture_shadown {
    box-shadow: 1px 1px 5px #aaa;
    -moz-box-shadow: 1px 1px 5px #aaa;
    -o-box-shadow: 1px 1px 5px #aaa;
    -webkit-box-shadow: 1px 1px 5px #aaa;
}
.row {
    margin-right: 0px;
    opacity: 1 !important;
}