/* CSS Document */

body {
	font-family:Tahoma, Arial;
	font-size:11px;
	line-height:17px;
	background-image: url(../img/bg.gif);
	margin-top:30px;
}

a {
	color: #000;
	text-decoration:none;
}

a:hover {
	color:#000;
	border-bottom:1px dashed #70DE01;
	text-decoration:none;
}

h1 { /*para los titulos principales*/
	width:315px;
	height:18px;
	font-size:12px;
	font-weight:bold;
	background-image:url(../img/vineta_tit_produ.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-align:left;
	padding-left:30px;
	margin-top:13px;
	float:left;
}
	
.sombra {
	width:792px;
	height:619px;
	background-image:url(../img/sombra.jpg);
	background-repeat:repeat-y;
}

.header {
	width:770px;
	height:117px;
	background-image:url(../img/header.jpg);
	background-color:#80FF00;
}

.menu_gris {
	width:770px;
	height:46px;
	background-image: url(../img/menu_gris_fondo.jpg);
	background-repeat:  repeat-x;
	border-bottom-color: #999999;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.menu_flash {
	width: 480px;
	height:45px;
	float:left;
}

.menu_reflejo_logo {
	width:227px;
	height:46px;
	float:right;
}

.textarea {
	height:16px;
	border:1px solid #93BD29;
	font-size:11px;
	font-family:Tahoma, Arial;
	color:#999999;
}


/* Contenido de la pagina */

.contenedor {
	width:770px;
	height:100%
}

.fotoSeccion {
	width:384px;
	height:400px;
	float:left;
}

.contenido {
	width:360px;
	height:370px;
	padding:4px;
	overflow:auto;
	float:right;
	margin:10px 10px 10px 0;
	background-color:#FFF;
	text-align: justify;
}


.descripciones {
	width:315px;	
	
	padding-left:30px;
	float:left;
	color:#666;
	text-align:justify;
	font-size:11px;
}

.fotoProductos {
	width:105px;
	height:75px;
	float:right;
	margin-left:5px;
}

#footer {
	width:760px;
	height:57px;
	background-color:#6AD201;
	border-top:10px solid #55A800;
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#FFF;	
	padding: 3px 10px 0 0;
	text-align:right;
	float:left;
}
#footer a {
	color: #FFF;
	text-decoration:none;
}

#footer a:hover {
	color:#FFF;
	border-bottom:1px dashed #FFF;
	text-decoration:none;
}
#firma {
	text-align:right;
	float:right;
}
#firma a{
	text-decoration:none;
	border:0px;
}

#cabecera{
	display:table;

}

#cabecera div{
	display:table-cell;
	/*de este modo podemos aprovechar las opciones de una celda
	como por ejemplo vertical-align */
	vertical-align:middle;
	text-align:center;
}

