@charset "utf-8";

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
object { outline:none; }
body{
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	background:#dcdbd7 url(../images/background.jpg) repeat-x;
	color:#727272;
}

.hr{
	height:2px;
	background: url(../images/hr.gif);
	overflow:hidden;
}
/*
comunes
*/
.pr15{
	padding-right:15px;
}
.pl15{
	padding-left:15px;
}
.floatright{
	float:right;
}
.floatleft{
	float:left;
}
/*
estructura
*/
#box {
	width: 881px;
	position:relative;
	margin:0 auto;
}
#navigation{
	line-height:30px;
	text-align: right;
}
#header{
height:120px;
	background: url(../images/logo.gif) no-repeat 0 33px;
	clear:both;
}
#search{
	height:110px;
	position:relative;
}
#search .logo{
	position:absolute;
	top:33px;
	left:0;
	width:234px;
	height:44px;
}
#search .title{
	position:absolute;
	top:45px;
	left:363px;
	font-size: 16px;
	font-weight:bold;
	color:#666;
}

#search .box{
	position:absolute;
	width:256px;
	height:32px;
	top:40px;
	right:0;
	background: url(../images/searchbox.gif);
}
#search .input{
	border:0;
	background:white;
	position:absolute;
	color:#999;
	font-size:16px;
	left:6px;
	top:6px;
	width:210px;
}

#search .boton{
	height:100%;
	width:33px;
	position:absolute;
	right:0;
	top:0;
}

#shoutbox{
	height:90px;
	background: url(../images/shoutbox.gif) no-repeat;
	position:relative;
}
#shoutglobe{
	height:61px;
	top:20px;
	left:15px;
}
#shoutleft{
	position:absolute;
	top:18px;
	left:15px;
}
#shoutright{
	position:absolute;
	top:18px;
	right:15px;
}
#shouttext{
	width:530px;
	margin:0 auto;
	color:#333;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	padding-top:40px;
	float:right;
	opacity:0;
	letter-spacing: -1px;
}
#shouttext a{
text-decoration:none;
color:#3cc;
}
#shoutinfo{
	padding-top:6px;
	text-align:right;
	color:#727272;
	clear:right;
	float:right;
}
#shoutinfo a{
	text-decoration:none;
	color: #FE473D;
}
#content{
padding-bottom:15px;
}
.box875 {
	width:875px;
	position:relative;
}
.box875 .top{
	height:7px;
	background: url(../images/fondo875top.gif);
}
.box875 .int{
	background: #fff;
	padding:18px 25px;
}
.box875 .bottom{
	height:7px;
	background: url(../images/fondo875bottom.gif);
}
#content h1{
	color:#000;
	font-weight:700;
	font-size:24px;
}
#content h2{
	color:#3cc;
	font-weight:700;
	font-size:16px;
}
#content p{
	margin-top:10px;
}
#content .item:after{	
	content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#content .item form{
	margin:10px 0;
}
#content .item a{
	color:#3cc;
	font-weight:bold;
	text-decoration:none;
}
#content .item .thumb{
	float:left;
}
#content .item .desc{
	float:right;
	width:598px;
}
#footer{
	text-align:right;
	font-weight:bold;
	font-size:12px;
	padding-top:6px;
}
#footer a{
	text-decoration:none;
	color:#727272;
	padding-left:30px;
}

#footer span{
	position:absolute;
	left:0;
	font-size: 11px;
}
#none{
visibility:hidden;
}

/*** ESSENTIAL STYLES ***/
#navigation, #navigation * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#navigation {
	line-height:	1.0;
}
#navigation ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
#navigation ul li {
	width:			100%;
}
#navigation li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#navigation li {
	float:			left;
	position:		relative;
}
#navigation a {
	display:		block;
	position:		relative;
}
#navigation li:hover ul,
#navigation li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul#navigation li:hover li ul,
ul#navigation li.sfHover li ul {
	top:			-999em;
}
ul#navigation li li:hover ul,
ul#navigation li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#navigation li li:hover li ul,
ul#navigation li li.sfHover li ul {
	top:			-999em;
}
ul#navigation li li li:hover ul,
ul#navigation li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
#navigation {
	float:			right;
	margin-bottom:	1em;
}
#navigation a{
	color: #A5A5A5;
	text-decoration: none;
	padding:8px 15px;
	font-weight:bold;
	font-size:13px;
}
#navigation a, #navigation a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #A5A5A5;
}
#navigation li {
	background:		#000;
}
#navigation li li {
	background:		#000;
	text-align:left;
}
#navigation li li li {
	background:		#000;
}
#navigation li:hover, #navigation li.sfHover,
#navigation a:focus, #navigation a:hover, #navigation a:active {
	background:		#333;
	color:#33CCCC;
	outline:		0;
}

/*** arrows **/
#navigation a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#navigation ul .sf-sub-indicator { background-position:  -10px 0; }
#navigation ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#navigation ul a:focus > .sf-sub-indicator,
#navigation ul a:hover > .sf-sub-indicator,
#navigation ul a:active > .sf-sub-indicator,
#navigation ul li:hover > a > .sf-sub-indicator,
#navigation ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

#formulario{
position:relative;
width:384px;
height:389px;
background: url(../images/fondo_formulario.gif) no-repeat;
color:white;
font-weight:bold;
font-size:13px;
}
#formulario p span{
font-weight:normal;
}
#formulario .cerrar{
position:absolute;
right:-9px;
top:-14px;
}
#formulario .campos {
padding:15px 0;
}
#formulario .campos .required span{
color:red;
}
#formulario .campos input, #formulario .campos textarea{
color:#727272;
font: 13px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
width:271px;
padding:3px;
border:0;
}
#formulario .campos input{
background:url(../images/fondo_input.gif);
height:17px;
}
#formulario .campos textarea{
background:url(../images/fondo_textarea.gif);
height:132px;
}
#formulario .campos{
width:277px;
margin:0 auto;
}
#formulario .enviar{
display:block;
width:121px;
height:29px;
margin:0 auto;
}
