/*



*/


*{
	margin:0;
	padding:0;
}

/* QUITADO
body{
	background:#353535;
	background-color:#999999;
}
*/

/* hacks varios, adivinen para q browser… */
html, body {
	min-height: 100%; /* alto minimo FF y Safari */
    width: 98%;
    height: 100%; /* alto minimo para IE Windows */
    margin: 0;
    padding: 0;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	text-align:left;
	color: Black;
	margin: 5px auto 5px auto;	 
	 
}

/* QUITADO
modelo_pagina{
background-color:#0000FF;
}
*/


html{
	height:100%;
}


/* QUITADO
body {
 

	scrollbar-3dlight-color:#BD1F24; 
	scrollbar-arrow-color:#BD1F24; 
	scrollbar-base-color:#F9EED2; s
	crollbar-darkshadow-color:#BD1F24; 
	scrollbar-face-color:#ffffff; 
	scrollbar-highlight-color:#F9EED2; 
	scrollbar-shadow-color:#F9EED2	

}
*/






a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
/*	font-weight:bold;*/
	font-size:inherit;
}
a:link {
	color:#000033; /* Azul Claro*/
	text-decoration:none;
	font-size:inherit;
}
a:hover {
	color:#666666; text-decoration:none;
	font-size:inherit;
}
a:active {
	color: #48D1CC; text-decoration:none;
	font-size:inherit;
}
a:visited {
	color:#0000FF;
	text-decoration:none;
	font-size:inherit;
}



/* Estructura general de la web */
b{ 
	font-size:12px; 
}

h1 {
	font-size: 1.5em;
	background-color:#FF0000;/*#990000;*/
	color:white;
	text-transform:uppercase;
}

h2 {
	letter-spacing: 0px;
	text-transform:capitalize;	
	color:#0066FF;
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 0.5em;
}


ol {
	margin-bottom: 2em;
	line-height: 200%;
}



td {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

th{
	background:#FFFFFF;
	color: Black;
	font-size:12px;
	font-weight:bold;
	height:10px;
	text-align:center;
	height:27px;
}

tbody{
	border:none;
}

/* Fuente General  */
p{
	color:inherit;
/*	text-align:justify;
	text-indent:inherit;*/
}


small{
	font-size:x-small;
	color:#666666;
	font-style:oblique;
}




blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 3.5em;
	border-left: 5px solid #DDDDDD;
	background: url(VE/blockquote.gif) no-repeat left top;	
}


form { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	color: #3366FF;
	text-decoration: none;
	text-align: left;
	border: 0px solid #666666;
   	background: #FFFFFF;
}

input.post,textarea.post{
	background:#ffffff;
	border: 1px solid #CCCCCC;	
	font:11px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:2px;
	padding-left:2px
}

#formulario {
	width: 100%;
	margin: 0 auto;
}

#formulario fieldset {
	border: 1px solid #66CC33;
}

#formulario legend {
	font-weight: bolder;
	font-size: 18px;
	padding: 5px 5px 2px 2px;
	color:#006600;
}

#formulario label {
	display: block;
	color:#0000FF;
}

#formulario input, #formulario textarea, #formulario select {
	margin-left:2px;
	margin-bottom: 5px;
}

#formulario input.enviar {
	display: block;
	color:#006600;
	margin: 0 auto;
}

/*
Solucion al problema de los retornos de carro en las clasificaciones
*/
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}