@charset "UTF-8";
/* CSS Document */

@import "reset.css"; /* just some basic formatting, no layout stuff */

/* GENERAL */

body {
	margin: 0px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	line-height: 16px;
	}
	
#main {
	background-color: #F6F6F6;
	width:960px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:30px;
	text-align:left;
	}
	
	
a { color:#FE006F; padding: 0px; }
a:hover, a.active { background-color:#FE006F; color:#FFFFFF; padding: 0px 2px 0px 2px;}



/* HEADER */ 

#header a { padding: 0px 2px 0px 2px;}
	
#header {
	margin: 0px 45px 20px 45px;
	height: 150px;
	
}

#header img {
	float: left;	
}


/* MENU */ 

#menu {
	list-style:none;
	margin:65px 0px 0px 0px;
	padding:0;
	float: right;
	
}
#menu li {
	margin:5px;
	float:left;
}

/* BLOQUES DE INFORMACIÓN */


div.bloque {
	width: 420px;
	float:left;
}


div p {
	padding-bottom: 5px;
	font-style:italic;
	
}


div p span {
	color:#999999;
	font-style:normal;
}

div.dos {
	margin-left: 27px;
	margin-top: 54px;
}

div.dos p {
	padding-bottom: 5px;
	font-style:normal;
	color:#999999;
}



div.project {
	margin: 30px 45px 0px 45px;
	padding-top: 00px;
	border-top-color:#FE006F;
	border-top-style:dotted;
	border-top-width:1px;
}

div.project h1 {
	font-size: 17px;
	padding-bottom: 38px;
	padding-top: 20px;
	color:#999999;
	font-style:italic;
	font-weight:normal;
	}

div.project h2 {
	font-size: 13px;
	padding-bottom: 20px;
	padding-top: 20px;
}

div.project h3 {
	font-size: 11px;
	padding: 5px;
	display:block;
	background:#fff;
	/*border:solid 1px #999999;*/
	margin: 5px 0px 5px 0px;
}

div.project h4 {
	font-size: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	color:#999999;
	font-style:italic;
	font-weight:normal;
}

div.project img {
	padding-top: 20px;
	padding-bottom: 0px;
}


/* BLOQUES CURRICULUM */


div.cv p {
	padding-bottom: 10px;
	font-style:normal;
	color:#666666;
}

div.cv ul {
	padding: 0px 0px 5px 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin: 10px 0px 5px 0px;
}

div.cv ul li {
	color:#666666;
	font-style:italic;
	margin-left: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size:12px;
}

div.cv strong {
	color:#000000;
	background-color:#ffffff;
	font-weight: normal;
	font-style:italic;
}

p.etiquetas {
background-color:#FFFFFF;
padding: 10px 20px 10px 20px;
/*border:solid 1px #999999;*/
}

/*#contacto {
	font-size:11px;
	color:#999999;
}*/


.tag1 { color:#8B8B8B; font-style:italic; font-size: 1.7em; font-weight: 100; line-height: 20px;}
.tag2 { color:#8B8B8B; font-style:italic; font-size: 1.5em; font-weight: 200; line-height: 20px;}
.tag3 { color:#8B8B8B; font-style:italic; font-size: 1.2em; font-weight: 300; line-height: 20px;}
.tag4 { color:#8B8B8B; font-style:italic; font-size: 1.0em; font-weight: 400; line-height: 20px;}
.tag5 { color:#8B8B8B; font-style:italic; font-size: 0.9em; font-weight: 500; line-height: 20px;}
.tag6 { color:#8B8B8B; font-style:italic; font-size: 0.7em; font-weight: 600; line-height: 20px;}

	
/* 	TABLA
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/
table {
	border-collapse: collapse;
	border: 0px;
	font: normal 11px georgia, verdana, arial, helvetica, sans-serif;
	color: #666666;
	background: #F6F6F6;
	line-height: 16px;
  }
caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
td, th {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	padding: 0.4em;
	color: #333333;
  }

thead th, tfoot th {
  font: bold 11px georgia, verdana, arial, helvetica, sans-serif;
  border: 1px solid #03476F;;
  text-align: left;
  background: #4591AD;
  color: #FFFFFF;
  padding-top:3px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
tbody td a:hover {
  background: #FFFFFF;
  color: #000000;
  }
tbody th a {
  font: bold 11px georgia, verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
tbody th a:hover {
  background: #FFFFFF;
  color: #666666;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #03476F;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #AEE239;
  }
tbody tr:hover {
  background: #FFFFFF;
  color: #666666;

  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #FFD800;
  color: #FFFFFF;
  }

table strong { font-style:italic; font-weight:normal; color:#000000;}
table span { color: #999999;}
