/* CSS Document */


/* Reset */

html, body, div, span, applet, 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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
	
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

a {
	text-decoration:none;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }



/* LAYOUT TOOLS */

.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
.fix				{ overflow:hidden; }
/*


/* INDEX */


body {
	background-color:#fff;
	background-image:url(../imagenes/fondo.jpg);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}



div#principal{
	width:980px;	
}

div#cabecera{
	background-image:url(../imagenes/cabecera.jpg);
	height:268px;
} 

div#menu {
	padding-top:200px;
	text-align:right;
	margin-right:17px;
}


div#cuerpo{
	background-image:url(../imagenes/fondo-cuerpo.jpg);
}


/* Columna izquierda */
div#col-izq {
	width:234px;
	display:inline;
}

/* Columna derecha */

div#col-der {
	width:660px;
	display:inline;
	margin-right:55px;
	
	font-size:13px;
	color:#000;
}


h1{
	font-size: 16px;
	font-weight:bold;
	margin-bottom:16px;
	color:#663300;
}

h2{
	font-size: 14px;
	font-weight:bold;
	margin-bottom:8px;
}

h3{
	font-weight:bold;
	margin-bottom:8px;
}

ul {
	list-style:square;
	margin-left:10px;
	padding-left:10px;
	margin-bottom:10px;
}


a{
	font-weight:bold;
	color:#860b06;
	text-decoration:underline;
	
}

p{
	margin-bottom:8px;	
}

div.galeria {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:-5px;
}



div#pie {
	background-image:url(../imagenes/fondo-pie-menu.jpg);
	font-weight:bold;
	font-size:11px;
	color:#000;
	height:59px;
}

div#pie a{
	color:#000;
}


p.obligatorios {
	color:#FF0000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

span.obligatorios {
	color:#FF0000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

input.txt {
	border: 0;
}

textarea {	
	border: 0;
}

table {
	margin: 0 auto;
}

p.aviso_legal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:justify;
	margin-top:10px;	
}

