* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../images/img02.png) repeat-x;
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(../images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #1953A7;
}

a:hover {
	text-decoration: none;
	color: #CC9933;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 220px;
	height: 65px;
	margin-left: 730px;
	border-right: 1px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 46px;
	padding-top:5px;
	padding-bottom:5px;
	border-left: 1px solid #EDEBD5;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	color: #666666;
	font-weight:bold;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #000066;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 850px;
	height: 270px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 220px;
	height: 98px;
	margin-bottom:10px;
	padding: 120px 0 0 0;
	background: url(../images/aimplas.png) no-repeat;
	text-align: center;
	font-size: 33px;
}

#header h2 {
	float: right;
	margin: 0;
	text-align: right;
}

#header a {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	margin-top:20px;
	padding: 5px;
}

#sidebar h2 {
	
	margin: 0;
	color: #FFFFFF;
	text-align:center;
	font-size: 18px;
	padding-top:5px;
	
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	list-style: none;
	text-align:left;
}

#sidebar li {
padding-left:7px;
padding-top:5px;
}

#sidebar a {
	color: #333333;
	text-decoration:none;
}
#sidebar a:hover {
	color: #CC9933;
	text-decoration:none;
}

.orangebox {
	/*background: url(../images/img05.png) repeat-y;*/
}

.orangebox h2 {
	/*background: url(../images/img06.png) repeat-y;*/
}

/* Footer */

#footer {
	clear: both;
	height: 75px;
	padding-top:5px;
	background: #003366 repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 100%;
	color:#FFFFFF;
	font-weight:bold;
}

#footer a {
	color: #CC9933;
	text-decoration:none;
	font-weight:bold;
}


/*CARRUSEL IMÁGENES*/



.loading {
left: 210px;
position: absolute;
top: 54px;
}

#slide_holder {
background-image: url(../images/bg_slideshow2.png);
background-repeat: no-repeat;
height: 214px;
overflow: hidden;
position: relative;
text-align: left;
width: 524px;
/* -- width: 1533px; */
z-index: 1000;
font-family: Arial;
}
#slide_holder_inner {
height: 214px;
left: 7px;
overflow: hidden;
position: absolute;
top: 8px;
width: 511px;
z-index: 2000;
}

#intro, .intro {
position: absolute;
z-index: 9000;
}

/*-- for slide divs --*/

#slide_holder_inner div {
position: absolute;
}
/*-- for divs in html slides to position relative --*/
div#slide_holder_inner div.slide div {
position: relative;
}
div#carousel_controls {
background-image: url(../images/bg_controls.png);
background-position: 0 0;
background-repeat: no-repeat;
height: 30px;
width: 511px;
z-index: 4000;
}

/*-- for slide buttons --*/

#slide_buttons li:hover, #pause_button, .prev_button, .next_button, #hover_next_button, #hover_prev_button, #first_button, #last_button {
cursor: pointer;
cursor: hand;
z-index: 5000;
}
#carousel_controls #button_selected, #carousel_controls .prev_button_disabled, #carousel_controls  .next_button_disabled, #carousel_controls  .first_button_diabled, #carousel_controls  .last_button_disabled {
cursor: auto;
}
#slide_buttons li span, #pause_button span, .prev_button span, .next_button span, #first_button span, #last_button span, #hover_next_button span, #hover_prev_button span, #water_mark span {
margin-left: -10000px;
}
#slide_buttons li, #pause_button, .prev_button, .next_button, #first_button, #last_button, #water_mark {
background-repeat: no-repeat;
overflow: hidden;
top: 0px;
}
ul#slide_buttons {
padding: 15px 7px 15px 15px;
position: absolute;
left: 325px;
top: -7px;
z-index: 5000;
}
ul#slide_buttons li {
background-image: url(../images/button.png);
display: block;
float: left;
height: 9px;
list-style: none;
margin: 0 0 0 3px;
padding: 2px;
width: 10px;
}
ul#slide_buttons li:hover {
}
ul#slide_buttons li#button_selected {
background-image: url(../images/button_selected.png);
}
ul#slide_buttons li#button_selected:hover {
}

/*-- rules for slide captions --*/

#slide_captions {
color: #333;
left: 8px;
overflow: visible;
top: 4px;
z-index: 6000;
}
#slide_captions span {
font-family: Tahoma;
font-size: 15px;
height: 20px;
line-height: 20px;
overflow: visible;
}

/*-- end rules for slide captions --*/

/*-- rules for watermark --*/

#water_mark {
background-image: url(../images/water_mark.png);
height: 30px;
left: 202px;
width: 246px;
top: 208px;
z-index: 6000;
}

#water_mark span {
}

/*-- end rules for slide captions --*/

/*-- slide number display --*/

#slide_number_display {
background-image: url(../images/bg_swatch.png);
background-position: 0 0;
background-repeat: no-repeat;
color: #333;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
height: 23px;
padding: 4px;
right: 7px;
text-align: center;
top: 208px;
width: 37px;
z-index: 5000;
}

/*-- for carousel view --*/

#row_of_slides {
position: absolute;
top: 0;
}
#row_of_slides .slide {
display: none;
position: absolute;
}
				
/*-- end for carousel view --*/				

/*-- end number display --*/

/*-- end required & default rules --*/

/*-- example rules --*/

#slide_holder {
margin: 20px auto 0 auto;
}

/*MENU EDICIONES ANTERIORES */

#basic-accordian{
	/*border:5px solid #EEE;*/
	width:550px;
	position:absolute;
	float:left;
	font-size:14px;
}
#basic-accordian li {
font-size:12px;
}
.accordion_headings{
	padding:5px;
	background:url(../images/arrow_down.png) right no-repeat #000066;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	-moz-border-radius:5px;
}

.accordion_headings:hover{
	
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.header_highlight{
padding:5px;
	background:url(../images/arrow.png) right no-repeat #CC9933;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	-moz-border-radius:5px;
}

/*MENU LATERAL*/
.menu_lateral_cabecera
{
	height:33px;
	background:url(../images/menu_lateral_011.png) center no-repeat;
	width: 210px;
}

.menu_lateral_replicar
{
		width: 210px;
	background:url(../images/menu_lateral_02.png) center repeat-y;

}

.menu_lateral_pie
{
	width: 210px;
	height:13px;
	background:url(../images/menu_lateral_04.png) center no-repeat;

}
