@charset "utf-8";
*{margin:0; padding:0;
}

@font-face {
    font-family: 'GoudyBookletter1911Regular';
    src: url('goudy/goudy_bookletter_1911-webfont.eot');
    src: url('goudy/goudy_bookletter_1911-webfont.eot?#iefix') format('embedded-opentype'),
         url('goudy/goudy_bookletter_1911-webfont.woff') format('woff'),
         url('goudy/goudy_bookletter_1911-webfont.ttf') format('truetype'),
         url('goudy/goudy_bookletter_1911-webfont.svg#GoudyBookletter1911Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background:#8B0000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p{ text-align:justify; margin:10px 0 5px 0; margin-right:0px; text-indent:0; font-style: normal; color: #666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px; margin-left: 0px; 
}

strong{ color:#666; margin: 0px; }
/*------- Fin reset ---------*/

/* contenedor wrapper */
#wrapper { width:820px; margin: auto; background-color: #FFF; height: 540px; }

/* Imagen logo top */
.logo_top {
	width: 820px;
	margin-top: 37px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
}

/* Columna izquierda - contiene menu */
.colizq { background-color: #999; width: 135px; float: left; margin-right: 25px; height: 100%; background-image: url(../images/bg_menu.jpg); background-repeat: no-repeat; background-position: ; background-position: 70px 140px; }

/* Menu */
.menu { font-family: "Times New Roman", Times, serif; color: #FFF; font-size: 13px;  
}
.menu ul{ text-align: right; margin-right: 30px; margin-top: 96px; }
.menu ul li{ list-style-type: none; margin-bottom: 50px; margin-right: -7px; }
.menu a{ color:#FFF; text-decoration: none; 
}
.menu a:hover{ color:#900; 
}
.menu a.on{ color:#333; 
}

/* Contenido General */
.contenido { float:left; background:#FFF; width: 460px; margin-top: 13px; 
}

.contenido { float:left; background:#FFF; width: 460px; margin-top: 13px; 
}

/* Listas del contenido general */
.contenido ul{ margin:10px 0 0 0
}
.contenido ul li {
	color: #666666;
	margin:5px 0 5px 50px;
	list-style-type: disc;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Columna Derecha - contiene imagenes o otros datos */
.colder{ background-color: #FFF; width: 135px; float: right; margin-left: 25px; height: 100%; 
}
.space{ height:25px 
}

/* About Us */
.aboutus{ background-color: #FFF; width: 610px; float: right; margin-right: 35px; overflow: hidden; font-size:11px; 
}
.aboutus p{ font-size:12px; line-height: 19px; }
.aboutus img{margin-top: 0; margin-right: 10px; margin-bottom: 0; margin-left: 0; 
}
.img_autoras{ float: left; width: 136px; margin-right: 10px; 
}
.img_autoras_d{ float:right; width: 136px; margin-left: 10px; 
}
.aboutus .autoras { font-size: 10px; color: #333; 
}
.aboutus .autoras_cargo{ font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #333; font-style: italic; 
}
.aboutus a { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #333; text-decoration: none; 
}
.aboutus a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

/* Contact Us */
.contact_us { margin: auto; width: 450px; height: 10px; 
}
.contact_us .sucursales{ width: 160px; padding:5px 5px 5px 0; float:left; margin-left:35px; text-align:left; 
}
.contact_us .sucursales h1{ font-size:11px; color: #666; margin-bottom:5px;
} 
.contact_us .sucursales address{ font-size:11px; color: #666; margin-bottom:5px; font-style: normal; font-family: Arial, Helvetica, sans-serif; line-height: 15px;
} 
.contact_us .notificacion{ font-size:11.5px; font-style:italic; color: #333; width:375px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; line-height: 13px; 
}
.contact_us .emails { margin: 10px auto 0 auto; width: 380px; 
}
.contact_us .emails div{
	_margin-bottom:-2px
}
.contact_us .emails a{
	font-size:11px;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	vertical-align:bottom;
	margin: 0px;
}
.contact_us .emails a:hover {
	text-decoration: underline;
}
.contact_us .remitente{
	font-size:11px;
	color:#666;
}

/* Reference */

a.jScrollArrowUp {
	background: url(/images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(/images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(/images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder { float: left; margin: 10px; width: 478px; 
}
.holder h1 { color: #900; margin-bottom: 5px; font-size: 13px; }

.scroll-pane { width: 200px; height: 200px; overflow: auto; background: #fff; float: left; font-family: Arial, Helvetica, sans-serif; font-size: 11px; 
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}
#pane2 { height:366px; #height:355px; width: 470px; padding-right: 10px; }
/*scroll*/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack { position: absolute; cursor: pointer; right: 0; top: 0; height: 100%; background-color: #FFF; width:10px!important; }
.jScrollPaneDrag { position: absolute; background: #CCC; cursor: pointer; overflow: hidden; width:2px!important; margin-left: 4px; }
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}



/* Contenido footer */
.footer{
	width: 820px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 69px;
	margin-left: auto;
	padding-top: 3px;
}
h6 {
	visibility: hidden;
	display: none;
}

