/*  
Theme Name: RamosDiaz
Theme URI: http://ramosdiaz.com/
Description: Tema para el portafolio de Alejandro Ramos Díaz.
Version: 01
Author: Felixe y Mondi
Author URI: http://trikinhuelas.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



body {
	background: #BCBEC0 url(images/greca02.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin:0;
}
#wrap {
	width: 862px;
	margin: auto;
	background: #fff url(images/fondo04.gif) repeat-y;
	color:#999;
}
#encabezado {
padding: 10px 0 0 60px;
}
#navegacion {
	width:139px;
	background: transparent;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
}
#contenido {
width: 420px;
background: transparent;
margin: 0 0 0 159px;
padding: 80px 0 10px 15px;
}

/** Definir visuales **/

a img {border: none; }

#encabezado a:link {
color:#fff;
text-decoration:none;
}
#encabezado a:visited {
color:#fff;
text-decoration:none;
}
#encabezado a:hover {
color:#930;
}
#navegacion a:link {
color:#930;
	text-decoration: none;
}
#contenido a:link {
color:#930;
	text-decoration: none;
}
#contenido a:visited {
color:#930;
text-decoration:none;
}
#encabezado h1 {
display:none;
}
#navegacion {
	text-align: right;
}
#navegacion h2 {
color:#930;
margin:0;
padding:0;
}
#navegacion ul {
margin:0 0 10px 0;
}
#navegacion li {
	list-style-type: none;
}
#navegacion li a {
color:#999;
}
.post {
line-height:220%;
margin: 0 0 50px 0;
}
.TituloPost {
	font-size:18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.InfoPost {
color:#333;
font-size:11px;
text-align:right;
line-height:1em;
margin: 0 0 10px 0;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
#footer {
text-align: right;
}
.center {text-align:center}