
/*
-----------------------------------------------
Lili Piedrabuena
version:  2006.07.--
----------------------------------------------- */

/* General
----------------------------------------------- */
html,body {
	height: 99%;
	}

body {
  background:#996699;
  margin:0px;
  color: #330066;
  font-family: "Times New Roman", Times, serif;
  font-size: 0.7em;
  white-space: normal;
  scrollbar-face-color: #d088ff;
  scrollbar-highlight-color: #d088ff;
  scrollbar-shadow-color: #ffddee;
  scrollbar-arrow-color: #ffffff;
  scrollbar-base-color: #f0e1ff;
  scrollbar-3d-light-color: #f0e1ff;
  scrollbar-dark-shadow-color: #f0e1ff;
  text-align: justify;
  }

#marco {
  background:#CCFF99;
  border:0;
  width:772px;
  }
  
#principal {
  vertical-align:top;
  width:730px;  
  }
  
.bordeco_v {
  background:url(imagenes/bordeco_v.png) repeat-y top center;
  height:560px;
  }
  
.bordeco_bot_left {
  background:url(imagenes/bordeco_bot_left.png) repeat-x top right;
  }
    
.bordeco_bot_right {
  background:url(imagenes/bordeco_bot_right.png) repeat-x top left;
  }

.bordeco_h {
  background:url(imagenes/bordeco_h.png) repeat-x bottom left;
  }
  
#links {
  background:url(imagenes/link_back.png) no-repeat top left;
  height:68px;
  padding-left: 100px;
  padding-top: 16px;
  }  
  
#links IMG {
  margin-left:15px;
  margin-right:15px;
  border:0;
  }  
  
#botonera {
  color:#A95068;
  background:url(imagenes/back-botonera.png) no-repeat top left;
  height:417px;
  width:190px;
  padding-left: 20px;
  vertical-align:top;
  }

#contenido {
 text-align:justify;
  width:540px;
  padding-right:15px;
  vertical-align:top;
  padding-top: 15px;
  }
  
#logo {
  padding-top:10px;
  }
   
a,
a:hover,
a:active,
a:visited {
  color:#FF6600;
  font-weight:normal;
  text-decoration:none;
  }

a:hover {
  color: #A95068;
  font-weight:normal;
  text-decoration:none;
  }

.op a,
.op a:hover,
.op a:active,
.op a:visited {
  color:#A95068;
  font-weight:normal;
  text-decoration:none;
  }

.op a:hover {
  color: #FF6600;
  font-weight:normal;
  text-decoration:none;
  }


p {
  margin:0.7em;
  }
  
li {
list-style-type: disc;
  color:#A95068;
  list-style-position:inside;
  margin-left:2px;
  }

H1  {
  color:#A95068;
  margin-bottom:0.2em;
  }

H2  {
  color:#A95068;
  margin-bottom:0.2em;
  }

H3  {
  color:#A95068;
  margin-bottom:0.2em;
  }
  
INPUT, SELECT, TEXTAREA		{
		color: #996699;
		font-family:"Times New Roman", Times, serif;
  		font-size:80%;
		border: 1px solid;
		border-color: #330066;
		}

.boton {
		color: #330066;
		background:#FFFF99;
		}
		  
.mini  {
  font-size:80%;
  }

#pie {
  width:100%;
  border:0;
  font-size:80%;
  padding-bottom:3px;
  }
  
.fotos {
  background:url(imagenes/back-fotos.png) no-repeat bottom left;
  height:475px;
  }
  