/* CSS Document */
body {
    background-color: #fd8c00;
    text-align: center;
    margin: 0px auto;
	width:800px;
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
}
#container {
    width: 800px;
    margin: 0px auto;
    text-align: left;
	background-color:#f6890a;
	background-image:url(images/fondoPortal_01.gif);
background-position:top;
background-repeat:no-repeat;
} 

#middle {
clear:both;
height:292px;
background-color:#f6890a;
}
#middle2 {
background-color:#333333;
height:18px;
}
#menu {
padding-top:130px;
width:171px;
float:left;
}
#menu ul.navegacion {
list-style:none;
margin-left:15px;	
padding:0;
}
#menu ul.navegacion li {	
margin:2px;
padding:2px;	
border:1px solid #fff;
	}
	
#menu ul li a {	
	display:block;
	padding:4px 0;	
	text-decoration:none;	
	text-align:center;	
	font-size:70%;	
	color:#FFFFFF;	
	background-color:#000000;}
	
#menu ul li a:hover {	
color:#000;	
background-color:#fdaf00;
}
#toptextos{
width:629px;
float:right;
height:172px;
background-image:url(images/fondo_toptexto.gif);
background-position:top;
background-repeat:no-repeat;
text-align:right;
}
#textos{
width:530px;
float:right;
background-position:top;
background-image:url(images/fondo_textos.png);
background-repeat:repeat-y;
font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
font-size:80%;	
padding-left:64px;
padding-right:35px;
}
#textos ul li {
 list-style: none;
  background-image: url(iconos/bullet.gif);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 15px;  /* space for the image */
  padding-bottom:0.7em;
 }

#fintextos{
width:629px;
height:12px;
float:right;
background-image:url(images/fondo_fintextos.png);
background-repeat:no-repeat;
font-size:12px;
}

img.derecha {
float:right;
border: 1px solid #000;
margin:5px;
padding:2px;
border:1px solid black;
background:#E3F5FE;
}

.tderecha {
float:right;
margin:2px;
padding:2px;
width:135px;
}

.destacado {
color: #000;
border-bottom: 1px dotted #000;
font-weight:bold;
}
h1 {
color: #fff;
font-weight:bold;
margin:0;
padding:0;
font-size:80%;
}
h2 {
color: #fff;
font-weight:bold;
margin:0;
padding:0;
font-size:100%;
text-decoration:underline;
}
#bottom { 
		clear:both;
		font-size:65%;
		padding-left:10px;
		padding-top:10px;
		padding-bottom:10px;
} 
a.linkexterno {
background-image:url(iconos/elink.gif);
background-position:left;
background-repeat:no-repeat;
padding-left:16px;
color:#fff;
text-decoration:none;
border-bottom: 1px dotted #fff;

}
a.linkexterno:hover {
border-bottom: 1px dotted #000;
}
a.mail {
background-image:url(iconos/mail.gif);
background-position:left;
background-repeat:no-repeat;
padding-left:16px;
color:#fff;
text-decoration:none;
border-bottom: 1px dotted #fff;
}
a.mail:hover {
border-bottom: 1px dotted #000;
}

