@import 'reset.css';
@import 'fonts.css';
@charset "utf-8";
/* CSS Document */
img, div { behavior: url(iepngfix.htc) }
body {
	line-height: 1;
	color: black;
	padding:10px 0 0;
	background-color:#383838;
	background-image:url(../img/linea_up.gif);
	background-repeat:repeat-x;
	}
div#central {
width:100%;
background:#000 url(../img/linea_down.gif) 0 100% repeat-x;
padding:0 0 0px;
}
div#central2 {
width:970px;
margin:0 auto;
}
div#contenido{
margin:20px 0 0 0;
padding-bottom:10px;
padding-left:60px;
}
div#contenido2{
width:880px;
padding:12px 5px;
background-color:#151515;
}
div#contenido3{
background: url(../img/movie_clip.jpg) repeat-y;
margin:20px 0 20px 0;
padding-bottom:10px;
padding-left:60px;
}
div#borde{
border-bottom:#FFF 2px dotted;
margin-bottom:10px;
width:950px;
}
div#parte1{
padding-left:20px;
padding-right:10px;
width:450px;
}
div#parte2{
border-left:#CCCCCC 1px solid;
padding-left:10px;
padding-right:10px;
width:350px;
}
div#parte3{
width:860px;
}
div#flash{
margin:auto;
}
div#img{
width:950px;
padding:20px 0 3px 0;
border-top:#FFFFFF 2px dotted;
border-bottom:#FFFFFF 2px dotted;
}

h1 {
font-size:138.5%;
}
h1.titulo {
	font-size:95%;
	color:#FFF;
}
h2 {
font-size:123.1%;
}
h2.titulo {
color:#dc8c8d;
font-size:100%;
}

p {
color:#666666;
}
p a{
color:#FF0000;
}
p.form a{
color:#999999;
}
p.form a:hover{
text-decoration:underline;
}
.float-left {
float:left;
}

.float-right {
float:right;
}

.clear {
clear:both;
font-size:0;
line-height:0;
margin:0;
padding:0;
}
.formu{
	width: 350px;
	display:block;
	padding-left:10px;
	margin-bottom:10px;
	border:1px solid;
}
div#logo{
text-align:right;
}
div#logo2{
text-align:left;
padding:0 150px;
}
div#espacio1{
height:20px;
}
	#cuadro_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:530px;
		height:500px;	/* The height of the scrolling div */
		padding-left:5px;
	}
	#scrolldiv_parentContainer{
		width:500px;	/* Width of the scrolling text */
		height:100%;
		overflow:hidden;
		border:1px solid #BC8FBD;
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 5px;
		position:relative;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size: 0.9em;
		line-height:130%;
		color: #333;
		text-align:inherit;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:10px;
		height:500px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:15px;
		height:460px;	/* Total height - 40 pixels */
		border:1px solid #BC8FBD;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:13px;
		background-color:#BC8FBD;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		border:1px solid #BC8FBD;
		color: #BC8FBD;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}