/* CSS Document */

*{
    margin: 0px;
    padding: 0px;
}

body
{   
    text-align: center;
    margin: 0 auto;
    background-image: url(../img/fondos/fondoSuperior.png);
    background-position:top;
	background-repeat:repeat-x;
}

#contenedor
{
	background-image: url(../img/fondos/fondoInferior.png);
	background-position:bottom;
	background-repeat:repeat-x;
	border:0px;
}

#cabecera
{
    margin: 0px auto;
	background-image:url(../img/fondos/fondoCabecera.png);
	background-repeat:no-repeat;
    margin-top: 10px;
    height: 146px;
    width: 846px;
    position: relative;
	border-bottom:0px;
	margin-bottom:0px;
}

#colaboradores
{
	margin: 0px;
	background-repeat:no-repeat;
    margin-top: 10px;
	left:700px;
	top:30px;
    height: 80px;
    width: 135px;
    position: relative;
	border-bottom:0px;
	margin-bottom:0px;
	text-align:center;
}

#colaboradores img
{
	width:auto;
}

#principal
{
    margin: 0px auto;
    padding: 0px;
    width: 846px;
    position: relative;
}

.menuPrincipal
{
    position: relative;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 28px;
    width: 601px;
	border: 0px;
	padding: 0px;
	padding-left:245px;
}

#principal .contenedorPrincipal
{
	width:846px;
	min-height:750px;
	background-image:url(../img/fondos/fondoCuerpoInferior.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#principal .contenedorPrincipalIndex
{
	width:846px;
	min-height:400px;
	background-image:url(../img/fondos/fondoCuerpoInferior.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#principal .menuPrincipal ul
{
    list-style-type: none; 
    margin: 0px;
    padding: 0px;
}

#principal .menuPrincipal ul li
{
    font-family: "Arial";
    color: yellow;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    float: left;
	/*
	Si fuese el tamaño común para todos los botones
	width:200px;
	height:28px;*/
}

.seleccionado
{
	font-weight:bold;
}

.opcion1, .opcion2, .opcion3, .opcion4, .activa1, .activa2, .activa3, .activa4
{
    background-repeat: no-repeat;
    background-position: center;
	border:0px;
	margin: 0px;
	padding: 0px;
}

.opcion1
{
    background-image: url(../img/opciones/btnInicio.png); 
	width:100px;
	height:28px;
}

.opcion2
{
    background-image: url(../img/opciones/btnSituacion.png);
	width:150px;
	height:28px;
}

.opcion3
{
    background-image:url(../img/opciones/btnContactar.png);
	width:150px;
	height:28px;
}

.opcion4
{
     background-image: url(../img/opciones/btnConsulta.png);
	 width:200px;
	 height:28px;
}

.opcion1:hover, .activa1
{
    background-image: url(../img/opciones/btnInicioSobre.png);
	width:100px;
	height:28px;
}

.opcion2:hover, .activa2
{
    background-image: url(../img/opciones/btnSituacionSobre.png);
	width:150px;
	height:28px;
}

.opcion3:hover, .activa3
{
    background-image: url(../img/opciones/btnContactarSobre.png);
	width:150px;
	height:28px; 
}

.opcion4:hover, .activa4
{
    background-image: url(../img/opciones/btnConsultaSobre.png);
	width:200px;
	height:28px; 
}

#pie
{
	float:none;
    margin: 0 auto;
    height: 175px;
    width: 846px;
	background-image:url(../img/fondos/fondoPie.png);
	background-position:bottom;
	background-repeat:no-repeat;
    position: relative;
    color: white;
	text-align:center;
    font-family: "verdana";
    font-size: 12px;
    clear: both;
    padding: 0px;
	border: 0px;
}

#pie .textoPie
{
	padding-top:30px;
}

#izquierda
{
	width:350px;
	height:485px;
	background-image:url(../img/fondos/fondoMenuVertical.png);
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
	float:left;
	font:bold;
}

#izquierda ul
{
	padding:10px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.2em;
	list-style:none;
	padding-left:3em;;
	color:#000;
	text-align:left;
	font:normal;
}

#derecha
{
	position:relative;
	float:right;
	width:476px;
	height:auto;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:280px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
}

#derecha p
{
	margin-bottom:10px;
}


#derecha ul
{
	padding-left:20px;
	margin-bottom:10px;
}

#subPie
{
	padding-top:3px;
	padding-bottom:0px;
	height:30px;
	background-color:#1c1c1c;
}

#subPie p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
}

/*Enlaces*/

a:link, a:visited
{
	color:black;
	font-style:normal;
	text-decoration:none;
}

a:hover
{
	color:#996600;
	cursor:pointer;
}

a:focus
{
	color:#d9cb6f;
}

a:active
{
	color:#d9cb6f; /*En el momento de pulsar*/
}

a img
{
	border:0px;
	width:100%;
}

/*Títulos H*/
h1
{
	margin-bottom:10px;
}

h2
{
	margin-bottom:10px;
}

strong
{
	color:#9e6214;
}

/*Estilo de formulario*/
form
{
	padding-top:5px;
}

.btn
{
	display: inline;
  	margin-top: 1em;
	margin-right: 1em;
}

.formulario
{
	margin-top:10px;
	margin-bottom:10px;	
}

.formulario label
{
	width: 25%;
  	float: left;
}
