/*****************************************************/
/*   Autor:  Juan Luis Membreño                      */
/*           juanluis.jl@gmail.com                   */
/*   Versión: 1.0                                    */
/*   Fecha:   Marzo, 2008                            */
/*****************************************************/

body {
    margin: 0;
	padding: 0;
	text-align: center;
             }

#container {
    text-align: left;
    margin: 0;
    width: 770px;
    margin-top: 0px;
    padding-top: 0px;
}

h1 {
    background: transparent;
    color: #FFF;
    margin: 0;
    padding-right: 40px;
    background-image: url(../img/HEAD02_02.jpg);
    background-position: right;
    height: 133px;
    background-repeat: no-repeat;
    text-align: right;
    font-family: Tahoma, Arial, sans-serif;
    font-size: x-large;
    font-variant: small-caps;

}
/*
h1ani
  {
    width: 152px;
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;  }
*/

h2 {
    background: #D36832;
    color: #FFF;
    margin: 0;
    background-position: right;
    background-repeat: no-repeat;
    text-align: right;
    font-family: Tahoma, Arial, sans-serif;
    font-size: x-small;
    background-image: url(../img/HEAD02_03.jpg);
    height: 22px;
    padding-right: 40px
}
h3 {
    background: #D36832;
    color: #FFF;
    margin: 0;
    background-position: right;
    background-repeat: no-repeat;
    text-align: right;
    font-family: Tahoma, Arial, sans-serif;
    font-size: small;
    background-image: url(../img/HEAD02_04.jpg);
    height: 38px;
    padding-right: 40px;

}

#nav {  float: left;
    width: 221px;
    display: block;
    margin-top: 0px;
    padding: 15px 0;
    background-image: url(../img/izqb.jpg);
    font-family: Tahoma, Arial, sans-serif
}


#content {
 float: right;
    width: 515px;
    margin-right: 10px;
    padding: 15px 0;
  font-family: Tahoma, Arial, sans-serif;
         text-align: justify;
  font-size: small;
 }
#footer
{
    clear: both;
    background: #885150;
    color: #fff;
    padding: 5px 10px;
    text-align: right;
    font-size: 80%;
    padding-right: 40px;
}


/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		/* position, size, and font of  menu */
	{
float: left;
position:relative;
	top:0px;
	left:0px;
	z-index: 10;
	width: 13em;						/* [1] width of menu item (i.e., box) */
	text-align: right;
	font-size: small;
     background-image: url(../img/izqb.jpg);
	font-family: helvetica, arial, geneva, sans-serif;
  padding-right: 36px;
  background-repeat: repeat-y;
  border-bottom-color: #895150
}

#menuv a
	{
	width: 100%;
	display:block;
	padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;
	border-bottom:5px solid #555;		/* adds bottom border */
	white-space:nowrap;
  padding-right: 5px;
  border-bottom-color: #895150
}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: white;
	background-color: #D75A58;
	text-decoration:none;				/* removes underlines from links */
  border-bottom-color: #895150
}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover				/* all menus on mouse-over */
	{
	color: #FFFFFF;
	background-color: #000000;
	}

#menuv li
	{
	list-style-type:none;		/* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 13em;				/* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				/* keeps the menu parts together */
	padding:0;
	width: 13em;			/* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}



    #tit01
 {
  font-family: Tahoma, Arial, fantasy;
  font-size: large;
  color: #895150 ;
  border-bottom: thin double #CCCCCC;
  font-weight: bold
}

  #subtit
 {
  font-family: Tahoma, Arial, fantasy;
  font-size: medium;
  color: #895150 ;
  border-bottom: thin double #CCCCCC;
  font-weight: bold
}

#contentizq {
 float: center;
         font-family: Tahoma, Arial, sans-serif;
         text-align: justify;
  font-size: small;

 }

 a {
color:#CC6714;
background-color: transparent;
text-decoration: none;
}

a:hover {
color:#996600;
background-color: transparent;
}
