/* Estilo para el documento */

body {
	color:black;
	font-size:12px;
	font-family:Verdana; 
	font-weight:normal;
	font-style: normal;
	}
	
#contenedorcabecera {
	background-color: white;
	/*background-image:url(fondocabecera.gif); */
	color:black;
	font-size:12px;
	font-family:Verdana; 
	
	border-style: dotted;
	border-width: 0px;
	border-color: lightgrey;
	
	margin: 0px auto;
	margin-top: 5px;
	padding-bottom: 10px;
	
	width: 995px;
	height: 150px;
	}

#contenedor{
	background-color: white;
	/*background-image: url(fondo.gif);*/
	color:grey;
	font-size:12px;
	font-family:Verdana; 
	font-weight:normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0px;
	
	border-style: dotted;
	border-width: 0px;
	border-color: lightgrey;
	
	margin: 0px auto;
	margin-top: 0px;
	padding-bottom: 10px;
	/*padding-top: 5px;*/
	
	width: 995px;
	height: 750px;
	}
	
#izquierda{
	color: white;
	
	border-style: dotted;
	border-width: 0px;
	border-color: lightgrey;
	
	margin: 0px;
	padding: 0px;
	float: left;
	
	width: 155px;
	height: 740px;
	}

#izquierda a {
	text-decoration:none;
	font-family: arial; 
	font-weight:normal;
	font-style: normal;
	font-size: 15px;
	line-height: 17px;
	}
#izquierda a:link {color: white;}
#izquierda a:visited {color: white;}
#izquierda a:hover{color: lightgrey;}
#izquierda a:active {color: yellow;}
	
#derecha{
	border-style: dotted;
	border-width: 0px;
	border-color: lightgrey;

	background: white;
	padding: 0px;
	float:right;
	width: 820px;
	height:740px
	}
	
#pie{
	text-align: center;
	color: rgb(150,150,150);

	background:rgb(237,237,237);
	border-style: solid;
	border-width: 0px;
	border-color: rgb(220,225,255);

	margin: 0px auto;
	margin-top: 0px;
	padding-top: 5px;
	
	width: 1004px;
	height: 40px;
	}