/** ASPECTOS GENERALES **/

body {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align:center;
	padding-left:0px;
	background-image: url("http://www.marambio.aq/images/bg2010.jpg");
    background-repeat:no-repeat;
    }

.footer {
	margin-top: 40px;
	vertical-align:bottom;
}

.header {
	margin-top: 10px;
	vertical-align: top;
}

div.cajatexto {
	width="650px";
}

/** VINCULOS **/

a:link    {
	color: #E77817;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #E77817;
	font-weight: bold;
}

a:hover   {
	color: #008FD5;
	text-decoration: none;
	font-weight: bold;
}

a:active  {
	color: #008FD5;
	font-weight: bold;
}

/** MANEJO DE IMAGENES **/

.imagenDER {
	background-color: #F2F2F2;
	padding: 4px;
	border: 1px solid #D2D2D2;
	float: right;
    margin: 0px 0px 5px 5px;
}

.imagenIZQ {
	background-color: #F2F2F2;
	padding: 4px;
	border: 1px solid #D2D2D2;
	float: left;
	margin: 0px 5px 5px 0px;
}

.imagenTIT {
	background-color: #F2F2F2;
	padding: 4px;
	border: 1px solid #D2D2D2;
	margin: 0px 0px 5px 0px;
}

.imagenCENTRO {
	background-color: #F2F2F2;
	padding: 4px;
	border: 1px solid #D2D2D2;
	margin: 0px 0px 5px 0px;
	float: inherit;
}

/** FORMATOS DE TEXTO **/

.texto {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.texto-tabla {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.textoN {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.textoN-tabla {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

.textoCITA {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

.titulogral {
	font-family:'Myriad Pro', Helvetica, Arial, serif;
	src: url('http://www.marambio.aq/fonts/MyriadPro-Bold.otf');
	font-size: 29px;
	font-style: normal;
	font-weight: bold;
	text-transform:none;
	letter-spacing: 0px;
	line-height: 1.2em;
	margin-top: 10px;
	color:#E77817;
}

.titulobajada1 {
    font-family:'Myriad Pro', Helvetica, Arial, serif;
	src: url('http://www.marambio.aq/fonts/MyriadPro-Bold.otf');
	font-size: 22px;
	font-style:normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.2em;
	color:#000000;
}

.titulobajada2 {
    font-family:'Myriad Pro', Helvetica, Arial, serif;
	src: url('http://www.marambio.aq/fonts/MyriadPro-Bold.otf');
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 2px;
	line-height: 1.2em;
	color:#3293CA;
}

.titulobajada3 {
    font-family:'Myriad Pro', Helvetica, Arial, serif;
	src: url('http://www.marambio.aq/fonts/MyriadPro-Bold.otf');
	font-size: 20px;
	font-style:italic;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 2px;
	line-height: 1.2em;
	color:#3293CA;
}

.articulosN {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.articulos {
	font-family: Arial;
	font-size: 14px;
	font-style:normal;
	font-weight: normal;
}
.piedepagina {
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
}
.datostabla {
	font-family: Arial;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	color:#0033BC;
	text-shadow:#E5E5E5 -1px -1px 15px;
}
.datostablaN {
	font-family: Arial;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color:#0033BC;
	text-shadow:#E5E5E5 1px 1px 15px;
}
.titulobajadaROJO {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #F30;
}

.textoROJO {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #E77817;
}

.textoNROJO {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #E77817;
}

/** FORMATO DE TABLAS **/ /** TABLA A **/
#tabla-a {
	font-size: 12px;
	margin: 5px;
	width: 600px;
	text-align: left;
	border-collapse: collapse;
}

#tabla-a th {
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #B9C9FE;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #FFFFFF;
	color: #003399;
}

#tabla-a td {
	padding: 4px;
	background: #FFFFFF; 
	border-bottom: 1px solid #FFFFFF;
	color: #669;
	border-top: 1px solid transparent;
}

#tabla-a tr:hover td {
	background: #DEEFF9;
	color: #0000E6;
}

/** FORMATO DE TABLAS **/ /** TABLA B **/

#tabla-b {
	font-size: 12px;
	margin: 5px;
	width: 800px;
	text-align: left;
	border-collapse: collapse;
}

#tabla-b th {
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	/** background: #B9C9FE; **/
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #FFFFFF;
	color: #003399;
}

#tabla-b td {
	padding: 4px;
	background: #FFFFFF; 
	border-bottom: 1px solid #FFFFFF;
	color: #669;
	border-top: 1px solid transparent;
}

#tabla-b tr:hover td {
	/** background: #DEEFF9; **/
	color: #0000E6;
}

/** TICKER DE NOTICIAS **/

#ajaxticker1 {
	width: 650px;
	height: 50px;
	border: 1px #E9E9E9;
	padding: 2px;
	background-color: #FFFFFF;
}

#ajaxticker1 div {
	background-color: #FFFFFF;
}

ul, li {
	padding-left:10px;
	text-indent:-17px;
	margin-left:10px;
	margin-top:8px;
	list-style:square inside url("http://www.marambio.aq/images/arrow.gif");
}

li.nada {
	list-style:none;
	list-style-type:none;
}

/** CONFIGURACION DE BREADCRUMS **/

#crumbs {
	border:1px solid #DAF4FF;
	height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;

}

#crumbs li {
	float:left;
	line-height:1.5em;
	padding-left:.75em;
	color:#777;
}

#crumbs li a {
	display:block;
	padding:0 15px 0 0;
	background:url(images/crumbs.jpg) no-repeat right center;
}

#crumbs li a:link, #crumbs li a:visited {
	text-decoration:none;
	color:#777;
}

#crumbs li a:hover, #crumbs li a:focus {
	color:#DD2C0D;
}

/** MENU CHROME **/

.chromestyle {
  width: 99%;
  font-weight: bold;
}

.chromestyle:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul {
	border: 1px solid #F2F2F2;
	width: 100%;
	/*background: url(chromebg.gif) center center repeat-x; */
	padding: 0px 0px;
	margin: 0;
	text-align: left;
}

.chromestyle ul li {
	display: inline;
}

.chromestyle ul li a {
	color: #E77817;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #F2F2F2;
	font:normal 12px Arial;
	font-weight: bold;
	line-height:25px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected {
}

/** MENU DROPDOWN **/

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #F2F2F2; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:20px;
	z-index:200;
	background-color: white;
	opacity: 0.95;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #F2F2F2; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color:#607B9F;
}

* html .dropmenudiv a {
	width: 100%;
}

.dropmenudiv a:hover {
	background-color: #F1BB89;
}

/** LIGHTBOX HOVER MOUSEOVER **/
}
a.1 {
	text-decoration: none;
	color: #000000;
}
.t11 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 100;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #F2F2F2;
padding: 0px; 
left: 0px;
border: 1px gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -90px;
left: 0px; /*position where enlarged image should offset horizontally */

}

#mbi1{
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 3px solid #6DB4DB;
}
#mbi1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: center;
font-family:Arial, Helvetica, sans-serif;
padding: 15px 5px;
}
