/* Hoja estilos Agustin */

body {
	background: #B61E3D url(imagenes/bkgd.jpg);
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #390404;
	margin: 0px;
}	
p { 
	margin-top: -0.8em;
	text-align: justify;
} 
p+p {
	text-indent: 15px;	
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin-top: 2em;
}	
	
a:link,
a:visited {
	font-style: italic;
	text-decoration: none;
	color: #039;
}
a:visited { 
	font-style: normal;
}
a:hover, a:active {
	background: #ffe699;
}


/* Divisiones y textos */
#todo {
	background: #ffc url(imagenes/mid.jpg) repeat-y center;
	position: absolute;
	left: 50%;
	width: 760px;
	margin-left: -380px;
}
#cabecera {
	margin: 0px;
	background: url(imagenes/top.jpg) no-repeat center top;
	padding-top: 186px;
}
#subcabecera h1 span,
#subcabecera h2 span {
	display:none
}
#bienvenida p.p1:first-line {
	text-transform: uppercase;
}
#bienvenida {
	margin-top: 30px;
}		
#bienvenida p {
	font-size: 13px;
	line-height: 22px;
	text-align: center;
}	
#bienvenida,	
#historia,	
#texto {
	margin-right: 80px;
	margin-left: 300px;
}
#texto p.p5{
	background: url(imagenes/line.jpg) no-repeat center bottom;
	margin-right: -80px;
	margin-left: -300px;
	margin-top: 30px;
	height: 30px;
	text-align: center;
}
#pie {
	background: url(imagenes/bot.jpg) no-repeat center bottom;
	margin-right: -80px;
	margin-left: -300px;
	height: 110px;
	text-align: center;
}
#pie a:link, #footer a:visited {
	font-size: 15px;
	color: #390404;
}


/* estilo enlaces */
#enlaces {
 	background: url(imagenes/b5.jpg) no-repeat center bottom;
 	padding-bottom: 150px;
	width: 195px;
	position: absolute;
	left: 90px;
	top: 200px;
	border-right: 1px dotted #930;
}	
#enlaces h3 {
	text-align: center;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 0.1em;
}	
#enlaces h3.select {
	background: url(imagenes/b1.jpg) no-repeat center top;
	padding-top: 110px;
	font-style: italic;
	text-transform: lowercase;
	margin-top: 0px;
}
enlaces h3.favorites { 
	margin-top: 30px;
 	background: url(imagenes/b2.jpg) no-repeat center top;
	padding-top: 110px;
}
#enlaces h3.archives { 
	margin-top: 30px;
	background: url(imagenes/b3.jpg) no-repeat center top;
	padding-top: 110px;
}
#enlaces h3.resources { 
	margin-top: 30px;
	background: url(imagenes/b4.jpg) no-repeat center top;
	padding-top: 105px;
}
#enlaces ul {
	margin: -0.5em 0 0 0;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#enlaces li {
 	background: url(imagenes/listline.gif) no-repeat center bottom;
 	padding-bottom: 15px;
}
#enlaces #lselect a {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}	
#enlaces #lselect a.c{
	display: inline;
	margin-bottom: -1em;
	font-style: italic;
	text-transform: none;
	letter-spacing: 0em;
}	
#enlaces #lselect li{
	font-style: italic;
}		


/* CSS 2 pseudo elementos */

h3:first-letter {
	font-size: 16px;
}
#enlaces h3 :before {
content: "(";
}
#enlaces h3 :after {
content: ")";
}
#pie a:before {
content: "{ ";
}
#pie a:after {
content: " }";
}
