/* GENERALES
-------------------------------------------------- */



* {
	margin: 0;
	padding: 0;	
}


html {
	background-color: #fff;
	color: #000;
}

body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
}

ul, li {
	list-style: none;
}

fieldset, img {
	border: 0;
}

input, select, textarea {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
}

input:focus, select:focus, textarea:focus {
	background-color: #fdffd3;
}

abbr, acronym {
	cursor: help;	
}

cite {
	font-style: italic;
}

blockquote, q {
	font-style: normal;
}

a {
	outline: none;	
}

strong {
	font-weight: bold;
	font-style: normal;	
}

em {
	font-weight: normal;
	font-style: italic;	
}

sup {
	position: relative;
	bottom: .3em;
	vertical-align: baseline;
}




/* ESTRUCTURA
-------------------------------------------------- */


div#contenedor {
	overflow: hidden;
	position: relative;
	width: 764px;
	margin: 0 auto;
}	

p#saltar {
	position: absolute;
	top: -1000px;
}

div#cabecera {
	overflow: hidden;
	width: 764px;
	margin-bottom: 10px;
}




/* CABECERA
-------------------------------------------------- */


div#cabecera img {
	float: left;
}

div#cabecera h1 {
	position: absolute;
	top: -1000px;
}


div#cabecera p {
	float: left;
	display: inline;
	width: 346px;
	height: 24px;
	margin-left: 139px;
	padding-right: 11px;
	background: url(/ATREA/A4/img/fondoFechaCabecera.gif) left top no-repeat;
	text-align: right;
	line-height: 24px;
	color: #333;
}

div#cabecera ul {
	float: right;
	width: 89px;
	height: 20px;
	padding: 4px 0 0 54px;
	background: url(/ATREA/A4/img/fondoMenuIdiomas.gif) left top no-repeat;	
}

div#cabecera li {
	float: left;
	display: inline;
	width: 16px;
	height: 16px;
	margin-right: 3px;
}

div#cabecera li a {
	overflow: hidden;
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	background-position: left top;
	background-repeat: no-repeat;
}

div#cabecera li#castellano a {
	background-image: url(/ATREA/A4/img/iconoCastellano.gif);
}

div#cabecera li#ingles a {
	background-image: url(/ATREA/A4/img/iconoIngles.gif);
}

div#cabecera li#portugues a {
	background-image: url(/ATREA/A4/img/iconoPortugues.gif);
}

div#cabecera li a span {
	position: absolute;
	top: -1000px;	
}

div#cabecera h2 {
	overflow: hidden;
	position: relative;
	float: left;
	display: inline;
	width: 609px;
	height: 18px;
	margin: 16px 0 0 37px;
	background: url(/ATREA/A4/img/fondoTituloCabecera.gif) left bottom repeat-x;
}

div#cabecera h2 a {
	display: block;
	width: 203px;
	height: 18px;
	margin-left: 255px;
	background: url(/ATREA/A4/img/textoEncuentraTuCasa.gif) #fff center top no-repeat;
}

div#cabecera h2 a span {
	position: absolute;
	top: -1000px;
}




/* CONTENIDOS
-------------------------------------------------- */


div#contenidos ul#migas {
	width: 754px;
	height: 25px;
	padding-left: 10px;
	background: url(/ATREA/A4/img/fondoMigas.gif) left top no-repeat;
}

div#contenidos ul#migas li {
	float: left;
	display: inline;
	margin-right: 4px;
	padding-left: 8px;
	line-height: 24px;
	background: url(/ATREA/A4/img/separadorMigas.gif) left center no-repeat;
}

div#contenidos ul#migas li:first-child {
	padding-left: 0;
	background: none;	
}

div#contenidos ul#migas li a {
	color: #000;
}

.titulos22negros {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
	text-decoration: none
}

.titulos22verdes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #415559
}

.azul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#C2E0EF;
	text-decoration: none
}

.txtnegro10px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none
}

.botones {
	font-family: Trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold
}

