* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0;
	background: url('../images/image1.gif');
	font: normal 13px Arial, Helvetica, sans-serif;
	color: black;
}

a {
	color: #0b78ef;
}

a:hover {
	text-decoration: none;
	color: #E16629;
}

/* Boxed */

.title {
	background: url(../images/img04.gif) no-repeat right center;
	border-bottom: 3px solid #29A3E1;
}

.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 .content {
	background: url(../images/img05.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed2 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;  padding-top: 20px;
}

.boxed2 .content {
	background: url(../images/img06.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed3 .title {
	font: bold 160% "Trebuchet MS", Arial, Helvetica, sans-serif; color: #800000;
}

.boxed3 .subtitle {
	font: bold 120% "Trebuchet MS", Arial, Helvetica, sans-serif; color: blue;
}

.boxed3 .content {
	background: url(../images/img07.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */

#header {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	background: #000;
	border-bottom: 5px solid #E16629;
	background: url('../images/header.gif') no-repeat center bottom;
	background-color: #000000;
}

/* Menu */

#menu {
	width: 960px;
	height: 50px;
	background: #F4F4F4;
	margin: 0 auto;
}

#menu ul {
	height: 5px;
	background: #29A4E1;
	list-style: none;
}

#menu ol {
	height: 5px;
	background: #29A4E1;
	list-style-type: decimal-leading-zero;
	display: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 15px 19px 0 19px;
	border-bottom: 5px solid #29A4E1;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #CCFFCC;
	border-bottom-color: #1A7196;
}

#menu .active a {
	background: #FFA800;
	border-bottom-color: #E16629;
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: #ffffff;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Content */

#content {
	width: 960px;
	border-bottom: 1px solid #FFFFFF;
}

#content p, #content ol, #content ul {
	line-height: 152%;
}


/* Welcome */

#welcome {
	margin-bottom: 2px;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	color: #000080;
	background-color: #FFFFCC;
	border-top: 5px solid #E16629;
}

#footer p {
	text-align: center;
	font-size: 77%;
}

/* Tabla */

#tablephotos {
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #036; border: 0px; align:center;
}
#tablephotos table {
	margin: 0; padding: 0; border-spacing: 0px; border-collapse: collapse;
}
#tablephotos caption {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; background-color: #00CC66; color: #000; font-weight: bold; font-style: italic;  
}
#tablephotos thead th {
	height: 20px; font-size: 10pt; color: #000; font-style: italic; 
}
#tablephotos th {
	font-size: 9pt; color: #fff; background-color: #800000; border: 1px solid #06C; 
}
#tablephotos td {
	padding: 0; font-size: 8pt; 
}
#tablephotos tbody tr.odd td, tbody tr.odd th {
	background-color: #800000; color: #fff; text-align:center
}

.centrar {text-align: center}
.rojo {color: red; font-weight: bold; font-size: 10pt}
.blanco {color: white; font-weight: bold; font-size: 10pt}
.guinda {color: #800000; font-weight: normal; font-size: 10pt}
.guindader {color: #800000; font-weight: bold; font-size: 10pt; text-align:right}
.marron {color: #996600; font-weight: normal; font-size: 10pt}
.verdeazul {color: #008080; font-weight: normal; font-size: 10pt}
.verde {color: green; font-weight: normal; font-size: 10pt}
.azul {color: blue; font-weight: normal; font-size: 10pt}
.azulfuerte {color: blue; font-weight: bold; font-size: 10pt}
.guindafuerte {color: #800000; font-weight: bold; font-size: 10pt}
.mostazafuerte {color: #808000; font-weight: bold; font-size: 10pt}
.rojofuerte {color: red; font-weight: bold; font-size: 10pt}
.rosafuerte {color: #800080; font-weight: bold; font-size: 10pt}
.verdeazulfuerte {color: #008080; font-weight: bold; font-size: 10pt}

