body
{
	font-size: 62.5%;
	line-height: 1.4em;
	font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(images/fondo.png);
	background-repeat: repeat-y;
}

h3
{
	color: white;
	font-size: 2em;
	line-height: 2em;
	padding: 25px;
	margin: 10px;
	background-color: #DE9842;
	font-family: "Times New Roman",Times,FreeSerif,serif;
}


#container
{
margin: 0;
padding: 42px 0 10px 0;
width: 980px;
background-color: white;
}

#cabecera
{
	margin: 0;
	padding: 0;
	background-color: white;
	height: 159px;
	display: block;
}
#cabecera h1 a
{
	margin: 0;
	display: block;
	width: 300px;
	height: 159px;
	text-indent: -999px;
	overflow: hidden;
	background-image: url(images/logoluke.png);
}
#you a
{
display:block; /* Required */
width:75px; /* Width of image in question */
height:26px; /* Height of image in question */
position:relative; /* Required */
float: right;
}

#you a span
{
	position: absolute;
	/* Required */
	width: 100%;
	/* Stretch full width of parent */
	height: 100%;
	/* Stretch full height of parent */
	/* Image */
	cursor: pointer;
	/* Required for links to appear like links in IE */
	background-image: url(images/logoYouTube.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#fli a
{
display:block; /* Required */
width:88px; /* Width of image in question */
height:26px; /* Height of image in question */
position:relative; /* Required */
float: right;
}

#fli a span
{
	position: absolute;
	/* Required */
	width: 100%;
	/* Stretch full width of parent */
	height: 100%;
	/* Stretch full height of parent */
	/* Image */
	cursor: pointer;
	/* Required for links to appear like links in IE */
	background-image: url(images/logoflickr.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#buscador
{
float: right;	
margin: 0;
	padding: 0;

}
#menu
{

margin: 0 0 0 5px;
padding: 0;
float: left;

}		

#navlist
{
margin: 5px 0 0 0;
padding: 0;
list-style-type: none;

}

#navlist li
{
padding: 0 0 0 2px;
margin: 0;
display: inline;
}

#navlist li a
{
	text-decoration: none;
	padding-right: 10px;
	font-size: 1.4em;
	text-transform: uppercase;
}
#navlist li a:link
{
color: #353F36;
}
#navlist li a:visited
{
color: #353F36;
}
#navlist li a:hover
{
color: #DE9842;
}
#navlist li a:active
{
color: #DE9842;
}
#navlist a#current
{
	color: #DE9842;
}

#contenido
{
	margin: 0;
	padding: 0;
	clear: both;
}

#datos
{
display: block;
float: left;
	clear: both;
	margin: 0;
	padding: 0 5px;
}
#izqda
{
clear: both;	
margin: 0;
	padding: 0;
	width: 575px;
	float: left;
}
#derecha
{
	margin: 0 0 0 575px;
	padding: 0;
}
#derecha p
{
	margin: 0;
	padding: 10px 0;
color: #534431;
font-size: 1.5em;
font-family: times new roman, times;
}
#texto
{
font-size: 1.3em;
line-height: 1.6em;
color: #19191B;
padding: 0;
margin:0;
background-color: white;
text-align: justify;
}

#texto p
{
padding: 5px 25px;
}
#texto ul
{
margin-left: 40px;
padding: 5px 25px;
	list-style-type: circle;
	list-style-position: inside;
}
#texto a
{
text-decoration: none;
border-bottom: 1px gray dotted;
}
#texto a:link
{
color: black;
}
#texto a:visited
{
color: black;
}
#texto a:hover
{
color: maroon;
}
#texto a:active
{

color: maroon;
}
#texto2
{
	color: #AD2637;
	font-size: 2em;
	text-align: center;
	padding: 0 10px;
	font-family: times new roman, times;
	font-style: italic;
	line-height: 2em;
}
#derecha ul
{
	margin: 0;
	padding: 0;
color: #534431;
font-size: 1.5em;
font-family: times new roman, times;
}

#derecha li
{
	padding: 5px 0;
}
#derecha a
{
	font-size: 1.1em;
	border-bottom: 1px silver dotted;
}
#derecha a:link
{
	color: maroon;
}
#derecha a:visited
{
	color: maroon;
}
#derecha a:hover
{
	color: black;
}
#derecha a:active
{
	color: black;
}
#footer	
{
font-size: 0.95em;
clear: both;
display: block;
padding: 5px;
margin: 5px 25px 5px 25px;
border-bottom: 1px maroon dotted;
border-top: 1px maroon dotted;
text-align: center;
	}
	#footer	a	
	{
		text-decoration: none;
	}
#footer a:link, a:visited
{
color: gray;
}
#footer a:hover, a:active
{
color: silver;
}
	.destacar
	{
		color: #975928;
		font-size: 1.2em;
		font-weight: bold;
	}

.inclinado { font-style: italic; }

.destacar2
{
color: maroon;
font-size: 1.2em;
font-style: italic;
}
.linea
{
width: 630px;
margin: 0 0 10px 0;
border-bottom: 1px maroon dotted;
text-align: right;

}
.titulo
{
	color: #353F36;
	font-size: 3em;
	font-family: times new roman, times;
	margin: 10px 0;
	padding: 25px 0;
	border-top: 1px #353F36 solid;
	border-bottom: 1px #353F36 solid;
	text-align: center;
width: 980px;
}
