/* ==================================
Stylesheet para www.lara-coto.com
Fecha: 29 Septiembre 2009
Autor: J. M. Jiménez 
================================== */

/* ==================================
   2. Estilos generales
   ================================ */

*	{
	padding: 0;
	margin: 0;
	}
html	{
		height: 101%;
		}
body	{
		color: #000;
		background-color: #CCC;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 62.5%;	
		}
#logo	{
		color: #FFF;
		padding-top: 88px;
		padding-bottom: 22px;
		border: 0;
		}
h1	{
	color: #000;
	font-size: 1.8em;
	}
#contenido h1	{
				padding-bottom: 0.8em;
				}
h2	{
	font-size: 1.7em;
	margin-bottom: 0.9em;
	}
h2.contactotitulo	{
					margin-bottom: 0.3em;
					}
h2 a:hover,
h2 a:focus	{
			color: #5E5F5F;
			border-bottom: 0;
			}
h3	{
	font-size: 1.5em;
	margin-bottom: 0.5em;
	}
h4	{
	font-size: 1.2em;
	padding-bottom: 1.2em;
	}
h5	{
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0.5em;
	}
p	{
	font-size: 1.3em;
	line-height: 1.4em;
	padding-bottom: 0.5em;
	text-align:justify;
	}
p.anim	{
		padding-left: 54px;
		}
.letzte	{
		padding-bottom: 2em;
		}
address	{
		font-size: 1.3em;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1.5em;
		padding-bottom: 2em;
		}
cite	{
		font-size: 1.2em;
		}
a	{
	text-decoration: none;
	outline: none;
	}
a:link	{
		color: #900;
		}
a:visited	{
			color: #530000;
			}
a:hover, a:focus	{
					color: #F60;
					border-bottom: 1px solid;
					}
ul	{
	list-style-type: square;
	font-size: 1.3em;
	}
ul li	{
		line-height: 140%;
		list-style-position: outside;
		}
ul, ol	{
		margin-bottom: 1em;
		}
ul ul	{
		margin-bottom: 0;
		}
blockquote p	{
				font-style: italic;
				text-align: right;
				}
.textual	{
			font-style:	italic;
			}
dl	{
	font-size: 1.3em;
	line-height: 1.4em;
	padding-bottom: 0.5em;
	text-align: left;
	}
dt	{
	font-weight: bold;
	padding-bottom: 0.2em;
	}
dd	{
	padding-bottom: 0.8em;
	}