/* >>>>>>>>>>2005<<<<<<<<<<<  [CSS ~ Silvia Arcos]*/

/************************************************************************************************
		Estilos para home
*************************************************************************************************/
/* Estilos cuerpo
_______________________*/

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font: 0.67em Arial, Helvetica, sans-serif;
	background-image: url(images/fondorayaverde.jpg);
}

img{border:0px none; }

form{
	margin: 10px;
	padding: 20px;
	width:95%;
	text-align : center;
}

a
{
	font-weight: bold;
	/*color : #444439;*/
	text-decoration: none;
	font: 1.0em Arial, Helvetica, sans-serif;
}

a:link, a:visited
{
	color: #444439;
}

a:hover, a:active
 {
	color: #333;
	text-decoration: underline;
	}

p {
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
}

h1{
	text-indent: -4000px;
	background-image: url(images/cabecera.jpg);
	width: 820px;
	height: 284px;
	position: absolute;
	top: 40;
	left: 0;
	bottom: 0;
	margin:0;
}

input {
	border: 1px solid #C9CED2;
	background-color: #F3F3F3;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #7F898C;
	font-weight: normal;
	display : inline;
}

select {
	border: 1px solid #C9CED2;
	background-color: #F3F3F3;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #7F898C;
	font-weight: normal;}

textarea {
	border: 1px solid #C9CED2;
	background-color: #F3F3F3;
	font-size: 1.0em;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding: 4px;
	color: #7F898C;
	height : 70px;
	width : 300px;
}
.rojo{
	color: #95533C
}
	/* Estilos para navegacion y maketacion 
__________________________________*/

#contenedor{
	position: relative;
	width: 820px;
	height: 600px;
	background-color: #8A8F79;
}
#menu{
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 264px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
}

ul#menu {
	padding: 22px 0px 0px 4px;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 264px;
	background-image: url(images/menu2.jpg);
	background-repeat: no-repeat;
}
ul#menu a{

	font-size: 1.2em;
	color: #FFF;
	font-weight: bold;
}

li{
	list-style-type:none;
	margin: 0px; 
	padding: 0px;
	}

ul#menu li {display:inline;}

ul#menu2 {
	padding: 25px 0px 0px 65px;
	margin: 0;
	position: absolute;
	top: 30px;
	right: 15px;
	height: 40px;
	width: 180px;
	padding:0;
}
ul#menu2 a{
	width: 120px;
	height: 40px;
	text-decoration: none;
	color:#fff;
	overflow:hidden;
	display:block;
	text-indent:-4000em;	
}
ul#menu2 li {
	margin:0 0 15px 0;
	padding: 0;
	width:120px;
	height:40px;
}
.enlace{
	text-indent: -4000px;
}

#pie{
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 556px;
	background-image: url(images/pie.jpg);
	padding-top: 24px;
	padding-left: 8px;
	letter-spacing: 1px;
	background-repeat: no-repeat;
}
html>body #pie{
	width:548px;
	height:16px;
}

#contenido{
	position: relative;
	top: 324;
	left: 0;
	width: 820px;
	height: 276px;
	background-image: url(images/fondo.jpg);
	background-repeat: no-repeat;
}

#contenidob{
	position: relative;
	top: 324;
	left: 0;
	width: 820px;
	height: 276px;
	background-image: url(images/fondob.jpg);
	padding-left: 615px;
	padding-top: 8px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #270D04;
	background-repeat: no-repeat;
}
html > body #contenidob{
	width:205px;
}
#contenidoc{
	position: relative;
	top: 324;
	left: 0;
	width: 820px;
	height: 276px;
	background-image: url(images/fondoc.jpg);
	padding-top: 8px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #270D04;
	background-repeat: no-repeat;
}

	/* Estilos genericos...
__________________________________*/

.contenidos{
	font-size: 0.9em;
}

.contenidos a{
	font-size: 1.2em;
	color: #000
}

