﻿/* Hoja de estilos */


/* Reseteo de estilos por Eric Meyer */

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fin reseteo */




/* ---------------------------- Estructura base -------------------------------*/


h1 {
    display: none;
}

h2 {
    display: none;
}

h3 {
    font-family: Georgia,serif;
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
	color: #007999;
}

h4 {
    font-size: 15px;
	font-weight: bold;
	color: #666;
	margin: 0 0 10px 0;
}


body {
    background-color: #313131;
	background-image: url(img/fondo-body.png);
	background-repeat: repeat-x;
	background-position: top;
}

#contenedor {
    width: 940px;
	height: 500px;
	margin: 0 auto;
	background-color: #fff;
}

#cabecera {
	background-image: url(img/fondocabecera.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 427px;
	text-align: center;
}


.navegacion {
	background-image: url(img/barra-navegacion.png);
	background-repeat: no-repeat;
	background-position: 40px 0;
	height: 24px;
	margin: 10px auto 0 auto;
	padding: 9px 0 0 55px;
	text-align: left;
}

.navegacion a {
    text-decoration: none;
	color: #FFF;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	margin: 0 30px 0 0;
}

.navegacion a:visited {
	color: #FFF;
}

.navegacion a:hover {
	color: #FF0;
}

.navegacion a.seleccionado {
	color: #FF0;
}


#contenido {
	margin: 0 auto;
	background-color: #fff;
    background-image: url(img/fondo-contenedor.png);
	background-repeat: repeat-y;
	background-position: top;
	padding: 10px 0 0 0;
	font-family: arial;
	font-size: 12px;
	color: #333;
	line-height: 15px;
}


#izquierda {
    width: 475px;
	float: left;
	padding: 0 0 0 40px;
}

#izquierda ul {
    list-style: disc;
	margin: 10px 0 0 25px;
}

#izquierda ul li{
    margin: 0 0 25px 0;
}


#izquierda p {
    margin: 0 0 20px 0;
}


#derecha {
    width: 330px;
	float: right;
	padding: 0 40px 0 0;
}

.haurralde {
    border: 1px solid #999999;
	font-size: 11px;
	margin: 20px 0 0 0;
	padding: 5px;
	background-image:
}

.haurralde2 {
    background-color: #EEE;
	padding: 15px;
}

.haurralde2 ul{
    list-style: disc;
	margin: 0 0 0 15px;
}

.haurralde2 ul li{
    list-style: disc;
	margin: 0 0 10px 0;
}


.haurralde p{
    margin: 0 0 10px 0;
}


#pie {
	height: 241px;
    background-image: url(img/fondo-pie.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

}

#pie-der {
	font-size: 12px;
	font-family: arial;
	color: #666;
	padding: 25px 40px 0 568px;
}

#pie-der a {
    color: #666;
	text-decoration: none;
}

#pie-der a:visited {
    color: #666;
	text-decoration: none;
}

#pie-der a:hover {
    color: #000;
	text-decoration: underline;
}

label {
    font-size: 12px;
}

.peque {
	font-size: 11px;
}

textarea {
    border: 1px solid #999;
	font-family: arial;
	font-size: 12px;
	padding: 5px;
	width: 450px;
}

.campo {
	border: 1px solid #999;
	font-family: arial;
	font-size: 12px;
	padding: 5px;
}

#resultado {
 border-width: 1px;
 border-style: solid;
 padding: 0.6em;
}
#resultado.error{
 border-width: 2px;
 border-color: #FF0000;
 background-color: #FFE1E1;
 color: #990000;
}
.exito{
 background-color: #EAFFEA;
 color: #336600;
 border-color: #009900;
}


