* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 80%;
	background-image: url(../imagenes/bg_rep02.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#contenedor {
	width: 900px;
	height: auto;
	margin: 0px auto;
	background-color: #EFF4FA;
}

#sombra {
	background-image: url(../imagenes/sombra_contenedor2.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#diapo {
	
}

/*************** menu */

    #tabsI {
      width:100%;
      background:#EFF4FA;
      font-size:93%;
      line-height:normal;
		border-bottom:1px solid orange;
      }
    #tabsI ul {
       margin:0;
       padding:10px 10px 10px 10px;
       list-style:none;
      }
    #tabsI li {
      display:inline;
      margin: 0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("../imagenes/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("../imagenes/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }

     #tabsI #current a {
        background-position:0% -42px;
        }
     #tabsI #current a span {
        background-position:100% -42px;
        }

/***************** fin menu */

#pie {
	width: 900px;
	height: auto;
	clear: both;
	text-align: right;
	border-top: 1px solid #FFF;
}

#col225 {
	width: 225px;
	height: auto;
	float: left;
}

#col675 {
	width: 675px;
	height: auto;
	float: left;
}

#full100 {
	width: 100%;
	height: auto;
	clear: both;
}

#idiomas {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 999;
}

.margen_10_20{
	margin: 10px 20px 10px 20px;
}

.margen_10_5{
	margin: 10px 13px 10px 5px;
}
.margen_5{
	margin: 5px 15px 5px 5px;
}
.margen_menu{
	margin: 0px 15px 0px 0px;
}

.border-left {
	border-left: 1px solid orange;
}

.txt_std {
	color: #00008B;
}

p {
	margin: 5px 0px;
}
ul {list-style-type: none;}
#pie p {
 color: #92B7EF;
}
#pie a:link, #pie a:hover, #pie a:visited {
 color: #92B7EF;
 text-decoration: none;
}

.inline {
	display: inline;
}
.center {
	text-align: center;
	}
.avisa {
	background-color: #668CD9;
	color: #fff;
	border-top: 1px solid #00008B;
	border-bottom: 2px solid #00008B;
	
}
.vulgaria {
	background-color: #fff;
	color: #00008B;
	border-top: 1px solid #92B7EF;
	border-bottom: 2px solid #92B7EF;
	xbackground-image: url("../imagenes/vulgaria_bg.gif");
	xbackground-repeat: no-repeat;
	xbackground-position: left top;
}

.padding_5_10 {
	padding: 10px 10px 10px 15px;
}
.asymp {
	color: orange;
	font-size: 1.3em;
}