﻿body{
	font-family:Verdana, "Trebuchet MS", Arial, "Lucida Sans Unicode", Georgia, Tahoma, Geneva, Helvetica, sans-serif;
	background-color:#FFF;
	color:#333;
	margin:0;
	padding:0;
	font-size: 0.7em;
}

/* Opciones por defecto */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,pre,form,body,html,p,blockquote,fieldset,img{
    margin: 0;
    padding: 0;
    text-align: left;
}
input,textarea,select
{
    font-family: Verdana;
    font-size: 1.0em;
    
}
h1, h2, h3{
	font-family:Georgia, "Trebuchet MS", "Lucida Sans Unicode", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
}
a img,:link img,:visited img{
	border:none;
}

ul, ol {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

acronym, abbr {
	border-bottom: 1px dotted #FF9900;
	cursor: help;
}

/* Excepciones generales */
ul.listado {
	 text-align:left;
	 margin: 14px 0px;
}
ul.listado li{
	padding:0.0em 0 0.8em 1.5em;
	list-style-type:none;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('../Imagenes/bullet.png');
}
div.marcoTabla
{
    padding: 10px;
}
.boton
{
    width: auto !important;
}

