﻿/*Definiciones generales y de tags*/*{	margin: 0px;	padding: 0px;}body{	background: url(img/bk1.gif);	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;	width: 660px;	margin: 0px auto;}/*Definici˝n de la cabecera*/#cabecera{	float: left;}/*Definici˝n de los men˝s*/#menu{	float: left;}ul.menu{	list-style: none;}ul.menu li{	margin: 0 0 4px 0;	border-bottom: 2px solid #a83636;	border-left: 1px solid #a83636;}ul.menu li a{	width: 80px;	padding: 4px;	display: block;	background: red;	color: white;	text-decoration: none;}ul.menu li a:hover{	padding: 4px;	display: block;	background: #f35353;	color: white;	text-decoration: none;}ul.menu li.activo{	width: 90px;	margin-left:-10px;	padding: 4px;	display: block;	background: white;	color: red;	font-weight: bold;	border-bottom: 2px solid #aaa;	border-left: 1px solid #aaa;}ul.menu.personal{	margin-top: 10px;}ul.menu.personal li{	border-bottom: 2px solid #BB4B00;	border-left: 1px solid #BB4B00;}ul.menu.personal li a{	background: #FF6600;}ul.menu.personal li a:hover{	background: #FF934A;}ul.menu.personal li.activo{	color: #FF6600;}/*Definici˝n de la zona de contenidos*/#contenedor{	width: 570px;	border: 1px solid #aaa;	border-bottom: 2px solid #aaa;	border-left: none;	border-top: none;	min-height: 400px;	float: right;	background: #fff;}#contenedor.hola{	background: #fff url(img/fondo.jpg) no-repeat;}#contenedor .contenido_concol{	width: 409px;	float: left;	min-height: 400px;	height: 100%;}#contenedor h1{	font-size: 2.4em;	color: red;	margin: 10px;	font-family: sans-serif;}#contenedor p{	margin: 0 10px 10px;}#contenedor a.ver{	display: block;	margin: 0;	background: #ccc;	padding: 4px;	text-decoration: none;	color: #222;	font-weight: bold;}#contenedor a:hover.ver{	background: red;	color: #fff;}.varios{float: left;border-left: 2px solid #fff;width: 3%;text-align: center;}#contenedor ul{	list-style: none;}#contenedor ul li{	clear: both;	margin: 0 10px 4px;	border: 1px solid #ccc;	padding: 6px 2px 2px;	height: 62px;	background: url(img/bg_sec.png) no-repeat top #fff;}#contenedor ul li img{	float: left;	margin: 4px;}#contenedor ul li h2{	text-decoration: none;	font-size: 1.6em;	color: #444;}#contenedor .columnader{	width: 160px;	float:right;	background: #F0E68C;	border-left: 1px solid #aaa;	min-height: 400px;	height: 100%;}#contenedor .columnader h2{	font-size: 2em;	padding: 2px 4px 0;	color: #666;	margin: 10px 10px 0 4px;	font-family: sans-serif;	border-bottom: 1px solid #999;}#contenedor .columnader li{	margin: 0 10px 10px 4px;	padding: 4px;	list-style: none;	border:none;	background: none;	height: auto;}#contenedor .columnader li+li{	margin-top: 10px;}#contenedor .columnader li span.resaltado{	color: red;	font-weight: bold;}/*Curr좵lum*/img.curri{clear: right;	float: right;}p.datospersonales{	color: #777;	line-height: 1.6em;	height: 150px;}p.curriseccion{	padding: 2px 0;	margin: 10px 10px 0 4px;	font-family: sans-serif;	color: #333;}h2.curriseccion{	font-size: 2em;	padding: 2px 4px 0;	color: #666;	margin: 10px 10px 0 4px;	font-family: sans-serif;	border-bottom: 1px solid #999;}h3.curriseccion{	font-size: 1.6em;	padding: 2px 8px 0;	color: #666;	margin: 10px 10px 0 4px;	font-family: sans-serif;	border-bottom: 1px solid #999;}#contenedor ul.currilista li{	margin: 0 10px 4px;	border: none;	padding: 6px 2px 2px;	height: auto;	background: none;	line-height: 1.6em;	color: #333;}#contenedor ul.currilista li span.fecha{	font-weight: bold;	color: #555;}#contenedor ul.currilista li strong, p.curriseccion strong{	color: red;}p.portfolio{width: 98px;padding: 20px 0 0;margin: 0px;font-weight: bold;float: right;text-align: right;}p.portfolio a{	text-decoration: none;}
