/* - - - - - - - - - - - - - - - - - - - - -
Título : IL PADRINO S.R.L.
Autor : MICROSOLUTION
Descripción : estilo.css
- - - - - - - - - - - - - - - - - - - - - */
div{
	/* border: 1px solid red; */
}

* {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial;
	font-size:13px;
	/* border: 1px solid red; */
}

body {
	font-family: Verdana, Arial;
	font-size:13px;
	background:#372414;
	/*background:  #000000 url(../images/body_fondo.jpg) repeat-x; */
	padding:0px;
	margin: 0px;
	color: #707070;
	
}

ul {
	margin:15px;
}

ol {
	margin:15px;
}

a {
	color: #909090;
	text-decoration: none;
}

a:hover {

}

a:visited {

}


#contenedor{
		margin:auto auto;
		margin-top:10px;
		/*margin-bottom:5px;*/
		width:965px;
		/*border: 1px solid yellow;*/
		background: #000000; 
}

#contenedortop {
		width:965px;
		display: block;
		clear: both;
		height: 200px;
		clear:both;
		display:block;
		padding: 0px;
		margin:0px;
		margin-bottom: 15px;
		border-bottom: 1px solid #666666;
		/* border: 1px solid yellow; */
}

#logoprincipal{
		/* position:absolute; */
		float:left;
		padding-left:20px;
		padding-top:20px;
		/*margin-left:20px;
		margin-top:20px;*/
		width: 356px; 
		/* height: 192px;		*/
		/* border: 1px solid red; */
		/* margin: auto auto;  */
}

#logoprincipal a{
	display:block; 
	width: 330px;
	height: 163px;
	/*border: 1px solid red;*/
}

#header_contenido {
	display:none;
	/* z-index: 2; */
	/* float:right; */
	/* margin-left:25px; */
	
	margin-left: 401px;
	*margin-left: 39px;
	_margin-left: 39px;
	
	
	margin-top:-1px;
	position:absolute;
	z-index: 1;
	width:  550px;
	/* float:right; */
	/* background: #FFFFFF url(../images/header_contenido.jpg) no-repeat;/*repeat-y;*/ 
	/* background: #f0f0ff; /* #FFFFFF; */
	/* width:950px; */
	/* margin-left:0px;
	/*margin: auto auto;*/
	/*text-align:justify;*/
	/* height: 20px; */
	/* height: 235px; */
	
	
	/*height: 250px;*/
	
	/* border:1px solid blue; */
}


#menu {
	z-index: 2;
	position:absolute;
	margin-left: -2px;
	*margin-left: -378px;
	_margin-left: -378px;
	width: 965px;
	height: 30px;
	font-size: 14px;
	/*margin-top:223px;*/
	
	/* width: 500px; */
	/* width: 400px; */
	/*
	width: 937px;
	width: 937px;
	*/
	
	/* float:right; */
	
	/*background: url(../images/fondo_menu.jpg) repeat-x; */
	/*margin-top: -23px;*/
	
	/*
	margin:0px;
	padding:0px;
	*/
	
	
}
/*
#rellenosobremenu {
	height: 23px;
	border: 1px solid red;
}
*/
#menu a {
	font-weight: normal;
}

#nav {
	float:right;
}

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
}

#nav li.sub { 

}

#nav li{ 
	margin-left:3px;
}
#nav li a{
	text-decoration: none;
	color: #ffffff;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	background: #666666;
}
#nav li a:hover {
	color: #ffffff;
}

/* ############################ */
#nav li { 
	float: left;
}
/*borde del sub menu*/
#nav li ul { 
	position: absolute;
	background-color: #555555;
	width: 210px;
	left: -999em;
	font-size:12px;
	margin:0px;
	padding:1px;
	display:block;
	clear: both;
}
#nav li ul li {
	width: 210px;
	margin:0px;
	padding:0px;
	margin-top:1px;
}
/*texto del sub-menu*/
#nav li ul li a {
	text-decoration: none;
	color: #ffffff;
	/*color: #e0e0e0;*/
}
/*mouse hover sub-menu*/
#nav li ul li a:hover {
	background: #505050;
}
#nav li ul ul { 
	background-color: red;/*#c3e43b;*/
	width: 10em;
}

#nav li ul ul li {
	width: 10em;
	border-bottom: #a5c32a 1px solid;
}

#nav li ul ul li a:hover {
	background-color: #91aa2b; 
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
#nav li ul ul ul { 
	background-color: #f0f0ef; 
	width: 10em;
}

#nav li ul ul ul li {
	width: 10em;
	border-bottom: 1px solid #CCFF99; 
}
#nav li:hover ul ul ul, #nav li.sfhover ul ul ul {
	left: -100em;
}
#nav li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	line-height: 16px;
}


#contenedorcontenido{
		/*GRAFICO TOP    #EAA4BF , #FF66CC*/
		/* background: url(../images/cabecera_fondotop.jpg) no-repeat; */
		clear: both;
		display:block;
		margin: auto auto;
		/*margin-top:12px;*/
		padding-left:7px;
		padding-right:7px;
		/*border: 1px solid red;*/
}

/* PONER EN PRODUCCION AL FINALIZAR LOS AJUSTES */
/*contiene el contenido de la página web*/
#contenido {
		width:930px;
		background:#000000 ;
		margin-top: 0px;
		padding-left: 10px;
		padding-right: 10px;
}
#homeflash {
		width:930px;
		height:360px;
		/*border:1px solid white;*/
}
#home_contenido{
	float:left;
	width:100%;
	/*border: 1px solid red;*/
}
#home_contenido_izquierdaxxxxx{
	float:left;
	width:49%;
}
#home_contenido_derecha{
	float:left;
	width:49%;
	/*border: 1px solid yellow;*/
}




#footer_contenido {
		background:url(../images/footer_contenido.jpg) no-repeat;/*repeat-y;*/
		margin-left:0px;
		height: 13px;
}
#contenedor_fondo_index{
		background:url(../images/contenedor_index.jpg) no-repeat;/*repeat-y;*/
		width:891px;
		height: 554px;
		margin:0px;
}

h1 {
	color: #808080;
	font-weight: lighter;
	font-size: 24px;
}

h2 {
	color: #808080;
	font-weight: lighter;
	font-size: 22px;
}

h3 {
	color: #808080;
	font-weight: lighter;
	font-size: 20px;
}

h4 {
	/*color: 	#0099CC;*/
	color: #004299;
	/*color: #2A5987;*/
	/*color: #808080;*/
	font-weight: lighter;
	font-size: 18px;
	
	border-bottom: 1px dashed #004299;
}

h5 {
	color: #808080;
	font-weight: lighter;
	font-size: 16px;
}

h6 {
	color: #808080;
	font-weight: lighter;
	font-size: 14px;
}


#separador {
		margin:0px;
		padding:0px;
		clear:both;
		display:block;
		height:0px;
		font-size:1px;
		/* border:1px dashed red; */
}

#footer {
		display:block;
		color: #B5B5B5;
		background: #000000;
		width:920px;
		border-top: 1px solid #666666;
		margin-top: 5px;
		padding:0px;
		padding-top: 10px;
		padding-left:15px;
		padding-right:15px;
		padding-bottom:0px;
		font-size:14px;
		/*border: 1px solid white; */
}

#footer div, #footer div div {
		margin:0px;
		padding:0px;
}

#footer a {
	color: #ffffff;
	font-size:11px;
}

#footer a:hover {
	font-size:11px;
}

#footer a:visited {
	font-size:11px;
}

#direcciondelcliente {
		/* color: #333333; */
		font-size:11px;
		width: 400px;
		margin:0px;
		padding:0px;
		float:left;
		/*border: 1px solid yellow;*/
}

#contenidofooterderecho {
		/*width: 350px;*/
		float:right;
		text-align:right;
		padding: 30px;
}

#logodemicrosolution {
		/* color:#333333; /*#909090;*/
		font-size:9px;
		
		/*border: 1px solid black;*/
		
}

#foto{
		float:left;
		margin-right:7px;
		/*display:inline;*/
}

#contactenos_izquierda {
        float:left;
		margin-left: 10px;
		/*width:545px;*/
		width:420px;
		/*border: 1px solid blue;*/
}

#foto_contactenos {
		width:450px;
		float: right;
		padding: 0px;
		
		border: 2px solid white;
		
}

#contactenosizqXXX {
		padding-top:10px;
		padding-left:10px;
		padding-left:10px;
		width:80%;
		float:left;
		border: 2px dotted #FF9933 ;
		margin-left: 25px;
}
#fondocontacto {
	/*background-image:url(..images/fondodegradado.jpg);*/
}

#contacto{
		margin:0 0;
        padding:15px;
}
#contacto , #contacto input{        
        font-size:13px;
}
#contacto .campo{
        float:left;
        width:120px;
        padding:2px 2px;
		/*border: 1px solid red;*/
}

#contacto div{
		CLEAR:BOTH;
}
#contacto div div {
		CLEAR:none;
}

#contacto input {
	clear:none;
	display:inline;
	float:left;
	
}

#contacto input, #contacto textarea{
		background: #ffffff ;
		border:1px solid #f0f0f0;
        padding:5px;
        color:#555;
}
 
#contacto textarea{
 }
 
#contacto input#botonenviar{
        width: 91px;
		height: 39px;
		margin-left: 77px; /* FF */
		!margin-left: 0px;  /* IE7 */
		_margin-left:74px;  /* IE6 */
		padding:7px 11px;
        /*margin-top:3px;*/
		background: #666666; /*#FFCC33*/
		color:#333333;
		border: 1px solid #666666;
		/*border: 1px solid red;*/
}

#consulta {
	padding:5px;
	width:280px;
	height:75px;
	margin-left: 0px; /* FF */
	!margin-left: 0px;  /* IE7 */
	_margin-left: -3px;  /* IE6 */
	
}

#contenedor_banner {
	/* border: 1px solid green; */
}

#separadorcolumna{
		margin:0px;
		padding:0px;
		border:0px;
		width:100%;
		font-size:0px;
		clear:both;
}

a#volver {
	float:right;
	text-align: center;
	width: 80px;
	height: 23px;
	/*display:block;*/
	/*margin-top: 20px;*/
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
	background: #999999;
	/*background: #EAA4BF;*/
	/*border: 1px solid #EAA4BF;*/
	padding-top: 5px;
}

#vermas {
	font-size: 18px;
}

#homecontenido {
	float:left;
	padding-right:0px;
	width:565px;
	/*border: 1px solid #EAA4BF;*/
}

/* INICIO SECCION SLIDE */
.microsolution-wrapper div {
    /* font-family: Verdana, Helvetica; */
    font-size: 10pt;
}
.microsolution {
	cursor: url(images/slider/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}

#microsolution-derecha { 
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

#microsolution-derecha1 { 
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-top: 15px;
	margin-right: 5px;
}

#microsolution-izquierda { 
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.microsolution-active-anchor img {
	visibility: hidden;
}
.microsolution img {
	/* border: 2px solid white; */
}
.microsolution:hover img {
	/* border: 2px solid white; */
}

.microsolution-wrapper, .rounded-white {
	background: white;
}
.microsolution-image {
    /* border: 2px solid white; */
}
.microsolution-image-blur {
}
.microsolution-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    /* font-family: Verdana, Helvetica; */
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.microsolution-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(../images/slider/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.microsolution-credits,
a.microsolution-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.microsolution-credits:hover,
a.microsolution-credits:hover i {
    color: white;
    background-color: gray;
}

a.microsolution-full-expand {
	background: url(../images/slider/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

.microsolution-caption ul {
	/*list-style:none;
	list-style-type: none;*/
}

.microsolution-caption ul li {
	/*list-style:none;
	list-style-type: none;*/
	font-size: 10px;
	margin-left: 20px;
	/* border: 1px solid red; */
}

/* FIN SECCION SLIDE */
/* SECCION DE MENU DE PRODUCTOS */
#kwick {
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#kwick .kwicks {
	display: block;
	height: 295px;
	margin: 0px;
	background-color: #1AE74E; /* #10121B; */
}

#kwick li {
	float: left;
	list-style:none;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	/* width: 277px; */
	width: 284px;
	height: 295px;
	/*
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #505050;
	background-color: #ffffff;
	*/
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	background-image: url(../images/menu_slide1.jpg);
}

#kwick .opt2 {
	background-image: url(../images/menu_slide2.jpg);
}

#kwick .opt3 {
	background-image: url(../images/menu_slide3.jpg);
}

/* FIN DE SECCION DE MENU SLIDE DE PRODUCTOS */
#titulocategoria {
	/* font-size: 1.5em; */
	font-size: 18px;
	color: #707070;
}

#productocategoria_grande {
	background:#ffffff;
	width: 600px;
	/* height: 600px; */
	/* margin-top: 25px; */
	margin: auto auto;
	border: 2px solid #f5f5f5;
	text-align:center;
	text-decoration:none;
	color: #303030;
	font-size:14px;
	padding: 10px;
	display:block;
	clear: both;
}

#titulocategoria_grande {
	font-size: 2em;
	color: #707070;
}

#productodescripcion {
	font-size: 16px;
	color: #707070;
}

/* FIN DE CATEGORIA DE PRODUCTOS */


/* INICIO DE SECCION HOME */
#homeizquierda {
	float: left;
	background: #FCFCFC;
	width: 540px;
	margin-top:12px;
	border: 1px solid #e0e0e0;
}


#homeflash_explicacion {
	padding:10px;
}


#homederecha {
	float: right;
	padding:20px;
	margin-top:12px;
	width: 300px;
	font-size:10px;
	background:#ffffff;
	border: 1px solid #e0e0e0;
}

#homederecha * {
	font-size:12px;
}

#homederecha img {
	float:left;
	/*
	width:100px;
	height:90px;
	*/
	margin-right: 10px;
	margin-bottom: 10px;
}

#homeizquierda_buscador {
	float: left;
	width: 600px;
}

#homederecha_buscador {
	background: #f5f5f5;
	float: right;
	width: 200px;
	border: 1px solid #e0e0e0;
}

#homederecha_buscador a {
	color: #707070;
	font-size: 12px;
}

#homederecha_buscador ul {
		list-style:circle;
		list-style-type: circle;
		padding-left: 15px;
}


/* FIN DE SECCION DE HOME */


/* SECCION BUSCADOR */

#buscadorvermas {
	float:right;
	margin-right: 2px;
}

#subcontenedorbuscar {
	background: white;
	border:1px solid #e0e0e0;
	margin:0px;
	padding:0px;
	height: 30px;
}

#subcontenedorbuscar_texto {
	float:left;
	width: 120px;
	/* background: red; */
	margin:0px;
	padding:0px;
	border:none;
}

input#buscadortexto {
	border:1px solid blue;
	/* width: 105px; */
	width: 205px;
	border:none;
	margin:0px;
	margin-top:2px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:0px;
	height: 20px;
	color: #808080;
}

input#botonbuscar{
	/* border:1px solid #efefff; */
	/* border:1px solid #e0e0e0; */
	border:none;

	width: 78px;
	height: 30px;
	margin:0px;
	padding:0px;
	/* padding:-10px -10px; */
	/*margin-top:3px;*/
	/*background:url(../images/fondo_boton_buscar.jpg) repeat-x 0px 0px; */
	color:#808080;
	/*border: 1px solid #666666;*/
	/*border: 1px solid red;*/
	cursor:pointer;
}

#seccionnuestrosproductos{
	margin-bottom: 10px;
}

#nuestrosproductos {
	width: 400px;
	float: left;
}

#nuestrosproductosbuscar {
	width: 300px;
	float: right;
}
#fotocontenido{
	float: left;
	/*
	margin-left: 7px; 
	margin-right: 7px; 
	*/
}
#fotocontenidoizquierdo{
	float: left;
	margin-right: 7px; 
}

#fotocontenidoderecho{
	float: right;
	margin-left: 7px; 
}
#home_contenido{
	float:left;
	/*border: 1px solid yellow;*/

}
#home_contenido_izquierda{
	float:left;
	width: 280px;
	padding-left:7px;
	/*border: 1px solid red;*/

}
#home_contenido_derecha{
	float:right;
	width: 620px;
	padding-left: 7px;
	padding-right: 7px;
	/*background: #333333 url(../images/fondo_contenido_derecha.jpg) repeat-x ;*/
	border: 1px solid gray;
	
}
#derecha_entero{
	float:right;
	width:100%;
	padding-bottom:7px;
	border-bottom: 1px solid gray;
	/*border: 1px solid blue;*/
}
#home_izquierda_abajo{
	float:left;
	width: 49%;
	padding-right: 7px;
	border-right: 1px solid gray;
	/*border: 1px solid white;*/
	
}
#home_derecha_abajo{
	float:right;
	width: 49%;
	padding-left: 7px;
	/*border: 1px solid orange;*/
	
}
#quienes_somos{
	float:left;
	width:930px; 
}
#menu_izquierda{
	float:right;
	width: 300px;
	padding:15px;
	background: #303030;
	border: 1px solid #505050;
}

#menu_izquierda a:hover {
	color:#ffffff;
	font-size:13px;
}

#contenedor-noche-arabe{
	float:right;
	width: 330px;
	
}

#fotos-noche-arabe{
	float:right;
	
}
#fotos-noche-arabe img{
	float:right;
	margin-left: 6px;
	border:2px solid #c0c0c0;
	
}
/*#menu_izquierda a:visited {
	color:#ffffff;
	/*font-size:11px;
}
*/
#menu_derecha{
	float:left;
	width: 550px;
	padding: 15px;
	
	border: 1px solid #404040;
	
}
#carta{
	float:left;
	/* padding-left: 10px; */
	
	/*border: 1px solid red;*/
	width: 270px;
}
#foto_sugerencia{
	float:left;
	width:125px;
	margin-right: 10px;
	margin-bottom: 10px;
	/*border: 1px solid red;*/
	
}

#menu-detalle{
	float:left;
	/*border:1px solid red;*/
	width: 500px;
	
	
}
#menu-detalle img{
	float:left;
	margin-right: 20px;
	padding-left: 5px;
	margin-bottom: 10px;
	/*border:1px solid red;*/
	
}
#separador-menu{
 float:left;
 width:100%;
 border-bottom: 1px dashed #666666;
 margin-bottom: 10px;
}

/* Módulo: Reserva extendida */
#reserva_extendida {
	/* position: absolute; */
	top: 50px;
	left: 400px;
	width: 600px;
	height: 300px;
	padding: 10px;
	margin:auto auto;
}

#reserva_extendida .contenido {
	/*
	border-left: 3px solid #7D0000;
	border-right: 3px solid #7D0000;
	*/
	border: 1px solid #606060;
	padding: 10px;
	background: #303030;
}
#reserva_extendida .contenido h1 {
	/* background: #8E0606; */
	width: 595px;
}

#reserva_extendida .contenido #izquierda {
	float: left; /*width: 120px;*/
	padding: 5px 10px 10px 10px;
	text-align: right;
	white-space: nowrap;
}

#reserva_extendida .contenido #izquierda div input { width: 150px; }

#reserva_extendida .contenido #derecha {
	float: right;
	padding: 5px 10px 10px 10px;
	text-align: right;
	white-space: nowrap;
}

#reserva_extendida .contenido #derecha #el_restaurante { width: 200px; }
#reserva_extendida .contenido #derecha #el_tipo { width: 80px; }
#reserva_extendida .contenido #derecha div select { width: 50px; }
#reserva_extendida .contenido #derecha #fecha_ID {
	right: 190px;
}
#reserva_extendida .contenido #mensaje {
	/* position: absolute; */
	top: 160px;
	left: 30px;
	width: 230px;
	text-align: justify;
}

#reserva_extendida .contenido #botones {
	clear: both;
	text-align: right;
}

#reserva_extendida .contenido #botones .boton {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 50px;
}



#contenedor_galeria1 {
	width: 877px;
	margin: auto auto;
	
}
