body, html {
    margin: 0;

}

#contenedortotalraviol{
    background-image: url(../images/raviol/fondoraviol.jpg);
    width:100%;
    height: 100%; 
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
  z-index: -10000000;
}

h2{
    cursor:pointer;
    font-size:22px;
    font-weight: 900;
    display:inline;
    color: #ffa500;
}

#ajustemenuraviol {
	background-color:#00833f;
	margin: 0px auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    height:20px;
}

#ajustemenuraviolinf {
	background-color:#00833f;
	margin: 0px auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    height:50px;
}

#uno1, #uno2, #uno3, #uno4, #uno5{
    background-color: #ff0000;
    border: none;
	margin: -5px 50px;
    width:240px;
    height:80px;
	display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor:pointer;
    font-size:22px;
    font-weight: 900;
    color: #fff;
	position: relative;
	z-index:-1000;
}

#dosraviol4, #dosraviol5 {
    height:0px;
}

#centroraviol4, #centroraviol5{  
    height:500px;
}

#mil1, #mil2{  
    height:0px;
}

#plegaraviol4, #plegaraviol5 {
	margin: -120px -40px;
	width: 420px;
    height:580px;
    overflow:hidden;
    border: none;
    position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index:-100;
	cursor: pointer;
}

.contenedor {
	margin: 10px auto;
	width: 60%;
	background-color: #E7F6F6;
	display: flex;
	align-items: center;
	justify-content: center;
}


.contenido {
	padding: 80px;
}

.contenedor2 {
	margin: 0px auto;
	width: 100%;
}

.contenido2 {
}

.contenedor3 {
	margin: 0px auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contenedorraviol {
	background-color:#01823f;
	margin: 0px auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

}

.contenido3 {
}

	
.contenedor6raviol {
	margin: 0px auto;
	width: 100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;

}
	
.contenidoraviol {
    width: 345px;
    height: 450px;
    margin-top: 50px;
    margin-bottom: 100px;
    margin-left: 85px;
    margin-right: 85px;
    position: relative;
    z-index:1000;
}


.flex-containerraviol {
	background-color: #f6d514;
	margin: 0px auto;
	width: 100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    }

.flex-item1 {
    width: 450px;
    height: 250px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

p.volver{
position:absolute;
	display: block;
padding-top: 16%;
padding-right: 55%;
}
p.volver a,
p.volver a.current-demo,
p.volver a.current-demo:hover{
    display: inline-block;
	border: 1px solid #c8aa14;
	padding: 4px 10px 3px;
	font-size: 35px;
	line-height: 40px;
	margin: 12px 15px;
	font-weight: 900;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e2d47e;
	background: -moz-linear-gradient(top, #55bbd2 0%, #00acd2 44%, #55bbd2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2d47e), color-stop(44%,#e2c617), color-stop(100%,#c8aa14));
	background: -webkit-linear-gradient(top, #55bbd2 0%,#00acd2 44%,#55bbd2 100%);
	background: -o-linear-gradient(top, #55bbd2 0%,#00acd2 44%,#55bbd2 100%);
	background: -ms-linear-gradient(top, #55bbd2 0%,#00acd2 44%,#55bbd2 100%);
	background: linear-gradient(top, #55bbd2 0%,#00acd2 44%,#55bbd2 100%);
}
p.volver a:hover{
	background: #0092b2;
}
p.volver a:active{
	background: #0092b2;
	background: -moz-linear-gradient(top, #00acd2 0%, #0092b2 56%, #00acd2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00acd2), color-stop(56%,#0092b2), color-stop(100%,#00acd2));
	background: -webkit-linear-gradient(top, #00acd2 0%,#0092b2 56%,#00acd2 100%);
	background: -o-linear-gradient(top, #00acd2 0%,#0092b2 56%,#00acd2 100%);
	background: -ms-linear-gradient(top, #00acd2 0%,#0092b2 56%,#00acd2 100%);
	background: linear-gradient(top, #00acd2 0%,#0092b2 56%,#00acd2 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.volver a.current-demo,
p.volver a.current-demo:hover{
	color: #A5727D;
	background: #c8aa14;
}

.pierojo {
	background-color: #e41b23;
    }

.contenedor22 {
    background-color: #2a9867;
	margin: 0px auto;
	width: 100%;
}

.mail{
    position:absolute;
	display: block;
    cursor:pointer;
    font-size:28px;
    font-weight: 900;
    color: #f59d15;
	padding-top: 40px;
    padding-bottom: 0px;
    padding-left: 50%;
    padding-right: 0px;
}

.terminos{
    position:absolute;
	display: block;
    cursor:pointer;
    font-size:12px;
    font-weight: 900;
    color: #fff;
	padding-top: 140px;
    padding-bottom: 0px;
    padding-left: 50%;
    padding-right: 0px;
}

.padreimagen {
    background-color: #e41b23;
   display: flex;
   justify-content: center;
   align-items: center;
}

.padre {
    background-color: #e41b23;
   display: flex;
   justify-content: center;
   align-items: center;
}

.padreface {
	background-color: #e41b23;
   display: flex;
   justify-content: center;
   align-items: center;
	padding:0 ; 
	height: 100px; 
}

.hijo {
    cursor:pointer;
    font-size:28px;
    font-weight: 900;
    display:inline;
    color: #fcce5e;
	line-height: 60px;
}

.hijot {
    cursor:pointer;
    font-size:12px;
    font-weight: 900;
    color: #fff;
	line-height: 20px; 
	height: 40px; 
	text-align:center;
}

.hijored {
	width:70px;
	height: 70px; 
    cursor:pointer;
}



/*1360**********************************************************************************************************/
@media screen and (max-width:1440px) {

#contenedortotalraviol{
    background-image: url(../images/raviol/fondoraviol1440.jpg);
    width:100%;
    height: 100%; 
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
  z-index: -10000000;
}
	
	#ajustemenuraviol {
	background-color:#01823f;
	margin: 0px auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    height:30px;
}
	
#ajustemenuraviolinf {
	background-color:#00833f;
	margin: 0px auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    height:50px;
}	
	.contenedorraviol {
	background-color:#01823f;
	margin: 0px auto;
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contenedor6raviol {
	margin: 0px auto;
	width: 100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}	
	
.contenidoraviol {
    width: 250px;
    height: 300px;
    margin-top: 10px;
    margin-bottom: 100px;
    margin-left: 60px;
    margin-right: 60px;
    position: relative;
    z-index:1000;
}	
	

#uno4, #uno5{
    background-color: #ff0000;
    border: none;
	margin: -5px 25px;
    width:200px;
    height:65px;
	display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor:pointer;
    font-size:22px;
    font-weight: 900;
    color: #fff;
    position: relative;
    z-index:-1000;
}	

#dosraviol4, #dosraviol5 {
    height:0px;
}


#centroraviol1, #centroraviol2, #centroraviol3 {  
    height:330px;
}

#centroraviol4, #centroraviol5{  
    height:325px;
}

#mil1, #mil2{  
    height:0px;
}	
	
#plegaraviol4, #plegaraviol5 {
	margin: -80px -30px;
	width: 310px;
    height:420px;
    overflow:hidden;
    border: none;
    position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
    z-index:-100;
}	
	
}


/*1200************************************************************************************************/
@media screen and (max-width:1200px) {

#contenedortotalraviol{
    background-image: url(../images/raviol/fondoraviol1200.jpg);
    width:100%;
    height: 100%; 
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
  z-index: -10000000;
}


#ajustemenuraviol {
	background-color:#01823f;
	margin: 0px auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    height:40px;
}
	
#ajustemenuraviolinf {
	background-color:#00833f;
	margin: 0px auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    height:0px;
}
	
	
.contenedor3 {
	margin: 0px auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    height:150px;
}

.contenedor6raviol {
	margin: 0px auto;
	width: 100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.contenidoraviol {
    width: 260px;
    height: 400px;
    margin-top: 20px;
    margin-bottom: 100px;
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
    z-index:1000;
}
	
	
#uno4, #uno5{
    background-color: #ff0000;
    border: none;
	margin: -5px 30px;
    width:200px;
    height:65px;
	display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor:pointer;
    font-size:22px;
    font-weight: 900;
    color: #fff;
    position: relative;
    z-index:-1000;
}	

#plegaraviol4, #plegaraviol5 {
	margin: -90px -40px;
	width: 330px;
    height:450px;
    overflow:hidden;
    border: none;
    position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
    z-index:-100;
}		
	
#dosraviol4, #dosraviol5 {
    height:0px;
}


#centroraviol1, #centroraviol2, #centroraviol3 {  
    height:280px;
}

#centroraviol4, #centroraviol5{  
    height:290px;
}

#mil1, #mil2{  
    height:0px;
}

p.volver{
position:absolute;
	display: block;
padding-top: 16%;
padding-right: 55%;
}
p.volver a,
p.volver a.current-demo,
p.volver a.current-demo:hover{
    display: inline-block;
	border: 1px solid #c8aa14;
	padding: 4px 10px 3px;
	font-size: 25px;
	line-height: 35px;
	margin: 12px 15px;
	font-weight: 900;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e2d47e;
	background: -moz-linear-gradient(top, #55bbd2 0%, #00acd2 44%, #55bbd2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2d47e), color-stop(44%,#e2c617), color-stop(100%,#c8aa14));
	background: -webkit-linear-gradient(top, #55bbd2 0%,#00acd2 44%,#55bbd2 100%);
	background: -o-linear-gradient(top, #55bbd2 0%,#00acd2 44%,#55bbd2 100%);
	background: -ms-linear-gradient(top, #55bbd2 0%,#00acd2 44%,#55bbd2 100%);
	background: linear-gradient(top, #55bbd2 0%,#00acd2 44%,#55bbd2 100%);
}

}


/*1024*****************************************************************************************/
@media screen and (max-width:1024px) {
#ajustemenuraviol {
	background-color:#01823f;
	margin: 0px auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    height:50px;
}
	
#ajustemenuraviolinf {
	background-color:#00833f;
	margin: -30px auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    height:0px;
}
#contenedortotalraviol{
	background-color:#00833f;
    background-image: url(../images/raviol/fondoraviol1200.jpg);
    width:100%;
    height: 100%; 
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
  
}

.contenedorraviol {
	background-color:#01823f;
	margin: 0px auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    height:150px;
}

.contenedor6raviol {
	margin: 0px auto;
	width: 100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.contenidoraviol {
    width: 240px;
    height: 400px;
    margin-top: 20px;
    margin-bottom: 100px;
    margin-left: 60px;
    margin-right: 60px;
    position: relative;
    z-index:1000;
}


#uno4, #uno5{
    background-color: #ff0000;
    border: none;
	margin: -5px 20px;
    width:200px;
    height:65px;
	display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor:pointer;
    font-size:22px;
    font-weight: 900;
    color: #fff;
    position: relative;
    z-index:-1000;
}		
	
#dosraviol1, #dosraviol2, #dosraviol3, #dosraviol4, #dosraviol5 {
    height:0px;
    display: none
}

#mil1, #mil2{  
    height:250px;
}

p.volver{
position:absolute;
	display: block;
padding-top: 16%;
padding-right: 55%;
}
p.volver a,
p.volver a.current-demo,
p.volver a.current-demo:hover{
    display: inline-block;
	border: 1px solid #c8aa14;
	padding: 4px 10px 3px;
	font-size: 30px;
	line-height: 35px;
	margin: 12px 15px;
	font-weight: 900;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e2d47e;
	background: -moz-linear-gradient(top, #55bbd2 0%, #00acd2 44%, #55bbd2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2d47e), color-stop(44%,#e2c617), color-stop(100%,#c8aa14));
	background: -webkit-linear-gradient(top, #55bbd2 0%,#00acd2 44%,#55bbd2 100%);
	background: -o-linear-gradient(top, #55bbd2 0%,#00acd2 44%,#55bbd2 100%);
	background: -ms-linear-gradient(top, #55bbd2 0%,#00acd2 44%,#55bbd2 100%);
	background: linear-gradient(top, #55bbd2 0%,#00acd2 44%,#55bbd2 100%);
}

}



/*800*****************************************************************************************************/
@media screen and (max-width:800px) {


#ajustemenuraviol {
	background-color:#00833f;
	margin: 0px auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    height:30px;
}

	#ajustemenuraviolinf {
	background-color:#00833f;
	margin: 0px auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    height:0px;
}
	
#contenedortotalraviol{
    background-image: url(../images/raviol/fondoraviol800.jpg);
    width:100%;
    height: 100%; 
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
}

.contenedor3 {
	margin: 0px auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    height:100px;
}
	
.contenedor6raviol {
	margin: 0px auto;
	width: 100%;
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.contenidoraviol {
    width: 260px;
    height: 460px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
    position: relative;
    z-index:1000;
}


#uno4, #uno5{
    background-color: #ff0000;
    border: none;
	margin: -10px 10px;
    width:240px;
    height:80px;
	display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor:pointer;
    font-size:22px;
    font-weight: 900;
    color: #fff;
    position: relative;
    z-index:-500;
}

#dosraviol1, #dosraviol2, #dosraviol3, #dosraviol4, #dosraviol5{
    height:420px;
}

#centroraviol1,#centroraviol2, #centroraviol2, #centroraviol4, #centroraviol5{  
    height:0px;
}

#mil1, #mil2{  
    height:0px;
}

#plegaraviol1, #plegaraviol2, #plegaraviol3, #plegaraviol4, #plegaraviol5 {
	margin: -100px -30px;
	width: 360px;
    height:520px;
    overflow:hidden;
    border: none;
    position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index:-100;
}

.hijo {
    cursor:pointer;
    font-size:18px;
    font-weight: 900;
    display:inline;
    color: #fcce5e;
	line-height: 60px;

}

p.volver{
position:absolute;
	display: block;
padding-top: 16%;
padding-right: 65%;
}
p.volver a,
p.volver a.current-demo,
p.volver a.current-demo:hover{
    display: inline-block;
	border: 1px solid #c8aa14;
	padding: 4px 10px 3px;
	font-size: 15px;
	line-height: 25px;
	margin: 12px 15px;
	font-weight: 900;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e2d47e;
	background: -moz-linear-gradient(top, #55bbd2 0%, #00acd2 44%, #55bbd2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2d47e), color-stop(44%,#e2c617), color-stop(100%,#c8aa14));
	background: -webkit-linear-gradient(top, #55bbd2 0%,#00acd2 44%,#55bbd2 100%);
	background: -o-linear-gradient(top, #55bbd2 0%,#00acd2 44%,#55bbd2 100%);
	background: -ms-linear-gradient(top, #55bbd2 0%,#00acd2 44%,#55bbd2 100%);
	background: linear-gradient(top, #55bbd2 0%,#00acd2 44%,#55bbd2 100%);
}

}


/*768*****************************************************************************************************/
@media (max-width:768px) {
  
}

/*640*****************************************************************************************************/

@media (max-width: 640px) {
.contenidoraviol {
    width: 240px;
    height: 450px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
position: relative;
z-index:1000;
}

#uno1, #uno2, #uno3, #uno4, #uno5{
    background-color: #ff0000;
    border: none;
	margin: -10px 0px;
    width:240px;
    height:80px;
	display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor:pointer;
    font-size:22px;
    font-weight: 900;
    color: #fff;
position: relative;
z-index:-500;
}

#plegaraviol1, #plegaraviol2, #plegaraviol3, #plegaraviol4, #plegaraviol5 {
	margin: -100px -55px;
	width: 360px;
    height:520px;
    overflow:hidden;
    border: none;
    position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index:-100;
}

}
/*570*****************************************************************************************************/

@media (max-width: 570px) {

}
/*480*****************************************************************************************************/

@media (max-width: 480px) {
  
}

/*400**************************************************************************************************************/
@media screen and (max-width:400px) {


#contenedortotalraviol{
    background-image: url(../images/raviol/fondoraviol400.jpg);
    width:100%;
    height: 100%; 
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
}

.contenedor3 {
	margin: 0px auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    height:100px;
}


.contenidoraviol {
    width: 200px;
    height: 380px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
position: relative;
z-index:1000;
}


#uno1, #uno2, #uno3, #uno4, #uno5{
    background-color: #ff0000;
    border: none;
	margin: -10px 0px;
    width:200px;
    height:65px;
	display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor:pointer;
    font-size:22px;
    font-weight: 900;
    color: #fff;
	position: relative;
	z-index:-500;
}

#dosraviol1, #dosraviol2, #dosraviol3, #dosraviol4, #dosraviol5{
    height:420px;
}


#centroraviol1,#centroraviol2, #centroraviol2, #centroraviol4, #centroraviol5{  
    height:0px;
}

#mil1, #mil2{  
    height:0px;
}

#plegaraviol1, #plegaraviol2, #plegaraviol3, #plegaraviol4, #plegaraviol5 {
	margin: -100px -50px;
	width: 300px;
    height:480px;
    overflow:hidden;
    border: none;
    position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index:-100;
}

.hijo {
    cursor:pointer;
    font-size:18px;
    font-weight: 900;
    display:inline;
    color: #fcce5e;
	line-height: 60px;

}

p.volver{
position:absolute;
	display: block;
padding-top: 16%;
margin-right: 0%;
}
p.volver a,
p.volver a.current-demo,
p.volver a.current-demo:hover{
    display: inline-block;
	border: 1px solid #c8aa14;
	padding: 4px 10px 3px;
	font-size: 15px;
	line-height: 25px;
	margin: 12px 15px;
	font-weight: 900;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e2d47e;
	background: -moz-linear-gradient(top, #55bbd2 0%, #00acd2 44%, #55bbd2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2d47e), color-stop(44%,#e2c617), color-stop(100%,#c8aa14));
	background: -webkit-linear-gradient(top, #55bbd2 0%,#00acd2 44%,#55bbd2 100%);
	background: -o-linear-gradient(top, #55bbd2 0%,#00acd2 44%,#55bbd2 100%);
	background: -ms-linear-gradient(top, #55bbd2 0%,#00acd2 44%,#55bbd2 100%);
	background: linear-gradient(top, #55bbd2 0%,#00acd2 44%,#55bbd2 100%);
}

}	

