body
 {
 background-image:url(images/backgroundfs.jpg);  
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#333000;
 }

a:link
{
	color:#0099CC;
	text-decoration: none;
 }
 
#header
{
 width:760px;
 height:50px; background-image: url(images/header.jpg);
 color: white;
 font-size:18px
 padding:30px;
 font-stretch:narrower;
 
}

#wrapper
{
 /*background-color:#FDFAC4;*/
 background-color:#FFFFFF;
 background-image:url(images/background.jpg);
 margin-left:auto;
 margin-right:auto;
 width: 760px; /*Anchura del área de contenido*/
 
}

#textarea
{
padding:30px;
}

#discsection
{
background-color:#eee;
padding:15px;
 margin-left:auto;
 margin-right:auto;
width: 650px;
border: 1px solid #8c8c8c;
}

#sectionx
{
color:#666666;
}

#pie
{

width:730px;
padding: 15px;
background-image:url(images/pie.jpg);
background-position:bottom;
background-repeat:no-repeat;
text-align:center;
font-size:60%;
line-height:1.5em;
}

.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style2 {color: #FF0000}
.style3 {color: #0000FF}
.style4 {color: #0000FF; font-weight: bold; }
.style5 {color: #0000FF; font-weight: bold; font-family: Geneva, Arial, Helvetica, sans-serif; }
.style6 {color: #0000FF; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; }
.style8 {font-family: Georgia, "Times New Roman", Times, serif}
.style9 {color: #0000FF; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style10 {color: #000000}
.style11 {color: #000000; font-family: "Courier New", Courier, monospace; }
.style12 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.style13 {color: #0000A0}
.style14 {color: #000000; font-weight: bold; }
.style3 {font-size: 12px; }
.style4 {font-size: 17px}
/*=========================================================================
              El Formulario de Contacto
==========================================================================*/
form
{
 margin-left:auto;
 margin-right:auto;
 background-color:#eee;
 color:#000000;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 width:400px; /*Anchura del formulario*/
 padding:20px;
 border: 1px solid #8c8c8c;
}
label {display:block;}
/* Titulo en una linea propia ambos campos de entrada iguales */

#textfield, textarea 
 {
 width:300px;
 border: solid 1px #8c8c8c;
 margin-bottom:1em;
 }

 textarea
 {
 height: 7em;}
 input: focus, textarea: focus
 {
 background-color:#d9d9d9
 }

