/*---------------------------------------------------------------------------------------*/
/*----------- ESTILOS MAESTROS -----------*/
/*---------------------------------------------------------------------------------------*/
html
{
	margin-top: 0px;
	padding:0px;
	
}
body
	{ 
	background : #fff; 
	font-family: Arial,Helvetica, sans-serif;
	font-size: 13px;
	color : #555;
	margin : 0px;
	margin-top: 0px;
	padding-top:0px;
	text-align: center;
	
	}

a
{
	color: #666699;
	text-decoration:none;

}

a:hover
{
	color: #ffa400;
	text-decoration:underline;

}

img
{
	border:0;
}

hr
{
	border: dashed #c8c8c8 1px;
	margin:0;
	padding:0;
/*	margin-bottom: 3px;*/
}

li
{
	background: url(pics/gr_dot.png) left top no-repeat ;
	padding-left : 20px;
	display: block;
	list-style: none;
}

table
{
	width: 99%;
	border: dashed #c8c8c8 1px;
	border-top:0px;
	text-align:center;
}

caption
{
	font-size: 11px;
	background: #000 url(pics/back_black.png) right top repeat-y ;
	color : #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

th
{
	background: #F9F9F9;
	border-bottom: dashed #c8c8c8 1px;

}



h1
{
	font-size: 21px;
	font-family: Trebuchet MS, Verdana,Arial,Helvetica, sans-serif;
	background: url(../../pics/back_special.png) left top no-repeat ;
	color : #7e7e7e;
	font-weight: bold;
	text-transform: capitalize;
	font-style: italic;
	padding: 7px 0px 15px 30px;
	display:block;
}

h2
{
	font-size:17px;

}


h3
{
	font-size: 11px;
	color : #000;
	font-weight: bold;
	text-transform: uppercase;
}




#cabecera
{ 
	height:118px;
	background: url(pics/back-cabecera01.png) top left no-repeat #000;

} 

#cabecera-tux
{ 	height:118px; width:222px;
	background: url(pics/back-cabecera02.png) top right no-repeat #000;
	float:right;

}
#subcabecera
{ 
	height:118px;
	background: url(pics/back-cabecera03.png) top left repeat-x #fff;

} 


#migas-pan
{
	height:118px;
	text-align: left;
	padding-left: 10px;
	background: url(pics/back-cabecera04.png) top right no-repeat;
}

#migas-pan h1
{
	width:70%;
	font-size:20px;

}




#contenido
{
	text-align: left;
	padding-right:10px;padding-left:10px;
}








#pie
{
	height:37px;
	text-align: left;
	padding-left: 10px;
	background: url(pics/back-pie01.png) top right no-repeat #000;
	color: #fff;font-size:x-small;

}



.border-cero
{
	border: 0px;
}

.display-none
{
	display:none;
}

.align-center
{
	text-align:center;
	display:block;
}
.float-left
{
	float:left;
	margin:5px;
	margin-left:0;
}
.float-right
{
	float:right;
	margin:5px;
	margin-right:0;
}

.polaroid
{
	background: url(pics/back_photo-album.png) top left no-repeat;
	padding-top: 11px;
	padding-left:9px;
	padding-right:11px;
	padding-bottom:30px;
	

}
.extern
{
	background : url(../../pics/gr_link.png) right bottom no-repeat ; 
	padding-right: 12px;
}

.go
{
	background: url(pics/gr_flecha-go.png) right center no-repeat;
	text-align:right;
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	padding-right: 25px;
}

.dot
	{
	font-family: Trebuchet MS, Verdana,Arial,Helvetica, sans-serif;
	font-size: 30px;
	line-height: 5px;
	color: #ffa400;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	}
	
	
.consola
{
	font-size: 12px;
	font-family: Courier New ,Verdana,Arial,Helvetica, sans-serif;
	background: #202020 url(../../pics/back_console.png) right top no-repeat ;
	color : #ffca00;
	font-weight: bold;
	border: 2px solid #ccc;
	padding: 10px;
}

.nota
{
	font-size: 12px;
	background: #fff url(../../pics/back_note2.png) right bottom no-repeat ;
	font-style: italic;
	color : #7e7e7e;
	font-weight: bold;
	border: 2px dotted #000;
	padding: 10px;
}
