/*------------------------------------------------------------------
[ STYLE.CSS ] Main Stylesheet
--------------------------------------------------------------------

[Table of contents]

1.	RESET

2.	MAIN STYLES
2.a  Tags defaults
2.b  Base layout
2.c  Navigations
2.d  Elements, ID's & Classes

3.	FORMS
3.a  General form styles
3.b  Individual forms

4.	PLUGINS

5. PRINT


/*------------------------------------------------------------------

1.	RESET
	Global reset for all HTML elements

------------------------------------------------------------------*/

@media handheld, projection, screen, print {

* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left }
img, fieldset, abbr, acronym { border: 0 }
ul, ol { list-style: none; list-style-position: outside }
table { border-collapse: collapse; border-spacing: 0; width: 100% }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal }
caption, th { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; vertical-align: middle }
textarea { height: auto; overflow: auto }
option { padding-left: 0.6em }
button { background: none; border: 0; text-align: center }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: normal }


} @media handheld, projection, screen {


/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
	
body {
	background: url(../img/bg-header.gif) repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.33em;
	text-align: center;
	position: relative;
	z-index: 1;
}

p, ul, ol, table, dl, dd, pre { margin: 0 0 1.33em }

strong { font-weight: bold }
em { font-style: italic }
code, pre { font-family: "Courier New", Courier, monospace }
dt { font-weight: bold }
dd { font-style: italic }
cite { font-style: italic }
q { font-style: italic }
blockquote { font-size: 10px; line-height: 12px; padding: 0 }

abbr, acronym { border-bottom: 1px dotted; cursor: help }


/* Headlines
-------------------------------
[?] Always define: font-size - line-height - margin
*/

h1 {
	font-size: 3em;
	margin: 1em 0 .4em;
}
h2 {
	color: #ffbd11;
	font-size: 16px;
	font-weight: bold;
	margin: 1em 0 .4em;
}
h3 {
	font-size: 1.5em;
	margin: 1em 0 .4em;
}
h4 {
	font-size: 1.33em;
	margin: 1em 0 .4em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 .4em;
}
h6 {
	font-size: .92em;
	margin: 1em 0 .4em;
}


/* Anchors
-------------------------------*/

a, a:link, a:visited {
	color: #F36421;
	cursor: pointer;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #F36421;
	text-decoration: underline;
}


/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/

#wrap {
	margin: 0 auto;
	text-align: justify;
	width: 960px;
	position: relative;
}
	#header, #content, #footer {
		float: left; display: inline;
		clear: both;
		width: 100%;
		position: relative;
		z-index: 2;
	}
	#header {
		height: 106px;
	}
		#logo { margin: 0 }

			#logo a {
				background: url(../img/logo.png) no-repeat;
				display: block;
				text-indent: -9999px;
				height: 77px; width: 61px;
				position: absolute;
				top: 10px; left: 22px;
			}
			#banner {
				margin: 0;
				position: absolute;
				top: 0; right: 0;
			}

	#content {
		background: url(../img/bg-content.gif) repeat-y;
		padding: 0 13px 0 11px;
	}
		#main {
			float: right;
			padding: 30px 50px;
			width: 728px;
			z-index:2;
		}
		#sidebar {
			background: #ffbd11;
			color: #666;
			font-size: 10px;
			float: left;
			line-height:12px;
			padding: 0 0 130px;
			width: 132px;
			z-index: 2;
		}

	#footer {
		background: #f47222;
		color: #fff;
		font-size: 10px;
		line-height: 30px;
		height: 30px;
	}


/*-------------------------------
2.c Navigations
-------------------------------*/

ul.nav { margin: 0 }


/* Main navigation
-------------------------------*/

#nav {
	height: auto; 
	width: 132px;
	margin: 0 0 30px;
}
	#nav li {
		line-height: 12px;
	}
		#nav li a, p.afalso {
			background: url(../img/bg-menu.png) no-repeat;
			color: #fff;
			cursor: pointer;
			display: block;
			font-size: 11px; 
			font-weight: bold;
			margin: 0;
			text-decoration: none;
			padding: 12px 7px;
			position: relative;
			z-index: 3;
		}
		#nav li a:hover {
			background-position: 0 -87px;
			color: #fff;
		}
		#nav li a.alt { background-position: 0 -38px; }
		#nav li a.alt:hover { background-position: 0 -125px; }

		#nav li a span { display: block;  position: absolute; top: 0; left: 132px; z-index: 4444; color: red;}
			/* #nav li a ul li { line-height: 14px;}
				#nav li a ul li a { background: orange; padding: 0;} */
		#nav li a:hover span { display: block; }
		
/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/

/* General elements
-------------------------------*/

#wp {
	position: absolute;
	bottom: 0; left: 35px;
}

#nav-home {
	background: #f47222;
	padding: 10px 17px;
	width: 526px;
	margin: 30px auto;
	position: relative
}
	#nav-home p {
		font-size: 14px;
		line-height: 20px;
		margin: 0;
		width: 255px;
	}
		#nav-home p a {
			background: #f8a128 url(../img/bg-menu2.png) no-repeat;
			color: #fff;
			display: block;
			font-weight: bold;
			line-height: 14px;
			text-align: center;
			text-decoration: none;
			margin: 0 0 5px;
			padding: 10px 0;
		}
	#nav-home p.item1 {
		background: #fff;
		color: #666;
		text-align: center;
	}
		#nav-home p.item1 span {
			color: #f47222;
			font-weight: bold;
		}
	#nav-home p.item2 {
		position: absolute;
		width: 256px;
		top: 10px; right: 17px;
	}
	#nav-home p.item3 {
		position: absolute;
		width: 256px;
		top: 53px; right: 17px;
	}
	#nav-home p.item4 {
		position: absolute;
		width: 256px;
		top: 110px; right: 17px;
	}
		#nav-home p.item3 a, #nav-home p.item4 a  { background-position: 0 -105px; }
		#nav-home p.item1 a:hover, #nav-home p.item2 a:hover { background-position: 0 -154px; }
		#nav-home p.item3 a:hover, #nav-home p.item4 a:hover { background-position: 0 -258px; }

ul.list li {
	padding: 0 0 5px 15px;
	background: url(../img/icon-list.gif) no-repeat 0 2px;
}
	ul.list li a {
		font-weight: bold;
	}

table.table tr td { padding: 6px; }


div.prensa {
	overflow: hidden;
}
	
	div.prensa ul.archivo {
		float:left;
		padding: 10px 7px;
		margin: 0;
		background: url(../img/bg_prensa1-ul.jpg) no-repeat;
		height: 492px; 
		width: 136px;
		overflow: auto;
	}
		div.prensa ul.archivo li {
			border-bottom: 1px dashed #999;
			padding: 10px 0;
			margin: 0;
			font-size: 11px;
			line-height: 13px;
			text-align: left;
		}
		div.prensa ul.archivo li a { color: #3e3e3e; }
			
			div.prensa ul.archivo li a strong { color: #333333; }
			
			div.prensa ul.archivo li a span { display: block }
			
		div.prensa ul.archivo li a:hover, div.prensa ul.archivo li.active a {
			color: #F36421;
			text-decoration: none;
		}

	div.prensa div.txt {
		color: #3a3a3a;
		border-bottom: 1px solid #c0c0c0;
		border-right: 1px solid #c0c0c0;
		border-top: 1px solid #c0c0c0;
		float: left;
		padding: 10px 30px 20px 15px;
		margin: 0;
		height: 480px; 
		width: 525px;
		overflow: auto;
	}
		div.prensa div.txt h2 {
			color: #F36421;
			margin: 7px 0 13px;
		}







/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a General form styles
-------------------------------*/

/* Form elements
-------------------------------*/

input, select, textarea
{
	border: 1px solid #999;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 5px;
}
input { width: 195px }
select { width: 200px }
textarea { height: 70px; width: 195px }

input.submit {
	background: #F26223;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
	width: 50px;
}

td span { color:#cc0000; font-weight: bold; }


/* General forms
-------------------------------*/

		label {
			color: #F26223;
			display: block;
			font-weight: bold;
			margin-bottom: 5px;
		}


/*------------------------------------------------------------------

4.	PLUGINS
	Predefined utilities

--------------------------------------------------------------------

/*-------------------------------
Utility classes
-------------------------------*/

.skip { position: absolute; top: 0; left: -9999px }

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }

.opacity { -moz-opacity: 0.90; opacity: 0.90; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity = 90); -khtml-opacity: 0.90 }
.rounded { -moz-border-radius: 10px; -khtml-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px }


/* "Bars" navigation
---------------------------------
[?] EXAMPLE

Home | Services | About | Contact	*/

ul.bars li { display: inline; margin-left: -4px }
ul.bars li.first { border: 0 !important }
ul.bars li:before { content: "|"; padding: 0 4px }
ul.bars li:first-child:before { content: ""; padding: 0 4px 0 0 }


}
