﻿/*Estilos pagina*/
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8A7F7F;
}

h1, h2, h3
{
	margin-bottom: 1em;
	/*text-transform: lowercase;*/
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #549DC7;
}

h1 a, h2 a, h3 a
{
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover
{
	text-decoration: underline;
}

h1
{
	letter-spacing: -2px;
	font-size: 2.6em;
}

h2
{
	letter-spacing: -1px;
	font-size: 2em;
}

h3
{
	font-size: 1em;
}

p, ul, ol
{
	margin-bottom: 1.5em;
	line-height: 180%;
}

ul, ol
{
	margin-left: 3em;
}

blockquote
{
	margin-left: 3em;
	margin-right: 3em;
}

a
{
	text-decoration: none;
	color: #E58C43;
}

a:hover
{
	background: #CEE7F5;
	text-decoration: underline;
	color: #549DC7;
}

/* Header */

#header
{
	width: 980px;
	height: 80px;
	margin: 0 auto;
}

/* Logo */

#logo
{
	float: left;
	
}

#logo h1
{
	float: left;
	margin: 0;
	padding: 0;
}

#logo h2
{	
	margin: 0;
	padding: 0;
	clear: both;
}

#logo h1
{
	padding-top: 5px;
}

#logo h1 a:hover
{
	text-decoration: none;
	background: none;
}

#logo h2
{
	padding: 0 0 0 7px;
	letter-spacing: normal;
	font-size: 1.4em;
}

/* Menu */

#menu
{
	float: right;
    position: absolute;
    right: 0;
}

#menu ul
{
	margin: 0;
	padding: 40px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li
{
	display: inline;
	padding-left: 20px;
}

#menu a
{
	/*text-transform: lowercase;*/
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover
{
	text-decoration: underline;
}


/* Page */

#page
{
	width: 980px;
	margin: 0 auto;
}

/* Content */

#content
{
	float: left;
	width: 100%;
	min-height: 400px;
}

/* Footer */

#footer
{
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}

#footer p
{
	margin: 0;
	padding: 0;
	font-size: smaller;
	line-height: normal;
}

/******************Estilos Módulos*********************/

.titulosModulos
{
	text-align: left;
	padding-bottom: 5px;
	font-family: Verdana;
	font-weight: bold;
	padding-top: 5px;
	font-size: 14pt;
	color: #549DC7;
}

.subtitulosModulos
{
	text-align: left;
	padding-bottom: 3px;
	font-family: Verdana;
	font-weight: bold;
	padding-top: 3px;
	font-size: 12pt;
}


/*Modal Popup*/
.modalBackground
{
	background-color: White;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
	padding: 0px;
	width: 250px;
}

.titulosPopups
{
	text-align: left;
	padding-bottom: 2px;
	margin-bottom: 7px;
	background-color: #549DC7;
	padding-left: 2px;
	padding-right: 2px;
	font-family: Verdana;
	font-size: 10pt;
	color: white;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 2px;
}

.botones
{
	background-color: #549DC7;
	color: white;
	font-weight: bold;
	border-bottom: gray 1px solid;
	border-left: gray 1px solid;
	border-top: gray 1px solid;
	border-right: gray 1px solid;
}

.textos
{
	text-align: left;
	font-family: Verdana;
	font-size: 8pt;
}

.textosPequenos
{
	text-align: left;
	font-family: Verdana;
	font-size: 7pt;
	color: dimgray;
}

.camposTexto
{
	height: 14px;
	text-align: left;
	font-family: Verdana;
	font-size: 8pt;
	color: dimgray;
}

.combos
{
	height: 20px;
	text-align: left;
	font-family: Verdana;
	font-size: 8pt;
	color: dimgray;
}



a.links:hover
{
	color: #E58C43;
	text-decoration: underline;
}

a.links
{
	color: #E58C43;
	text-decoration: none;
}


