/* @override http://emiliolacroze.loc/css/estilos.css */
/* @group Base */

html{
	background-color: white;
}

strong{
	font-weight:bold;
}

h1{
	font-size: 138.5%;
}
h2{
	font-size: 22px;
    font-weight: lighter;
    font-style: italic;
    color: #990033;
    text-align:left;margin-bottom: 10px;}
h3{
	font-size: 20px;
    font-weight: lighter;
    font-style: italic;
    color: #990033;
    text-align:left;margin-bottom: 10px;}
body{
	font: 77% Georgia, "Times New Roman", Times, serif;
}
p{margin-bottom: 10px;}
#hd{
	height:115px;
	width:100%;
}
#hd p {
	float: right;
	padding-right: 10px;
	padding-top: 15px;
	clear: both;
}

#doc4{
	font : Georgia, "Times New Roman", Times, serif;
}

#slideshow{
	visibility: hide;
	margin:0px auto 0px auto ;
	overflow: hidden;
}

#ft {
	height:100px;
	width:100%;
	font-size: 77%;
	text-align:center;
	color: silver;margin-top: 10px;}
#ft a {
	color: #e89594;
}
#ft a:hover {
	color: silver;
}
.yui-t7{
	background-color:#FFFFFF;
}

.yui-u{
	text-align:center;
}

.yui-u h3{
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	text-align:center;
}

a {
	font-weight:bold;
	text-decoration: none;
	color: black;
}

a:hover{
	color:#808080;
}
.pics {
	height:359px;
	width:730px;
	overflow: hidden;
}

.pics img {
	position:relative;
	float:none;
	left:0px;
	top:0px;
	height:359px;
	width:730px;
}

.data {
	font-size: 77%;
	color: gray;
	background-color: white;
}

.data p {
	text-align: left;
	padding-left: 10px;
	font-weight: normal;
	font-style: normal;
}

.centerdata {
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}
/* @end */

/* @group Avisos */

.ads{
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	font-size: 77%;
	font-style: italic;
}
.ads a {
	color: #666;
	text-decoration: none;
}
.ads a:hover {
	color: #900000;
}

/* @end */

/* @group Botoneras */
#menu{margin-top: 15px;margin-bottom: 10px;}
 #botonera {
	width: 359px;
	padding: 0;
	position: relative;
	margin:0px auto;
	background-image: url(../images/botoneras.gif);
	background-color: #FFFFFF;
	height: 25px;
	clear:both;
}
#botonera li { padding: 0; list-style: none;
    position: absolute; top: 0;margin-left: 2px;}
#botonera li, #botonera a {
	height: 25px;
	display: block;}
#editorial {left: 72px; width: 75px;}
#comercial { left: 150px; width: 82px;}
#bio { left: 232px; width: 55px;}
#contacto { left: 286px; width: 74px;}
#editorial a:hover {
    background: url(../images/botoneras.gif) no-repeat -74px -25px;}
#comercial a:hover {
    background: url(../images/botoneras.gif) no-repeat -152px -25px;}
#bio a:hover {background: url(../images/botoneras.gif) -234px -25px no-repeat;}
#contacto a:hover {
    background: url(../images/botoneras.gif) -288px -25px no-repeat;}


/* @end */

/* @group Idiomas */

 #idioma {
	width: 320px;
	padding: 0;
	position: relative;
	margin:0px auto;
	background-image: url(../images/idioma.gif);
	background-color: #FFFFFF;
	height: 25px;
	clear:both;
}
  #idioma li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
    
  #idioma li, #idioma a {
	height: 25px;
	display: block;
}
  #espanol {left: 0px; width: 78px;}
  
  #english {
	left: 78px;
	width: 78px;
}
  #francaise {
	left: 157px;
	width: 94px;
}
  #italiano {
	left: 242px;
	width: 78px;
}
   #espanol a:hover {
    background: url(../images/idioma.gif) no-repeat 0px -25px;}
   #english a:hover {
    background: url(../images/idioma.gif) -78px -25px no-repeat;}
	 #francaise a:hover {
    background: url(../images/idioma.gif) -157px -25px no-repeat;}
     #italiano a:hover {
    background: url(../images/idioma.gif) -242px -25px no-repeat;}

/* @end */
/* @group publicidad */
.publi{
    text-align: center;margin-top: 8px;margin-bottom: 8px;}
/* @end */

/* @group galeria */

.celda p {
	text-align: center;
}
.celda p a {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #990033;
}
.sgTitle {
    font-size: 20px;
    font-weight: lighter;
    font-style: italic;
    color: #990033;
    text-align:left;
}
.sgSubTitle{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
}
.sgNavBar {
    font-weight: lighter;
    font-style: italic;
    color: #990033;
    text-align:right;
}
.cinta {
    overflow: auto;
    /*overflow-y: hidden;*/
    position: relative;
    height: 375px;
}
.cinta ul {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
}
.cinta ul li {
    display: inline;
}
/* @end */
#contactform{width: 450px;float: left;}
.contacto label	{display: block;margin-top: 5px;margin-bottom: 5px;font-weight: bold;}
.alignright{float: right;margin-left: 10px;margin-bottom: 10px;}