/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

@import url(menu-style.css);

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000C66 url(../images/Patron1.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	color: #AA2808;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 15px;
	padding-left:10px;
	line-height: 1.6em;
}

p {
}

blockquote {
}

ul {
	padding-left: 20px;
}

ol {
}

a {
	text-decoration: underline;
	color: #323B51;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 900px;
	height: 96px;
	margin: 0 auto;
	background: url(../images/img05.gif) no-repeat left bottom;
}

/* Logo */

#logo {
	float: left;
	padding: 20px 0 0 15px;
}

#logo h1 {
	margin: 0;
	padding: 0;
	/*	font: normal 36px "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 34px;
	font-weight: normal;
}

#logo h2 {
	margin: -5px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #D4C792;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo a:hover
 {
	text-decoration: none;
	color: #C7B5B0;
}


#page {
	width: 900px;
	margin: 0 auto;
	background: url(../images/img04.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 840px;
	padding: 15px 0 0 30px;
}

#content h1, #content h2, #content h3 {
	margin-bottom: 20px;
}

#content h1 {
	font-size: 140%;
}

#content h2 {
	font-size: 107%;
}

#content h3 {
	font-size: 92%;
}

#content ul, #content ol {
	list-style-position: inside;
}

#content .boxed {
	float: left;
	display: inline;
	width: 200px;
	padding-right: 2%;
}

#content .boxed h2 {
	padding: 5px 0;
	background: url(../images/img5.jpg) repeat-x left bottom;
}

/* Welcome */

#welcome {
}

/* Sample1 */

#sample {
}

/* Sample2 */

#sample2 {
}

/* Sidebar */

#sidebar {
	float: right;
	width: 208px;
	padding: 0 35px 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
	padding: 20px 0;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 7px 20px;
	border: none;
}

#sidebar h2 {
	padding: 5px 20px;
	background: url(../images/img6.jpg);
	border-bottom: 1px dotted #FFFFFF;
	font-size: 100%;
	color: #D4C792;
}

#sidebar h3 {
	font-size: 77%;
	color: #D4C792;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Download CV */
#CV-download
{
	background: url(../images/descargar.jpg) no-repeat;
	width: 200px;
	height: 100px;
	display:inline;
	float:right;
	border: 1px #AA2808 dotted;
	padding:0;
	margin:0;
}

#CV-download:hover
{
	background: url(../images/descargar-hoover.jpg) no-repeat;
}

/* Usado para precargar una imagen, se le asigna esta clase y se pone en el
   código HTML, haciéndola invisible; pero cacheada en la memoria del navegador. */
.hiddenPic 
{
	background: url(../images/descargar-hoover.jpg);
	display:none;
}



/* Footer */
#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(../images/img06.gif) no-repeat;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}