@charset "utf-8";
/* CSS Document */

html {overflow-y:scroll} 

body {
	font:0.88em Helvetica, Arial, sans-serif;
	line-height:1.5em;
	color: #333;
	margin:0px;
	background-color: #FFF;
	}


a:link{ color: #555; text-decoration: underline}
a:active{ color: #555; text-decoration: underline}
a:visited{ color: #555;}
a:hover{ color: #222; text-decoration: none}



h1 {
	letter-spacing: 1px;
	font-size:72px;
	color:#000;
	}

h2 {
	font-size: 115%;
	color: #CC0000;
	font-weight:normal;
	margin-top: -15px;
	}

h3 {
	font-size: 105%;
	color: #444;
	margin-bottom: -5px;
	}

h4 {
	font-size: 100%;
	color: #FFCC00;
	font-style:italic
	}

.jaime {
	color: #BBB;
	}

#contenido {
	width:820px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-left:10px;
}

#cabecera1 {

	width:830px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 5px;
	padding-left:5px;

	}


#cabecera {

	max-width:100%;
	height:100%;
	padding-top:1px;
	border-bottom:solid 1px #DDD;
	}

#foto {
	float: right;
	padding-right:20px;
	padding-top:10px;
	}
	
#menu {text-align: left;
	   color: #FF9900;
font-size: 120%;
padding-top:1px;
padding-bottom:1px;
padding-left:8px;
margin-left:-15px;
width: 800px}
	   
#menu a {color: #555;
text-decoration:none;}


#menu a:hover {color: #222;
text-decoration: underline;}


#mivida {
	width: 530px;
	padding-left:15px;
	float: left;
	}
	
.curros
{border-bottom: 1px solid #DDD;}

.tiempo {
	color: #777;
	font-size: 90%;
}


.Estilo1 {

	color: #CC0000;
}

img {border:none;}
