@charset "utf-8";
/* CSS Document */

#todo{
	width:100%;
	height:100%;
    position: relative;
}

body {
	margin-top:0px;
	background:  #666666 url('fondo/rayado_bg_s.png')  50% 0; 
	color: #666666;
	text-align: center; 
	background-attachment: fixed;
	text-transform: none;
}


	
#partes{
	padding: 5px;
	background-image: url(fondo/fondo_g.png);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	position:relative;
	display:block;
	overflow: hidden;
	width:1000px;
/*	width:1001px;
	left:4px;
*/}	
	
#head{
	
	position:relative;
	border:0px;
	margin: 0px;con
	margin-bottom:0px;
	margin-top:0px;
	z-index:3;
	height:160px;
	left:0px;
}


.buscador{
	width: 80%;
	margin-bottom:0px;
	margin-top:0px;
}

.Issue {
	position:relative;
	color: #0099FF;
	font-weight: bold;
	font-size: 14px;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Titulo_Azul {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	height: auto;
	font-weight: bold;
}

.Texto_Negro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-align: center;
	position: relative;
}

.previous{
	z-index: 2;
	width: 800px;
	position:relative;
	display:block;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	height: auto;
	font-weight: bold;
	/*padding-bottom:10%;*//*firefox*/
	/*margin-bottom:10em;*/
}
#pie{
	margin-top:5em;
}




#cse{
	display:block;
	position:relative;
	padding-top:10px;
}


#allFoot{
	margin-top:180px;
	position:relative;
	background-position:bottom center;
	margin-bottom:15px;
	width:100%;
}
