@charset "utf-8";
/* CSS Document */

body {
	font-family:Roboto, Verdana, Geneva, sans-serif;
	font-size:18px;
}

header {
	position: fixed;
    background: white;
	z-index:1000;
}

#cabecera {
	height:120px;
}

a.anchor  {display: block; position: relative; top: -150px; visibility: hidden;}

.titulo_seccion {
	padding:20px;
	color:#FFF;
	text-shadow: 5px 3px 2px #000;
    text-decoration: underline;
}

.titulo_seccion2 {
	padding:20px;
	
    text-decoration: underline;
	
}

/*inicio*/

section.inicio {
	padding-bottom:90px;
	background-image: url(../activos/fantasma.jpg);
	background-repeat: no-repeat;
    background-position: bottom right;
}

img.inicio { 
width:100%;
height:inherit;
margin-top:20px;
}

#texto_inicio {
	width:90%;
	text-align: -webkit-center;
	margin: 0 auto;
	margin-top:50px;
	color:#777070;
}

#texto_inicio h3 {
	margin: 0 auto;
    width: 347px;
    margin-top: 20px;
    color: #777070;
}

#texto_inicio h1 {
	margin: 0 auto;
    width: 90%;
    margin-top: 40px;
	font-weight:bold;
	font-size:70px;
    color: #50314c;
}


#texto_inicio p {
	margin:10px;
}


#minis {
	height: 170px;
    width: 800px;
    margin: 0 auto;
    margin-top: 60px;
}

#minis .mini {
	width:170px;
	float:left;
	margin-left:20px;
}

#minis .mini .img {
	padding-left:20px;
}


#minis .mini .titulo_img{
	font-size: 18px;
	font-stretch:expanded;
	text-align:center;
	font-weight:900;
}

#minis .mini .texto_img {
	font-size: 14px;
	font-stretch:condensed;
	text-align:center;
}


/*menu*/

section.menu {
	background-color:#443256;
	padding-bottom:50px;
	box-shadow: 0 0 1em;
	    background-image: url(../activos/mantel.png);
		/*background-size: contain;*/
	
}

.contenedor {
	float:left;
	
	}
	
.linea, #linea_especial {
	height:200px;
	width:1200px;
	margin:0 auto;
}

.linea, .linea_especial {
	height:200px;
	width:1200px;
	margin:0 auto;
}

#linea_ensaladas {
	height:200px;
	width:600px;
	margin:0 auto;
}

#linea_platos {
	height:200px;
	width:900px;
	margin:0 auto;
	margin-bottom:50px;
}

h3.comida {
	width:60px;
	margin:0 auto;
	margin-bottom:10px;
	margin-top:30px;
	color: #FFF;
    text-shadow: 3px 3px 3px #000;
}

h4.precios {
	width:313px;
	margin:0 auto;
	margin-bottom:20px;
	color: #FFF;
    text-shadow: 3px 3px 3px #000;
	    font-weight: 300;
	
}

h3.ensaladas {
	width:100px;
	margin:0 auto;
	margin-bottom:10px;
	margin-top:30px;
	color: #FFF;
    text-shadow: 3px 3px 3px #000;
}

h3.platos {
	width:167px;
	margin:0 auto;
	margin-bottom:10px;
	margin-top:30px;
	color: #FFF;
    text-shadow: 3px 3px 3px #000;
    text-align:center;
}

h4.precios_platos {
	width: 513px;
    margin: 0 auto;
    margin-bottom: 20px;
	color: #FFF;
    text-shadow: 3px 3px 3px #000;
	    font-weight: 300;
}
	
.info {
	width:300px;
	height:200px;
	background-color: rgba(31, 31, 31, 0.9);
	-webkit-transition: opacity: 0.2s;
	-moz-transition: opacity: 0.2s;
	opacity: 0;
	position:absolute;
	overflow:hidden;
	z-index:1;
	box-shadow:inset 0 0 15px #000;
}

.headline{
	font-size:21px;
	position:absolute;
	color:#FFF;
	margin-left:-70px;
	-webkit-transition:margin 0.2s;
	margin-top:20px;
}

.info2 {
	width:300px;
	position:absolute;
	text-align:center;
	margin:auto;
	margin-top:160px;
	-webkit-transition:margin 0.3s;
	color:#FFF;
	padding:10px;
	font-weight:100;
	font-size:15px;
}





.comida_especial {
	width: 170px;
    margin: 0 auto;
    margin-top: 30px;
	color: #FFF;
    text-shadow: 3px 3px 3px #000;
    text-align:center;
	
}

.precios_especial {
	width: 59px;
    margin: 0 auto;
    margin-top: 10px;
	margin-bottom:20px;
	    color: #FFF;
    text-shadow: 3px 3px 3px #000;
	    font-weight: 300;
}

.ensaladas{
	width: 170px;
    margin: 0 auto;
    margin-top: 30px;
}

.precios_ensalada {
	width: 59px;
    margin: 0 auto;
    margin-top: 10px;
	margin-bottom:20px;
	    color: #FFF;
    text-shadow: 3px 3px 3px #000;
	    font-weight: 300;
}


	/*------------------------------------------*/
	
.margarita {
	background-image:url(../activos/menu/pizzas/margherita.jpg);
	width:300px;
	height:200px;
	box-shadow:inset 0 0 15px #000;
}


.margarita:hover .info {
	opacity:1;
}


.margarita:hover p.headline{
	margin-left:100px;
}


.margarita:hover p.info2 {
	margin-top:70px;
}


/*------------------------------------------*/


.jamon {
	background-image:url(../activos/menu/pizzas/prosciutto.jpg);
	width:300px;
	height:200px;
	box-shadow:inset 0 0 15px #000;
	
}

.jamon:hover .info {
	opacity:1;
}

.jamon:hover p.headline{
	margin-left:100px;
}

.jamon:hover p.info2 {
	margin-top:70px;
}

/*------------------------------------------*/



.ternera {
	background-image:url(../activos/menu/pizzas/ternera.jpg);
	width:300px;
	height:200px;
	box-shadow:inset 0 0 15px #000;
	
}
	
.ternera:hover .info {
	opacity:1;
}

.ternera:hover p.headline{
	margin-left:110px;
}

.ternera:hover p.info2 {
	margin-top:70px;
}


/*------------------------------------------*/



.salami {
	background-image:url(../activos/menu/pizzas/salami.jpg);
	width:300px;
	height:200px;
	box-shadow:inset 0 0 15px #000;
	
}

.salami:hover .info {
	opacity:1;
}

.salami:hover p.headline{
	margin-left:120px;
}

.salami:hover p.info2 {
	margin-top:70px;
}



/*------------------------------------------*/



.atun {
	background-image:url(../activos/menu/pizzas/tonno.jpg);
	width:300px;
	height:200px;
	box-shadow:inset 0 0 15px #000;
	
}
	
.atun:hover .info {
	opacity:1;
}

.atun:hover p.headline{
	margin-left:120px;
}

.atun:hover p.info2 {
	margin-top:70px;
}


/*------------------------------------------*/

.champi {
	background-image:url(../activos/menu/pizzas/funghi.jpg);
	width:300px;
	height:200px;
	box-shadow:inset 0 0 15px #000;
}

.champi:hover .info {
	opacity:1;
}

.champi:hover p.headline{
	margin-left:120px;
}

.champi:hover p.info2 {
	margin-top:70px;
}


/*------------------------------------------*/


.cebolla {
	background-image:url(../activos/menu/pizzas/cebolla.jpg);
	width:300px;
	height:200px;
	box-shadow:inset 0 0 15px #000;
}
	
.cebolla:hover .info {
	opacity:1;
}

.cebolla:hover p.headline{
	margin-left:120px;
}

.cebolla:hover p.info2 {
	margin-top:70px;
}


/*------------------------------------------*/


.bocapizza {
	background-image:url(../activos/menu/pizzas/bocapizza.jpg);
	width:300px;
	height:200px;
	box-shadow:inset 0 0 15px #000;
}
	
.bocapizza:hover .info {
	opacity:1;
}

.bocapizza:hover p.headline{
	margin-left:100px;
}

.bocapizza:hover p.info2 {
	margin-top:70px;
}


/*------------------------------------------*/


.tutti {
	background-image:url(../activos/menu/pizzas_especiales/tutti-frutti.jpg);
	width:300px;
	height:200px;
	box-shadow:inset 0 0 15px #000;
}

.tutti:hover .info {
	opacity:1;
}

.tutti:hover p.headline{
	margin-left:100px;
}

.tutti:hover p.info2 {
	margin-top:70px;
}


/*------------------------------------------*/


.capri {
	background-image:url(../activos/menu/pizzas_especiales/capricciosa.jpg);
	width:300px;
	height:200px;
	box-shadow:inset 0 0 15px #000;
}

.capri:hover .info {
	opacity:1;
}

.capri:hover p.headline{
	margin-left:90px;
}

.capri:hover p.info2 {
	margin-top:70px;
}



/*------------------------------------------*/


.coloseo {
	background-image:url(../activos/menu/pizzas_especiales/coloseo.jpg);
	width:300px;
	height:200px;
	box-shadow:inset 0 0 15px #000;
}
	
.coloseo:hover .info {
	opacity:1;
}

.coloseo:hover p.headline{
	margin-left:110px;
}

.coloseo:hover p.info2 {
	margin-top:70px;
}


/*------------------------------------------*/


.roma {
	background-image:url(../activos/menu/pizzas_especiales/roma.jpg);
	width:300px;
	height:200px;
	box-shadow:inset 0 0 15px #000;
}

.roma:hover .info {
	opacity:1;
}

.roma:hover p.headline{
	margin-left:125px;
}

.roma:hover p.info2 {
	margin-top:70px;
}

/*------------------------------------------*/


.mare {
	background-image:url(../activos/menu/pizzas_especiales/roma.jpg);
	width:300px;
	height:200px;
	box-shadow:inset 0 0 15px #000;
}

	
.mare:hover .info {
	opacity:1;
}

.mare:hover p.headline{
	margin-left:125px;
}


.mare:hover p.info2 {
	margin-top:70px;
}


/*------------------------------------------*/


.cuatro {
	background-image:url(../activos/menu/pizzas_especiales/4-stagioni.jpg);
	width:300px;
	height:200px;
	box-shadow:inset 0 0 15px #000;
}
	
.cuatro:hover .info {
	opacity:1;
}


.cuatro:hover p.headline{
	margin-left:100px;
}

.cuatro:hover p.info2 {
	margin-top:70px;
}

/*--------------------------------*/


.mariana {
	background-image:url(../activos/menu/ensaladas/mariana.jpg);
	width:300px;
	height:200px;
	box-shadow:inset 0 0 15px #000;
}
	
.mariana:hover .info {
	opacity:1;
}


.mariana:hover p.headline{
	margin-left:115px;
}

.mariana:hover p.info2 {
	margin-top:70px;
}

/*--------------------------------*/


.constanza {
	background-image:url(../activos/menu/ensaladas/constanza.jpg);
	width:300px;
	height:200px;
	box-shadow:inset 0 0 15px #000;
}
	
.constanza:hover .info {
	opacity:1;
}


.constanza:hover p.headline{
	margin-left:100px;
}

.constanza:hover p.info2 {
	margin-top:70px;
}


/*--------------------------------*/


.lasagna {
	background-image:url(../activos/menu/platos_especiales/lasagna.jpg);
	width:300px;
	height:200px;
	box-shadow:inset 0 0 15px #000;
}
	
.lasagna:hover .info {
	opacity:1;
}


.lasagna:hover p.headline{
	margin-left:115px;
}

.lasagna:hover p.info2 {
	margin-top:70px;
}

/*--------------------------------*/


.focaccia {
	background-image:url(../activos/menu/platos_especiales/focaccia.jpg);
	width:300px;
	height:200px;
	box-shadow:inset 0 0 15px #000;
}
	
.focaccia:hover .info {
	opacity:1;
}


.focaccia:hover p.headline{
	margin-left:110px;
}

.focaccia:hover p.info2 {
	margin-top:70px;
}


/*--------------------------------*/


.hamburguesa {
	background-image:url(../activos/menu/platos_especiales/hamburguesa.jpg);
	width:300px;
	height:200px;
	box-shadow:inset 0 0 15px #000;
}
	
.hamburguesa:hover .info {
	opacity:1;
}


.hamburguesa:hover p.headline{
	margin-left:85px;
}

.hamburguesa:hover p.info2 {
	margin-top:70px;
}


/*contacto*/

section#contacto {
	height:530px;
	
}

img#franco {
	float:left;
}



iframe {
	float:left;
	margin-left: 35px;
	margin-right:35px;
}

#lugar {
	width: 1404px;
    height: 370px;
    margin: 0 auto
}

/*#transporte {
	float: left;
    width: 350px;
    text-align: center;
}
*/

#direccion {
	margin-bottom:20px;
}

#donde img {
	width: 60px;
    height: inherit;
    margin-bottom: 20px;
    margin-top: 50px;
	margin:0 auto;
}

#donde {
	width: 415px;
    float: left;
    text-align: center;
	font-size:22px;
}

#donde a {
	font-size:36px;
}



/*galerias*/

section#galerias {
	
	background:#93254a;
	box-shadow: 0 0 1em;
	display:none;

}

.gal_img {
	width:90%;
	margin:80px;
	margin:0 auto;
	min-height:450px;
}



.img_gal_izq {
	float:left;
	width:65%;
	
}

.img_gal_izq img {
	/*width:300px;
	height:inherit;*/
	border-radius: 10px;
	border-style: solid;
	border-color:#FFF;
	box-shadow: 5px 4px 3px #58152c;
}

.text_gal_izq {
	float: right;
    max-width: 25%;
    margin: 40px;
    text-align: justify;
    font-size: 16px;
    color: #FFF;
}

span.titulo_gal_izq{
	text-align:left;
	text-decoration:underline;
	font-weight: bolder;
    font-size: 18px;
    
}

span.titulo_gal_der {
	text-align: right;
    text-decoration: underline;
	font-weight: bolder;
    font-size: 18px;
}


	
.img_gal_der {
	float:right;
	
}

.img_gal_der img {
	/*width:300px;
	height:inherit;*/
	border-radius: 10px;
	border-style: solid;
	border-color:#FFF;
	box-shadow: 5px 4px 3px #58152c;
}

.text_gal_der {
	float:right;
	max-width:800px;
	margin:50px;
	text-align: justify;
    font-size: 16px;
	color:#FFF;
}


/*----------------*/

footer {
	background-color:#443256;
	height:60px;
	border-top:solid;
	color:#FFF;
}

footer a {
	
	color: #999;
	
}

#derechos {
	margin:20px; 
	float:left;
	color:#FFF;
	font-size:12px;
}
#facebook {
	height:20px;
	width:20px;
	background-image:url(../activos/redes/facebook3.png);
	float:right;
	margin-right:60px;
	margin-top:-20px;
}

#facebook:hover {
	background-image:url(../activos/redes/facebook2.png);
}

#youtube {
	height:24px;
	width:20px;
	background-image:url(../activos/redes/youtube3.png);
	float:right;
	margin-right:20px;
	margin-top:-20px;
}

#youtube:hover {
	background-image:url(../activos/redes/youtube2.png);
}

.developers {
	margin:0 auto;
	width:222px;
	padding-top:20px;
}

