/* DEFINICIÓN DE ESTILOS DE ETIQUETAS */
body {
background : #FFFFFF;
font: 14px Arial, Times New Roman, Times, serif;
margin: 20px 0px 20px 0px;
text-align: center; 
}

li{
font-size: 110%;
line-height: 18px;
}

img{
border: 0px;
}

h1{
font-size: 160%;
}

h2{
font-size: 120%;
}

p{
font-size: 100%;
}

hr{
border: 1px;
margin-left:8%;
margin-right:7%;
background-color:#c9e4ff;	
}






/* DEFINICIÓN DE ESTILOA PARA LOS ENLACES 
link: link normal
visited: link visitado
active: enlace activo en el momento en el que se pincha sobre el 
hover: al pasar el ratón por encima del link*/

A.enlacenav:link{
color: #494E6B;
}

A.enlacenav:hover{
color: #3F7DE3;
}

textarea{
border:1px solid #000;
width: 200px;
height:100px;
}

label {display:block;font-weight:bold;} 
legend {font-size:120%;} 
fieldset {border:none;} 
input {border:1px solid #000;width: 170px;} 
input:focus {background:#FFFF8D;}  
textarea:focus{background:#FFFF8D;}  
input.obligatorio:focus {background:#F8B7FF;} 

