/* CSS Document */

/* Inicio Elementos básicos */

body {

	font-size: 62.5%; /* Resets 1em to 10px */

	font-family: 'DIN-Regular','Lucida Grande', Verdana, Arial, Sans-Serif;

	background-color: #000000;

	color: #ffffff;

	/*text-align: center;*/

	margin: 0;

	padding: 0; 

	}



a:link, a:visited, a:active{
	font-family: 'DIN-Bold','DIN-Regular','Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000000;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: bold;
	}
a:hover {
	font-family: 'DIN-Bold','DIN-Regular','Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #e40000;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: bold;
	}

	


a img {

	border: none;

	}
#page {

	text-align: left;

	margin: 0 auto;

	padding: 0;

	width: 700px;

	border: 0;
	background-color:#000000;


	}
.content {
	font-size: 1.2em;
	line-height: 1.4em;
	}

h1 {

	font-size: 4em;

	text-align: center;

	text-decoration: none;

	color: #ffffff;

	padding-top: 70px;

	margin: 0;

	}

	h1 span {

	display: none;

	}

	.content h1{

	font-family: 'DIN-Regular','Lucida Grande', Verdana, Arial, Sans-Serif;

	color: #ffffff;

	font-size: 1.6em;

	margin: 50px 0 -10px 0;

	padding: 0;

	text-align: left;

	}

	h1 a:link, h1 a:hover, h1 a:visited {

	color: #454545;

	}
*html #content h1 {/*esta regla solo la reconoce IE*/
	margin-bottom: -15px;
	}
	

h2 {

	font-family: 'DIN-Regular','Lucida Grande', Verdana, Arial, Sans-Serif;

	font-size: 1.5em;

	color:#000;

	text-decoration: none;

	margin: 30px 0 2px 0;

	padding: 0;

	text-align: left;

	}

	h2 span {

	display: none;

	}

	h2 a:link, h2 a:visited, h2 a:active {

	color: #000;

	text-decoration: none;

	}

	h2 a:hover, h3 a:hover {

	color: #b40000;

	text-decoration: none;

	}

	

h3 {

	font-size: 1.2em;

	text-decoration: none;

	padding: 0;

	margin: 30px 0 0 0;

	}

	.widecolumn h3 {

	padding: 0;

	margin: 30px 0 20px 0;

	}

	h3 a, h3 a:visited {

	color: #333;

	text-decoration: none;

	}

h4	{

	font-size: 1.3em;

	/*text-indent: 10px;*/

	margin: 20px 0 -10px 0;

	/*background: transparent url(http://intranet.otzarreta.com/wp-content/themes/otzarreta/images/flechi.gif) no-repeat left center;*/

	text-decoration: underline;

	}

	h4 a:link, h4 a:visited, h4 a:active{

	color: #333;

	}

	h4 a:hover {

	color: #b40000;

	}

h5	{

	font-family: 'DIN-Regular','Lucida Grande', Verdana, Arial, Sans-Serif;

	font-size: 1.2em;

	text-indent: 10px;
	color:#FFFFFF;

	margin: 15px 0 -10px 0;

	background: transparent url(imagen/flechi_ng.gif) no-repeat left center;

	}

	h5 a:link {

	color: #ccc;

	}

	h5 a:visited, h5 a:hover, h5 a:active{

	color: #333;

	}


.entrytext{

	margin: -10px 0 0 0;

	}

	.entrytext ul {

	margin: 15px 10px;

	padding: 0;

	list-style: none;

	text-decoration:none;

	position:relative;

	}

	.entrytext ul li strong{

	position: absolute;

	left: 180px;

	}

	.entrytext p {

	margin-left: 10px;
	color:#999999;

	}

	.entrytext p small{
	margin-left: -10px;

	}



small {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 0.9em;

	line-height: 1.4em;

	color: #777;

	}
/*Inicio selectores ID*/



