/* =======================
Original version: Sangre Brillante.
Customized by: Pim Rupert
======================= */

body {
	background: #ccc url(images/cuerpo_bg.png) repeat-x top left;
	color: #333;
	font: 85%/175% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin: 0;
	padding: 0;
	min-width: 760px;
	}
	
h1, h2, h3 {
	font-weight: normal;
	}

a {
	color: #df0003;
	text-decoration: none;
	}
a:link {
	padding: 1px;
	}

a:hover {
	color: #c00;
	text-decoration: underline;
	}

a img {
	border: 0;
	text-decoration: none;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	float: right;
	padding: 0;
	margin: 0 0 0.75em 0.75em;
	}

img.alignleft {
	float: left;
	padding: 0;
	margin: 0 0.75em 0.75em 0;
	}
  
h1 {
    font: 4em "Bookman Old Style", Georgia, "Times New Roman", Times, Serif;
	float: left;
	margin-top: 0.4em;
    margin-bottom: 0.4em;
	padding-top: 0;
    margin-left: 3%;
	}

h1 a, h1 a:hover, h1 a:visited {
	color: #fff;
	text-decoration: none;
	letter-spacing: 0px;
	background: transparent;
	}

#barnav {
	text-align: right;
	float: right;
	margin: 0;
	padding: 0;
	}

#barnav li {
	background: none;
	float: left;
	padding: 0;
	margin: 0;
    padding-right: 6px;
	}


#barnav li a {
	display: block;
	padding: 4em 10px 0 10px;
	font-size: 1.3em;
	color: #fff;
	text-decoration: none;
	background: transparent;
	}



#contenidos {
	clear: both;
	background: #fff url(images/textos_bg.png) repeat-x top left;
	color: #333;
	padding-top: 20px;
	}

#contenidos:after {
	content: "";
	display: block;
	clear: both;
	}

#textos {
	float: left;
	width: 45%;
	margin-left: 3%;
	}

.texto h2 {
	text-align: left;
	font-size: 2em;
	letter-spacing: 0px;
	margin: 0 0 0 0;
        padding-bottom: 15px;
        padding-top: 20px;
	}

.texto h2 a {
	text-decoration: none;
	background: transparent;
	color: #df0003;
	}

.texto h2
	font-size: 6em;
	padding-top: 0.3em;
	padding-right: 0.1em;
	color: #666;
	}

.texto h3 {
	color: #df0003;
	text-align: left;
	font-size: 2em;
	font-style: italic;
	letter-spacing: -2px;
	line-height: 1.2;
	margin: 1em 0 0 0;
	}

.texto {
	padding-bottom: 40px;
    text-align: justify;
	}

.texto p {
	margin: 1em 0
	}

#pie {
	padding-top: 10px;
    padding-bottom: 10px;
	background: #df0003 url(images/pie_bg.png) repeat-x bottom left;
	color: #fff;
	text-align: center;
	clear: both;
	}

#pie a {
	color: #fff;
	text-decoration: none;
	}

#pie a:hover, #footer a:visited {
	color: #fff;
	text-decoration: underline;
	}

#pie * {
	margin: 0;
	}

ul {
	margin: 0.25em 0;
	padding: 0 0 0 0.5em;
    list-style: none;
	}

#barlat ul {
	margin: 0.25em 0;
	padding: 0;
    list-style-type: circle
	}


#barlat ul li {
	padding-left: 0em;
}

.datostexto {
	color: #999;
	background: none;
	text-align: left;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}

.fechatexto, .autortexto, .comentariostexto {
	background: none;
	display: inline;
	}

#barlat {
	margin: 0 3% 0 70%;
    padding-top: 10px;
    padding-left: 10px;
	}

#barlat h2 {
	letter-spacing: 0px;
	text-align: left;
	margin:0 0 0 0;
	color: #666;
	}

#barlat div {
	padding-bottom: 25px;
	}

.descripcion {
	text-align: center;
	font-size: 1.2em;
	letter-spacing: -2px;
	color: #c00;
	}

.ayudatextile {
	color: #666;
	margin: 0;
	padding: 0;
    font: 75%/150% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}

.button {
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 0.25em;
	border: 3px double #fff;
	background: #df0003;
	color: #fff;
	}

.button:hover {
	background: #c00;
	}

/*
input, textarea {
	font: 75%/150% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	border: 1px solid #df0003;
	background: #fff url(images/txt_bg.png) repeat-x top center;
	font-size: 1.2em;
	padding: 0.25em;
	}

textarea {
	width: 95%;
	font: 75%/150% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	border: 1px solid #df0003;
	background: #fff url(images/txt_bg.png) repeat-x top center;
	font-size: 1.2em;
	padding: 0.25em;
	}
*/

label {
	cursor:pointer;
	}