/*
Estilos principales.

Color primario #613C0B
Color secundario #994830
*/

/* Cuerpo Principal */
body
	{
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	color: #42311E;
	background-color: #000000;
	}


/* Estilo general */
body, td, th, tr
	{
	font-size: 13px;
	}

/* Estilo general */
body, td, tr, div, p, span, h1, h2, input, textarea, button
	{
	font-family: Helvetica, Arial, sans-serif;
	line-height: 120%;
	letter-spacing: +1px;
	word-spacing: +1.5px;
	}

p
	{
	text-align: justify;
	}

.aligncenter
	{
	text-align: center;
	}

.alignright
	{
	text-align: right;
	}

.alignleft
	{
	text-align: left;
	}

.alignjustify 
	{
	text-align: justify;
	}

.bold
	{
	font-weight: bold;
	}

h1
	{
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #613C0B;
	padding: 0px;
	margin: 0px;
	}

h1.big
	{
	font-size: 25px;
	}

h2
	{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 35px;
	color: #613C0B;
	}

h3
	{
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #42311E;
	padding: 0px;
	
	margin-bottom: 0px;
	margin-top: 30px;
	}


.colored
	{
	color: #613C0B;
	}

.colored2
	{
	color: #994830;
	}

a:link, a:visited 
	{
	color: #613C0B;
	}

a:active
	{
	border: none;
	}

.nowrap
	{
	white-space: nowrap;
	}


img
	{
	border: none;
	}

img.rightposition
	{
	float: right;
	margin-left: 10px;
	}

img.leftposition
	{
	float: left;
	margin-right: 10px;
	}

img.border
	{
	border: 2px solid #613C0B;
	}

img.intext
	{
	vertical-align: text-bottom;
	}

form
	{
	margin: 0px;
	padding: 0px;
	}

button, input.button
	{
	background-color: transparent;
	border: none;
	}


.space
	{
	font-size: 1px;
	}

.space15
	{
	height: 15px;
	font-size: 1px;
	}

.space20
	{
	height: 20px;
	font-size: 1px;
	}

.space30
	{
	height: 30px;
	font-size: 1px;
	}

/*Contacto*/
div.contacto
	{
	float: right;
	}

div.contacto a
	{
	display: block;
	width: 130px;
	height: 110px;
	text-decoration: none;
	background-image: url(../images/contactenos.png);
	background-repeat: no-repeat;
	background-position: right center;
	opacity:0.5;
	}

div.contacto a:hover
	{
	opacity:0.65;
	}

table.contacto 
	{
	width: 100%;
	}

table.contacto td
	{
	text-align: justify;
	vertical-align: middle;
	}

table.contacto th
	{
	width: 130px;
	vertical-align: middle;
	}

table.contacto th a
	{
	display: block;
	width: 130px;
	height: 110px;
	text-decoration: none;
	background-image: url(../images/contactenos.png);
	background-repeat: no-repeat;
	background-position: right center;
	opacity:0.5;
	}

table.contacto th a.left
	{
	background-position: left center;
	}


table.contacto th a:hover
	{
	opacity:0.65;
	}


/*Informacion referente*/
table.informacionreferente
	{
	width: 100%;
	}

table.informacionreferente th
	{
	width: 240px;
	vertical-align: middle;
	text-align: center;
	}

table.informacionreferente td
	{
	vertical-align: middle;
	}


/*Lista*/
ul.simbolos
	{
	padding: 0px;
	margin: 0px;
	marker-offset: 0px;
	list-style-type: none;
	color: #613C0B;
	font-weight: bold;
	}

ul.simbolos li
	{
	margin-top: 5px;
	}

ul.simbolos li.first
	{
	margin-top: 0px;
	}

ul.simbolos li img
	{
	margin-right: 5px;
	opacity:0.5;
	vertical-align: middle;
	}


ul.links
	{
	padding: 0px;
	margin: 0px;
	marker-offset: 0px;
	list-style-type: none;
	color: #613C0B;
	font-weight: bold;
	}

ul.links li
	{
	margin-top: 5px;
	}

ul.links li.first
	{
	margin-top: 0px;
	}

ul.links a
	{
	text-decoration: none;
	}

ul.links a img
	{
	margin-right: 5px;
	opacity:0.5;
	vertical-align: middle;
	}

ul.links a:hover
	{
	color: #42311E;
	}

ul.links a:hover img
	{
	opacity: 0.75;
	}


/*Opacidades*/
.opacity50
	{
	opacity:0.5;
	}

.opacity60
	{
	opacity:0.6;
	}

.opacity70
	{
	opacity:0.7;
	}