body {
	background-color:#085e8f;
	font-size:10pt;
	font-family:Arial;
	margin:0;
	padding:0;
	color:#555555;
	background-image:url(images/fondo.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}

#page {
width:900px;
background-image:url(images/page.png);
margin:auto;
padding:auto;
}

#header {
	clear:both;
	width:auto;
	height:150px;
	background-image:url(images/fondo.jpg);
	background-repeat:  repeat-x;
}

#menulinks {
	clear:both;
	width:875px;
	height:52px;
	padding-left:25px;
	background-image:url(images/menulinks.png);
}

* html #menulinks a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #menulinks a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }
  
#menulinks a {
	padding-left:16px;
	height:50px;
	background-image:none;
	display:block;
	color:#555555;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
  }

#menulinks a span {
	padding-left:8px;
	padding-right:25px;
	padding-top:12px;
	height:38px;
	display:block;
	background-image:none;
	text-decoration:none;
	cursor:pointer;
	color:#ff9933;
  }
  
  
#menulinks a:hover, #menulinks a.active {
	background-image:url(images/menuhover.png);
	background-position:top left;
	text-decoration:none;
	color:#555555;
}

#menulinks a:hover span, #menulinks a.active span {
	background: url(images/menuhoverright.png) right top no-repeat;
	text-decoration:none;
	color: #9999cc;
}

#mainarea {
width:860px;
clear:both;
padding-left:40px;
}

#contentarea {
	width:515px;
	padding-right:20px;
	float:left;
	line-height:14pt;
	padding-bottom:10px;
	padding-left: 10px;
}

#sidebar {
float:left;
width:265px;
line-height:14pt;
}

#footer {
	width:auto;
	clear:both;
	height:auto;
	text-align:center;
	line-height:14pt;
	background-image:url(images/footer.png);
	background-repeat: repeat-x;
	color:#FFFFFF;
	background-position: top;
}

#footer a {
color:#FFFFFF;
}

h1, h1 a {
	font-size:26pt;
	color:#FFFFFF;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -3px;
}

h2 {
	font-size:12pt;
	color:#555555;
	padding-top:6px;
}

p {
	background-image: url(images/circulito_naranja.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
}

.description {
	font-size:9pt;
	color:#000000;
	margin:0;
	letter-spacing: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
color:#333333;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}


#formulario {
	width: auto;
	text-align: left;
	margin-bottom: 20px;
	}


/* formulario */

fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.botones {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 70px;
	background-color: #4680A8;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 30px;
}
textarea {
	width: 350px;
	height: 100px;
	padding: 10px;
	display: block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #4680A8;
	color: #4680A8;
}	

form{
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
input{
	padding:10px;
	margin-bottom: 12px;
	width: 350px;
	border: 1px solid #4680A8;
	display: block;
	color: #4680A8;
	font-size: 14px;
	font-weight: normal;
}

img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/* columnas */

#row {
	display: table-row;
	width: auto;
	height: auto;
}

#izquierda {
	width:170px;
	_float: left;
	display: table-cell;
	clear: both;
	float: left;
	padding-right: 10px;
}

#derecha{
	width:160px;
	_float: left;
	display: table-cell;
	float: right;
}

#central{
	width:160px;
	_float: left;
	display: table-cell;
	float: left;
}


#marcas {
	background-color: #255384;
	text-align: center;
}

