* {
	padding: 0;
}

a, a:link, a:visited, a:active {
	color: #4e4e4e;
	text-decoration: none;
}

a:hover {
    text-decoration: none;
	color:#999;
	color:#F96;
	color:#000;
}

h1, h2, h3, h4, h5, p, ul
{margin-bottom:1em;}

body {
    line-height: 150%;
    background-image: url(../imgs_frames/slash.png);
    background-repeat: repeat;
    font-family: sans-serif;
    min-width: 940px;}



@font-face {

    font-family: TituloH1;
    src: url('gothic_bold.ttf');
	src: url('din_black.ttf');
    }

@font-face {

    font-family: TituloH2;
    src: url('gothic.ttf');
	src: url('din_medium.ttf');
    }

@font-face {

    font-family: Indice;
    src: url('gothic.ttf');
    }
	
	
h1.hidden {
    visibility: hidden;
	display:none;
}


#main {
    width: 970px;
    min-height: 600px;
     margin: 0 auto;
    text-align: left;
	padding-bottom:20px;
}

#main.windows{
	background:#fff url(../imgs_frames/home_windows.jpg) -30px 0px;
}

#main.linux{
	background:#fff url(../imgs_frames/home_linux.jpg) -30px 0px;
}


#main_index {
	width: 970px;
	min-height: 600px;
	border: 5px solid #ffddf;
	background:#fff url(../imgs_frames/home.jpg) -30px 0px;
	margin: 0 auto;
	text-align: left;
}

#main ul, #main ol
{margin-left:2em;}

#main_index.indice
{height:auto;}

#titulo {
    width:970px;
margin: 0 auto;
    min-height:100px;
	display:inline-block;
	line-height:2em;
}

#main h1
{display:none;}
	
h1
{	font-family:TituloH1, Arial, Helvetica, sans-serif; color:#469491;margin:0px;
margin-top:40px;margin-left:40px;
font-size:2.4em;line-height:1.1em;
}

h2
{	font-family:TituloH1, Arial, Helvetica, sans-serif; color:#469491;
margin-top:0.4em;margin-left:40px;
padding:0px;
font-size:1.9em;
}

h3
{	font-family:TituloH2, Arial, Helvetica, sans-serif; color:#469491;
margin-top:0em;margin-left:40px;
padding:0px;
font-size:1.5em;
}

h1, h2, h3
{}

.indice
{padding-left:40px;}


.indice ul, 
.indice ol
{width:560px;}

.indice ol li
{border-bottom:1px dotted #666;}

.indice ul li
{list-style: none;}

.indice ul li ol li
{list-style-type: decimal;}

#titulo.indice
{height:90px;}


#indice_main {
    width: 970px;
	height:auto;
height:250px;
}


#indice_main ul, #indice_main ol
{margin-left:40px; sans-serif;font-size:1.1em;padding-bottom:1em;line-height:1.4em;margin-top:50px; }



#indice_main li {
    list-style: none;
    font-weight: bold;
    text-align: left;
 padding-left:10px;
}




#logo_me
{
	width: 970px;
	height:80px;
}

#logo_me img
{margin-left:40px;}




div.volver {
margin-top:30px;
}

div.volver a
{	width:80px;
	background:#CCC;
	margin-left:40px;
	display:block;
	padding:2px;}

div.volver a:hover {
}




.pdf
{font-size:0.8em;
opacity:0.7;
filter:alpha(opacity=70);
padding:0px;
float:right;}

.pdf:hover
{
opacity:1;
filter:alpha(opacity=100);
background:#eee;
}

