/*
	ESTILOS PARA DISPOSICION Y DISEŅO
*/

/* LAYOUT MASTER PAGE */
#lycontainer
{
	width:100%;
	text-align:center
}
#lycontent
{
	width: 776px;
	margin: auto;
	text-align: left
}
#lycontent-service
{
	width: 992px;
	margin: auto;
	text-align: left;
}

/* HEADER */
#cabecera
{
    margin: auto;
	width: 100%;
	background: white url(images/theme/PageBackground.png) repeat-x;
}
#header 
{
	width: 100%;
	height: 75px;
	overflow: hidden;
	text-align: right;
}
#headerlogotxt {font-family: Arial, Helvetica, sans-serif; font-size: 0.55em; font-weight:normal; color:#D2DFF8}
#header .title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #2a4b8a;
    line-height: 35px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

/* FOOTER */
#footer
{
	text-align: center;
	margin-top: -15px;
	position: relative;
	color: #123666;
	font-size: .8em;
	z-index: 0;
	top:-25px;
}
#footer a:link, #footer a:visited {color: #547ae1; text-decoration: none; }
#footer a:hover {color:#D4E7F8;	text-decoration:none;}
#footer a:active {color:#FFFFFF;}

/* SUB-FOOTER */
#footer-sub 
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position:relative;
	font-size:.8em;
	color:#999999;
	z-index: 0;
	top:-70px;
}
#footer-sub ul {margin:0;padding:0;}
#footer-sub li {display:inline; list-style:none; padding:0 1em 0 0; background:none;}
#footer-sub a:link, #footer-sub a:visited {text-decoration: underline;color: #747471;}
#footer-sub a:hover {color:#747471;	text-decoration:none;}

/* ESTILOS NUEVA PLANTILLA */
body 
{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	font-size: 11px;
	color: #474848;
	min-width: 280px;
	width: 100%;
}

#wrapper 
{
	/*min-width: 960px;*/
	/*max-width: 1500px;*/
	min-width: 830px;
	width: 100%;
}

#page 
{
	width: 100%;
	margin: auto;
}

#page-content
{
	
	/*max-height: 850px;*/
	padding-bottom:50px;
	width: 100%;
}

#content 
{
	margin: auto;
    padding:20px;
}

#content-partial 
{
	margin-left: 205px;
	min-height: 600px;
}

#sidebar
{
	float: left;
	width: 180px;
	padding: 0 20px 0 0;
}
#footer-page 
{
	width: 100%;
	margin: auto;
}

#footer-page p {
	padding-top: 5px;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}

hr {
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 
{
	margin-bottom:0;
	color: #2a4b8a;
}

h1, h2 {
	margin-top:0px;
	color: #2a4b8a;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}
