﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(images/image1.gif);
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #7A0026;
	font-size: 24px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #7A0026;
	font-size:16px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #7A0026;
	font-size: 12px;
}

p {
	padding: 5px;
}


ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ul.listing {
	color: #333333;
	list-style:none;
}

ul.listing li {
	vertical-align:middle;
	
}
ol li {
}

a {
	color: #005288;
}

a:hover {
	text-decoration: none;
	color: #59C700;
}

img {
	border: none;
	padding: 1px;
	vertical-align:text-top;
}

img.displayed {
    display: block;
    margin-left: auto;
    border:1px;
    margin-right: auto 
}

#page {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 5px solid #800080;
}

#logo {
	height: 150px;
	background: url(images/image2.gif);
	background: #FFFFFF;	
}

#titulo {
	background-color: black;	
	border-bottom: 5px solid #E16629;
}


#content {
}

.main {
	padding: 5px;
}

#tablesites {
	font-family: Arial, Helvetica, sans-serif; color: #036; border: 3px; 
}
#tablesites table {
	margin: 0; padding: 0; border-spacing: 3px; border-collapse: collapse;
}
#tablesites td {
	padding: 2px; font-size: 10pt; vertical-align: top
}
#tablesites tbody tr.odd {
	background-color: #FFFFCC; color: #000080; 
}
#tablesites.center {margin-left:auto; margin-right:auto;}

#tablesites td.titulo {
	width:608px;
}

#tablesites td.imagen {
	width:310px;
}

#tablesites td.texto {
	width:135px;
	text-align:left;
}

#tablesites td.gap {
	width:14px;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	color: #000080;
	background-color: #FFFFCC;
	border-top: 5px solid #E16629;
}
#footer p {
	text-align: center;
}

.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}

