﻿html
{
	width:100%;
	height:auto;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}	
body {
  line-height: 1;
  background:transparent;
  width:95%;
  height:auto;
  margin: 0 auto;
  box-shadow:0 0 15px rgba(0,0,0,0.4);
  max-width:1079px;
  min-width:1080px;
}
#divContador
{
	width:auto;
	padding:0 5px 0 5px;
	height:100%;
	background-color:white;
	float:right;
	margin-right:50px;
	text-align:center;
	margin:0 auto;
 	visibility:hidden;
	}
#cabecera1
{
	width:100%;
    height:45px;
	border-bottom:solid 1px white;
	}
#menuInicio
{	
	width:150px;
    height:auto;
    float:left;
    margin-left:15px;
    margin-top:5px;
 	font-size:17px;
 	color:#CCC;
 	background-color:Transparent;
	}
#divNovedades
{
	width:355px;
	height:40px;
	float:left;
	background-color:White;
	border: 1px solid black;
	}
#divTel
{	
	width:180px;
    height:auto;
    float:right;
    margin-top:13px;
    background-color:Transparent;
	}
#idioma
{
	width:80px;
    height:auto;
    background-color:Transparent;
    float:right;
    margin-top:5px;
    margin-right:5px;
	}
#divTel span
{
	font-size:18px;
 	/*font-weight: bold;*/
 	color:#CCC;
	}
#contenedor{
        width:100%;
        height:700px;
        z-index:-99;
}
#cuerpo
{
	z-index:10;
}
#cabecera{
        height:100px;;
        width:100%;
}

#divCom
{
	width:180px;
	height:30px;
	right:30px;
	top:50px;
 	position:absolute;
	}
#divCom span
{
	font-size:15px;
 	font-weight: bold;
 	color:#CCC;
	}
#encabezadoFondo 
{
		clear:both;
		width:100%;
		height:400px;
		
		/*
		background: #800000;
		background: -moz-linear-gradient(top, #005280 0, #007dc3 3%, #006299 72%);
		background: -webkit-linear-gradient(top, #005280 0, #007dc3 3%, #006299 72%);
		background: -ms-linear-gradient(top, #005280 0, #007dc3 3%, #006299 72%);
		background: linear-gradient(top bottom, #005280 0, #007dc3 3%, #006299 72%);
		*/
		z-index:-99;
		position:relative;
		box-shadow:0 0 15px rgba(0,0,0,0.4);
	}
#encabezadoFondoPie
{
	height:15px;
	width:100%;
    box-shadow:0 0 15px rgba(0,0,0,0.4);
    border-bottom:solid 1px black;
    z-index:-99;
	position:relative;
	}
#logo
{
	width:250px;
	height:65px;
	left:40px;
	top:50px;
	position:absolute;
	}
#contenedorCentral {
  display: block;
  height:100%;
  width:100%;
  margin: 0 auto;
  /*box-shadow:0 0 0px rgba(0,0,0,0.4);
  border:inset 10px;*/
}
#contenedorPaginas
{
  display: block;
  height:400px;
  width:900px;
  margin: 0 auto;
  margin-top : 20px;
	}

#contenedorCentral header {
  display: block;
  padding-top: 15px;
}
#shadow
{
	width:100%;
	}
#pie{
        height:65px;
        margin-top:80px;
        box-shadow:0 0 15px rgba(0,0,0,0.4);
}
#subPie1
{
		height:15px;
		width:100%;
		border-bottom:1px solid white;
	}
#divColores
{
	width:200px;
	height:10px;
	margin: 0 auto;
	}
#subPie2 
{	
		height:50px;
		width:100%;
		clear:both;
		overflow:hidden;
		/*
		background: #005280;
		background: -moz-linear-gradient(top, #005280 0, #007dc3 3%, #006299 72%);
		background: -webkit-linear-gradient(top, #005280 0, #007dc3 3%, #006299 72%);
		background: -ms-linear-gradient(top, #005280 0, #007dc3 3%, #006299 72%);
		background: linear-gradient(to bottom, #005280 0, #007dc3 3%, #006299 72%);
		*/
	}

#botones
{
	width:200px;
	position:absolute;
    float:left;
	margin-left:30px;
	}
#divComFin
{	
	width:350px;
	height:40px;
	float:right;
	margin-top:30px;
	}
#divComFin span
{
	font-size:13px;
 	font-weight: bold;
 	color:#CCC;
	}

