
/*	General settings
--------------------------------------------------------------------------------------------*/

html, body, div, span, small, object, iframe, h1, h2, h3, h4, h5, h6, pre, a, abbr, blockquote, acronym, address, code, del, dfn, dl, dt, dd, em, img, q, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, b, p {
	border : 0;
	margin:0;
	padding:0;
	font-size : 100%;
	font-family : inherit;
	}

body{
	background:#fff url(../images/bg1.jpg) center repeat-y;
	font:normal 12px/20px "Lucida Grande","Lucida Sans Unicode", Arial, sans-serif;
	color:#000
	margin:0;
	}

ul,ol {
	margin:0;
	padding:0;
	}
	



a 	{
	color:#333;
	text-decoration:none;	
	}

a:hover	{
	color:#333;
	text-decoration:underline;	
	}


/*	Headings
--------------------------------------------------------------------------------------------*/

h1 {
	font-size: 26px;
	margin:0 0 15px 0;
	letter-spacing:-1px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
	}

h2	{
	font-size:22px;
	letter-spacing:-1px;
	margin:0 0 10px 0;
	}
	
h1 strong	{
	color:#000;
	}	


h3	{
	font-size:18px;
	letter-spacing:-0.02em;
	margin:0 0 10px 0;
	}

h4	{
	font-size:16px;
	font-weight:normal;
	margin:0;

	}

h5	{
	font-size:14px;
	font-weight:normal;
	margin:0;

	}

h6	{
	font-size:12px;
	font-weight:normal;
	margin:0;

	}
	
h1, h2, h3, h4, h5, h6 { font-family:"Trebuchet MS", "Lucida Grande","Lucida Sans unicode", Sans-serif; color:#000; }

/*	Sidebar
--------------------------------------------------------------------------------------------*/

.sidebar {
	padding: 15px 10px 20px 0;	
	z-index:2;
	}

/*	content
------------------------------------------------------------------------------------------*/

.content {
	padding:0px 0px 15px 0px;
	overflow:hidden;
	height:100%;	
	z-index:1;
	margin-bottom:50px;
	}

/*	Header
--------------------------------------------------------------------------------------------*/

	.logo 	{
		background:url(../images/logo.png) no-repeat;
		text-indent:-9999px;
		display:block;
		border:0;
		width:200px;
		height:162px;
		margin:20px 0px 0px 0px;
		
		}

/*	Superfish menu
--------------------------------------------------------------------------------------------*/

.menu {
	margin-top:20px;
	overflow:hidden;
	height:100%;
	margin-bottom:20px;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;	
	
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
	
}
.sf-menu a {
	border-left:	0px solid #fff;
	padding: 		0.75em 1.3em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background:		#202020;
	margin-bottom:2px;
	border-radius:4px;
	-moz-border-radius:4px;	
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;	
}
.sf-menu li li {
	background:		#202020;
}
.sf-menu li li li {
	background:		#202020;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#ed6400;
	outline:		0;
	text-decoration:none;
	border-radius:4px;
	-moz-border-radius:4px;	
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;		
	color:#fff;	
}

.sf-menu li.current a {
	background:#ed6400;
	border-radius:4px;
	-moz-border-radius:4px;	
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;		
	color:#fff;
}





#nav {
	position:absolute;
	top: 260px;
	right:20px;
	z-index:100;
	}

#nav a, #nav a:visited {
	background:url(../images/nav.png) 0 0 no-repeat;
	float: left; margin-left:5px;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;

}

#nav a:hover {
	background:url(../images/nav_hover.png) 0 0 no-repeat;
}

#nav a.activeSlide {
	background:url(../images/nav_hover.png) 0 0 no-repeat;
}


/*	footer
------------------------------------------------------------------------------------------*/

#footer {
	
	width:100%;
	bottom:0;
	text-align:center;
	color:#000;
	padding:10px 0 20px 0px;
	margin-top:20px;
	}
	


/*	CSS para el login.php y password.php
------------------------------------------------------------------------------------------*/
#login-div {
	font: 12px tahoma, verdana,tahoma,arial,sans-serif;
}
#login-div form fieldset {
	padding-bottom: 15px;
}
#login-div form fieldset legend {
	font-weight: bold;
	line-height: 12px;
}
.form:focus, .focus {
	background: #def;
}
#login-div {
	width: 330px; 
	left: 55%; 
	background: #fff;
}
#login-div form {
	padding: 15px;
	border: 1px outset;
}
#login-div form div {
	margin-left: 90px;
}
#login-div form div label {
	width: 80px;
	text-align: right;
	padding-right: 10px;
	line-height: 20px;
	height: 20px;
}
#login-div form div input {
	width: 175px;
	text-align: left;
	line-height: 18px;
	height: 18px;
}
#login-div form div input.boton{
	height: 28px;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
}
#login-error-message {
    font-weight: bold;
    padding: 0;
    height: 100%;
    display: block;
    padding: 5px 10px;
    margin: 0;
}
