@import url('foundation.css');
@import url('buttons.css');

/* basic */



.columna {
	float: left;
}
.derecha {
	float: right;
}
#debug {
	color: #FFFFFF;
}
.translucido {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.centro {
width:526px;

}



#contacto { 
z-index:999;

}

#vismenu {
	float: right;
	padding-top: 15px;
	padding-right: 10px;
}

.oculto {
	display:none;
}

.espacio {
	width: 100%;
}

.grande {
	height: 800px;
}

.mini {
	height: 400px;
}

#fullscreendiv img{
	/*proporciona una imagen de fondo completa
	que no permite el img de foundation*/
	max-width: none; 
	height: none; 
}

#capacompleta {
	background-color: #000000;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999999;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#fullscreendiv {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

#contenido {
	background-color:#FFFFFF;
	width: 100%;
	z-index: 2;
	position: relative;
	left: 0px;
	top: 0px;
}

#contenido p {
	/*font-size: 14px;*/
}


#nav {
	display:block;
	background-color: #000000;
	width: 100%;
	position: fixed;
	z-index: 100;
	height: 65px;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;	/*box-shadow: 2px 2px 5px #000;*/
}


/* visor carga asincrona */

#navinf {
	float: right;
	width: 112px;
	top: -36px;
	position: relative;
	cursor:pointer;
	height: 0px;
	z-index: 99999;
}

.colnavinf{
	display:block;
	float: left;
	width: 37px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}


/* Punto MX theme */

body {
	font-family:'Conv_RotisSerifStd',Sans-Serif;
/*	font-family: "Philosopher", Verdana, Arial;*/
	background-color: #333333;
	width: 100%;
}

#logopeq {
	background-image: url(../img/logopeq.png);
	height: 60px;
	width: 177px;
	position: relative;
	cursor:pointer;
}

h1 {
	font-family:'Conv_RotisSerifStd',Sans-Serif; 
	font-weight:normal;
	/*font-size: 3em;*/
	font-variant: normal;
	font-style: normal;

}


.row p {
	font-size: 16px;
	line-height: 18px;
}

.plato {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

.plato p {
	float: left;
	width: 68%;
}

.plato strong {
	font-family:Arial, Helvetica, sans-serif;
	float: right;
	width: 28%;
	font-size: 1.4em;
}

.textonormal {
	font-family: "Dosis", Verdana, Arial;
}

.resalte {
	font-size: 1.5em;
	position: relative;
	left: 0.5em;
	top: -0.3em;
	/*margin-bottom: 0.8em;*/
	line-height: 1.2em;
	padding-right: 0.2em;
}

.desplazado {
	padding-bottom: 10px;
	position: relative;
	left: 0px;
}

.desplazado img {
	width: 50%;
}

.anchoimagen {
	width: 90%;
}

#pie {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDBDB;
	color: #999999;
	padding-bottom: 30px;
}


/* menu superior */

#menu {
	display:inline;
	padding-bottom: 0px;
	padding-right: 5px;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-left: 14px;
	padding-top: 0px;
	float: right;
}

#menu  ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	font-size: 16px;
	float: right;
}


#menu  ul ul {
	display:none;
}
#menu  li {
	display: block;
	float: left;
	margin-left: 4px;
	background-color: #222222;
}
#menu  li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 38px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#menu  li a:hover {
	background-color: #871749;
}

#menucontrol {
	float: right;
}

#menucontrol a img:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}





/* cambios específicos esta css*/

.translucido {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}


#nav {
	display:block;
	background-color: #ffffff;
	width: 100%;
	position: fixed;
	z-index: 100;
	height: 65px;
	margin-top: 0px;
	padding-top: 0px;
	/*box-shadow: 2px 2px 5px #000;*/
}

#logopeq {
	background-image: url(../img/logopeqblanco.png);
	height: 60px;
	width: 177px;
	position: relative;
	cursor:pointer;
}


/* menu superior */

#menu {
	display:inline;
	padding-bottom: 0px;
	padding-right: 5px;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-left: 14px;
	padding-top: 0px;
	float: right;
}

#menu  ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	font-size: 16px;
	float: right;
}


#menu  ul ul {
	display:none;
}
#menu  li {
	display: block;
	float: left;
	margin-left: 4px;
	background-color:#FFFFFF
}
#menu  li a {
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 16px;
	padding-top: 38px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#menu  li a:hover {
	background-color: #871749;
	color: #FFFFFF;
}

#menucontrol {
	float: right;
}

#menucontrol a img:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




@media only screen and (min-width: 1335px){
	.desplazado {
		left: -180px;
	}
}

@media only screen and (min-width: 767px){

/* menu superior */
#menucontrol {
	display: none;
}

}


/* Móviles ****************************************************** */
@media only screen and (max-width: 767px) {  

body {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;*/

}

#frTenedor {
 width:100%;
}


/* nav */

h1 {
	font-size:2em;

}
/*
#logopeq {
	background-image: url(../img/logopeq.png);
}*/
.resalte {
	font-size:2em;
}

.row {
padding-left:5px;

}

#navinf {
	float: left;
	width: 300px;
	top: -42px;
}

.colnavinf{
	width: 50px;
}
/*
#fullscreendiv {
	display:none;
}
*/





.translucido {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;	
}


#nav {
	box-shadow: none;
	/*background-color: #000000;*/
	top: 0px;
	/*position: absolute;*/
}

/* menu superior */
#menu {
	margin-top: 1px;
	margin-bottom: 0px;
	clear: both;
	padding: 0px;
	float: none;
	display: none;
}

#menu  ul {
	clear: both;
	float: none;
}
#menu  li {
	width: 100%;
	margin-left: 0px;
	font-size: 16px;
}
#menu  li a {
	width: 100%;
	font-size: 18px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	/*border-left-width: 1px;*/
	border-top-style: solid;
	/*border-left-style: solid;*/
	border-top-color: #e6e6e6;
	/*border-left-color: #333333;*/
	/*border-right-width: 1px;*/
	border-bottom-width: 1px;
	/*border-right-style: solid;*/
	border-bottom-style: solid;
	/*border-right-color: #000000;*/
	border-bottom-color: #acacac;
}



}