/***********************************************/
/* Autores.css                                 */
/* Para usar con plantilla Autores.dwt         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px 10% 10%;
	padding: 0px;
	font-size: x-small;
}

a:link, a:visited, a:hover {
	color: #CC6633;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 130%;
 color: #666633;
}

h2{
 font-size: 110%;
 color: #666633;
}

h3{
 font-size: 120%;
 color: #666633;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #FFFFCC;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

/************** #fin **************/