/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/



/* jdp changed font from arial to serif */


html, body {
	font-family: Georgia, Times New Roman, serif;
	font-size: 17px;
	border: 0;
	color: #404040;
	padding-bottom: 30px;
}

/* jdp changed background */

body {

	background-image:url('http://www.josedepierola.com/blog/assets/background.jpg')

}

/* jdp formats contiguous paragraphs: p + p */
p + p {

	text-indent: 2em;

}

/* jdp changed padding for p from 10px 0 to 0px 0 */
p {
	line-height:120%;
	padding: 0px 0;
}

/* jdp color from #CE1433 to #73876d */

a {
	color: #73876d;
	text-decoration: none;
}

/* jdp formats contiguous blockquote pargraphs */
blockquote + blockquote {
	text-indent: 2em;
}

/* jdp changed padding from 10px 0 to 0px 0 */
blockquote p {
	padding: 0px 0;
}

/* Cambio en la fuente de las lenguetas del menu */
#menu ul li {
	line-height: 30px;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Georgia, Times New Roman, serif;
}

/* Cambio en la fuente del pie de foto */
.wp-caption-text {
	font-size: 13px;
	text-align:right;
}
