/*==============================================================================

PROYECTO  : rpuerto web
NOMBRE    : /css/texto.css
FECHA     : 25-ABR-07
AUTOR     : Ricardo Puerto <rpuerto@veoveo.es>
COPYRIGHT : Copyright (c) 2007 Ricardo Puerto

SUMARIO

Hoja de estilos para los bloques de texto.

==============================================================================*/


/* texto -------------------------------------------------------------------- */

.texto a {
	color: #1e1e1e;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #777;
}

.texto a:hover {
	text-decoration: underline;
}

.texto img,
.texto .embedfix {
	background: #fff;
	padding: 5px;
	border: 1px solid #737373;
}

.texto .embedfix {
	margin:0 auto;
	margin-bottom:10px;
}

.texto h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Osaka, Geneva, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: normal;
	font-size: 10px;
}

.texto h3 a {
	font-weight: normal;
	color: #eee;
	border: none;
}

.texto h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px; 
}

.texto p {
	margin: 0 0 10px 0;
	padding: 0;
}

.texto ul,
.texto ol {
	margin: 0 0 10px 20px;
	padding: 0;
}

.texto li {
	margin: 0 0 5px 0;
	padding: 0;
}

.texto blockquote {
	font-style: italic;
	color: #ddd;
	margin: 0 0 10px 0;
}

.texto blockquote p {
	text-indent: 10px;
	margin: 0;
}

.texto blockquote ul,
.texto blockquote ol {
	margin: 5px 0 5px 20px;
}

.texto blockquote li {
	margin: 0;
}

.texto .code {
	white-space: nowrap;
	overflow: auto;
	border: 1px solid #999;
	color: #ddd;
	padding: 10px 40px;
	margin: 0 0 10px 0;
	font-family: Courier, monospace;
}

.texto .code li {
	margin: 0;
}

.texto code {
	font-family: Courier, monospace;
}
