@charset "utf-8";
/* ---- Main CSS  for page structure ---- */

body {
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   font-size: 90%;
   background: #b3b3b3 url("../images/bg-gris.jpg") repeat-x; 
   line-height: 0px;
   font-size:12px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
}
.header{
   position: relative;
   float: left;
   left: 0px;
   width: 893px;
   height: 26px;
}
.wrapper{
   position: relative;
   float: left;
   left: 0px;
   width: 893px;
   overflow: hidden;
   height:100%;
}
.left1{
   position: relative;
   float: left;
   left: 0px;
   width: 23px;
   min-height: 789px;  
}
.left2{
   position: relative;
   float: left;
   left: 0px;
   width: 268px;
   height:100%;
}
.left3{
   position: relative;
   float: left;
   left: 0px;
   width: 575px;
   min-height: 789px;
}
.right{
   position: relative;
   float: right;
   right: 0px;
   width: 27px;
   min-height: 789px;
}
.footer{
   position: relative;
   float: left;
   left: 0px;
   width: 893px;
   height: 45px;
}

/* ---------- specifc stylings------------*/

.texto {
	line-height:normal;	
}

.imagecontainer {
   overflow: hidden;
   /*margin-bottom:-4px;*/
}

.imagelink {
	border:none;	
}

h1 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#00CCFF;
}

#slideshow {
	background-color:#FFF;	
}

#menuprops {
	background-color:#4B4B4B;
}

#logo {
	background-color:#4B4B4B;
}

#shadow1 {
	background: url("../images/shadowleft1.png") repeat-y;
}

#shadow2 {
	background: url("../images/shadowright1.png") repeat-y;
}


.Estilo2 {	font-size: 24px;
	color: #FFFFFF;
}
#tarjeta {	
	background-image:url("../images/tarjeta.jpg");
	width:525px;
	height:232px;
}

