/* CSS para oswaldleon.com
www.albertofortes.com */
* {
margin:0;padding:0;
}
/*body {background: url(../images/bg_body.gif) 0 0 repeat-x;}*/
img {border:none;}
#container {
	position:relative;
	width:900px;
	margin:0 auto;
}
body {
	color:#777;
	font-family: Helvetica, Arial, sans-serif;
font-size: .85em;
}
#content {
	width:910px;
	margin-bottom: 40px;
	float:left;
}
p {
	line-height:1.21em;
}

a {
	color:#777;
	outline:none;
}
a:hover {
	text-decoration:none;
}

/* *****************************************
	header
*******************************************/

#header {
	margin: 35px 0 25px 0;
	position:relative;
}

#header h1 a {
	width:494px;
	height:50px;
	text-indent:-9999px;
	display:block;
	background:url("../images/logo.png") no-repeat;
}
/*	categories_nav

**********************************************/
#categories_nav {
	position:absolute;
	top:30px;
	right:0;
	width:360px;
	text-align:right;
}
#categories_nav ul {
	list-style:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#categories_nav ul li {
	display:inline;
	margin-left:7px;
}
#categories_nav ul li a {text-decoration:none; background: url(../images/bg_li.png) center left no-repeat; padding-left:6px;margin-right:7px;}
#categories_nav ul li a:hover {color:#aaa;}
/* ***********************************************
	main_content
************************************************/
.block {
	border:1px solid #EAEAEA;
	margin-bottom:20px;
	padding:20px;
	position:relative;
}
#front_photo {
	background: url("../images/spinner.gif") 250px 225px no-repeat;
	float:left;
	width:500px;
	display:block;
}
#front_photo .portada {height:450px; overflow:hidden; width:500px;}
#front_photo img {
	width:497px;
	padding:3px 0 0 3px; border-top:1px solid #dedede; border-left:1px solid #dedede;
}
#front_photo #pie_de_foto {
	text-align:center;
	font-size: .85em;
	margin:15px 50px;
}
#main_content {
	width:360px;
	margin-left:5px;
	float:right;
}
#main_content #thumbnails {
	
	
}
#main_content a img {
	float:left;
	padding:1px;
	border:1px solid #ccc;
    margin:0 5px 5px 0;
	width:80px;
	height:80px;
}
#main_content a:hover img {
	background:#ccc;
}
#thumbnails img {
display:block;
float:left;
width:120px;
height:120px;
margin-left:10px;
}
/* pagination
-------------------------------------------*/
.pagination {
	clear:both;
	margin: 15px 7px 20px 0;
	text-align:right;
	color:#aaa;
}
.pagination p {padding-top:10px;}
.pagination .unlinked_page {
	padding:2px 4px;
	border:1px solid #cdcdcd;
}
.pagination a.linked_page {
	margin: 0 4px;
	color:#aaa;
}
.pagination a.linked_page:hover {
	text-decoration:none;
}
/* *****************************************
	fooetr
*******************************************/
#footer {	
	clear:both;
	color:#aaa;
}
#footer .cont {
	border-top: 1px solid #f2f2f2;
	padding:0;
	width:900px;
	margin:50px auto;
}
#footer .cont h5 a {
	display:block;
	padding:4px 0 4px 2px;
	border-bottom:1px solid #f2f2f2;
	font-size:1.3em;
	font-weight:normal;
	text-decoration:none;
	color:#bbb;
}
#footer .cont h5 a:hover {
	background:#f2f2f2;
}
.small {
	font-size:.8em;
	font-weight:normal;
	text-align:right;
}
#about_me,
#contact {
	padding: 20px 0 20px 2px;
	width: 500px;
}
#contact {
	width:400px;
}
#credits {
	padding: 20px 0 20px 2px;
}
#footer #about_me p {
	margin: 0 0 13px 0;
}
#about_me  img {
	width:120px;
	float:right;
	margin: 0 0 7px 7px;
    border:1px solid #ccc;
    padding:1px;
}
a #rss {
	float:right;
	margin-top:20px;
	width:64px;
	height: 16px;
	display:block;
	background: url("../images/rss.png") top left no-repeat;
}
a:hover #rss {
	background-position: bottom left;
}
a #rss span {
	visibility:hidden;
}
a#logo_af {margin: 25px 0 5px;float:right;}
/*	contact
--------------------------------------*/
#contact form {
	padding: 10px 0 10px 0;
}
contact form p {
	clear:left;
	overflow:hidden;
	margin:5px 0;
}
#contact form label {
	display:block;
	width:77px;
	float:left;
	padding-top:3px;
}
#contact form input.input_text {
	float:left;
	border:1px solid #ccc;
	padding:3px 2px;
	width:200px;
	color:#666;
}
#contact form textarea.textarea_text {
	float:left;
	border:1px solid #ccc;
	padding:3px 2px;
	color:#666;
}
#contact form .form_actions {
	text-align:right;
	margin:15px 35px 0 0;
}
/**/
#alerta {
	margin:0 0 25px;
	width:330px;
	font-weight: bold;
	color:#444;
}
#alerta .ok {
	border: 1px solid #009900;
	background: #E3FBE4;
	padding:10px 10px 0;
}
#alerta p {margin-bottom:10px;}
#alerta .error {
	border: 1px solid #c00;
	background: #FEB1A9;
	padding:10px 10px 0;
}