body{
	background:#666666;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

a img{
	border:0px;
}

a, a:link, a:visited{
	color:#333333;
}

a:hover{
	color: #996666;
	text-decoration:blink;
}

li{
	line-height:25px;
}

#contenedor{
	width:998px;
	background:#FAF19B;
	margin: 0 auto;
}

#cabecera{
	background:url(images/cabecera.jpg);
	width:998px;
	height:110px;
	float:left;
	display:block;
}

#cuerpo{
	width:738px;
	float:left;
	display:block;
}

#contenido{
	width: 730px;
	margin: 0 auto;
	text-align:justify
}

#derecha{
	background: #FFFFFF;
	width:260px;
	float:left;
	display:block
}

#abajo{
	float:left;
	width:998px;
	color: #666666;
	font-size:11px;
	text-align:center;
}

#barra{
	background: url(images/barrita.gif) repeat-x;
	height:12px;
	width:260px;
	float:left;
}

#menu{
	display:block;
	color:#FFFFFF;
	background: url(images/dotmenu.gif) #993366;
	background-repeat:no-repeat;
	background-position:14px 18px;
	font-size:14px;
	font-weight:bold;
	padding-left:35px;
	line-height: 45px;
	border-left:1px solid #FFFFFF;
	border-bottom:1px dotted #FFFFFF;
	float:left;
	width:224px;
}

#menu A{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}

#menu:hover{
	background: url(images/dotmenuhover.gif) #AD5C85;
	background-repeat:no-repeat;
	background-position:14px 18px;
	font-size:16px;
	text-decoration: underline;
}

#marcofrente{
	width: 243px;
	float:left;
	margin-top:5px;
	display:block
}

#contenidomarcofrente{
	width: 230px;
	margin:5px;
	text-align:justify;
}

fieldset {
	margin:0 .5em .5em .5em;
	padding:1em;
	border:1px solid #B5CCBA;
	background:#F1F8F6;
}

* html fieldset div {
	width:250px; /* Width for IE5 */
	w\idth:250px; /* Width for IE6 */
}

legend {
	font-weight:bold;
	color:#333;
	margin:0;
	padding:0.5em;
}
input {
	font-size:100%;
	background:#F1F1F1;
	margin:5px auto 5px auto;
	border:1px solid #B5CCBA;
}

input:hover {
	background:#FAFBFC;
}

input:focus, textarea:focus {
	border-color:#666;
	background:#FFF;
}

form {
	font-family:Verdana, sans-serif;
	margin:0;
	padding:0;
}

#formContenedor 
{
	width:730px;
	margin:5px auto 5px auto;
	padding:5px;
}

textarea
{
	padding:0;
	margin:5px auto 10px auto;
	font-size:12px;
	background:#F1F1F1;
	border:1px solid #B5CCBA;
	width:380px;
	height:140px;
}

label { display: block; color: #000 }

.inputNormal { border:1px solid; }

button {
	width:180px;
	border:1px solid #B5CCBA;
	padding:0.25em;
	background:#F1F8F6 url("images/fade.png") repeat-x;
	margin:12px 4px 5px 4px;
	color:#333;
	font-weight:bold;
}

#formulario {
	width:615px;
	padding:5px;
	text-align:center;
}

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 600px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}

.highslide-body H2{
	color:#948800;
}

.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* Video overlay */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	margin-top: -107px;
	margin-left: -150px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 320;
	height: 265;
	padding: 5px;
	border: 5px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}