body {
	margin : 0;
	border : 0;
	padding : 0;
	background-color : white;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
}

/*FORMULARIOS*/
form {
	margin : 0;
	padding : 0;
	border : 0;
}
input
{
	border : 1px solid #d0d0d0;
	background-color : white;
	color : black;
	font-family : Verdana, serif;
	font-size : 10px;
	font-weight : normal;
}
input:disabled
{
	border : 1px solid #d0d0d0;
	background-color : gray;
	color : black;
	font-family : Verdana, serif;
	font-size : 10px;
	font-weight : normal;
}
textarea
{
	background-color : white;
	color : black;
	font-family : Verdana, serif;
	font-size : 10px;
	font-weight : normal;
	border-color : #d0d0d0;
	border-style : solid;
	border-width : 1px;
}
select
{
	color : black;
	background-color : white;
	font-family : Verdana, serif;
	font-size : 10px;
	font-weight : normal;
	border-color : black;
	border-style : solid;
	border-width : 1px;
}
input.alto
{
	border : 1px solid #d0d0d0;
	background-color : #EEEEEE;
	height: 30px;
	color : black;
	font-family : Verdana, serif;
	font-size : 10px;
	font-weight : normal;
}

/*LINKS*/
a, a:link, a:active, a:visited
{
	text-decoration : none;
	color : #445588;
}
a:hover
{
	text-decoration : none;
	color : #224466;
}
a.titulo_gr, a.titulo_gr:link, a.titulo_gr:active, a.titulo_gr:visited
{
	color: #29176E;
	font-family : Times New Roman;
	font-size : 26px;
}
a.titulo_gr:hover
{
	text-decoration : underline;
}
a.titulo_med, a.titulo_med:link, a.titulo_med:active, a.titulo_med:visited
{
	color: #29176E;
	font-family : Times New Roman;
	font-size : 20px;
}
a.titulo_med:hover
{
	text-decoration : underline;
}
a.titulo_min, a.titulo_min:link, a.titulo_min:active, a.titulo_min:visited
{
	color: #29176E;
	font-family : Times New Roman;
	font-size : 18px;
}
a.titulo_min:hover
{
	text-decoration : underline;
}
a.titulo_alt1, a.titulo_alt1:link, a.titulo_alt1:active, a.titulo_alt1:visited
{
	color: #29176E;
	font-family : Times New Roman;
	font-size : 16px;
}
a.titulo_alt1:hover
{
	text-decoration : underline;
}
a.titulo_alt2, a.titulo_alt2:link, a.titulo_alt2:active, a.titulo_alt2:visited
{
	color: #0060B6;
	font-family : Times New Roman;
	font-size : 16px;
}
a.titulo_alt2:hover
{
	text-decoration : underline;
}
a.ampliar, a.ampliar:link, a.ampliar:active, a.ampliar:visited
{
	color: #0060B6;
	font-family : Arial;
	font-size : 11px;
	font-weight: bold;
}
a.ampliar:hover
{
	color: #057AD1;
}
a.ampliar2, a.ampliar2:link, a.ampliar2:active, a.ampliar2:visited
{
	color: #29176E;
	font-family : Arial;
	font-size : 11px;
	font-weight: bold;
}
a.ampliar2:hover
{
	color: #057AD1;
	text-decoration : underline;
}




/*IMÁGENES*/
img
{
	border : 0;
}

img.floatleft
{ 
    float: left; 
    margin: 4px; 
}


/*DIV'S*/
.volanta
{
	color : #666666;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	text-transform:uppercase;
}

.copete
{
	margin: 0;
	color : #666666;
	font-family : Arial;
	font-size : 13px;
	font-weight : normal;
}

.texto
{
	color : #666666;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
}

.textocomments
{
	color : #666666;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
}

.textosmall
{
	color : #666666;
	font-family : Arial;
	font-size : 9px;
	font-weight : normal;
}

.textouser
{
	color: #29176E;
	font-family : Arial;
	font-size : 12px;
	font-weight : bold;
}

.textored
{
	color : #FF0000;
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
}

.titulo
{
	color: #29176E;
	font-family : Times New Roman;
	font-size : 20px;
}

.titulo_gr
{
	color: #29176E;
	font-family : Times New Roman;
	font-size : 26px;
}

.errores
{
	border: solid 1px #666666;
	margin: 0 auto;
	width: 450px;
	text-align: center;
	background-color: #E3F5FF;
	color: #666666;
}

.floatleft
{ 
    float: left; 
	margin-left: 12px;
	margin-right: 10px;
	width: 275px;
	height: 250px;
}

h3
{
	color: #29176E;
}