/** listado **/
h2{
	color:#000000;
}

.listado{
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}
.cabecera_listado{
	background-color:#8fc837;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

.fila_par{
	background-color:#FFFFFF;
}

.fila_impar{
	background-color:#EEEEEE;
}

/** Enlaces **/
a:link{
	color:#000000;
	text-decoration:none;
}
a:visited{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#993366;
	text-decoration:underline;
}

.button{
	font-family:verdana; 
	font-size:8.5pt; 
	color:#ffffff;
	border: 1px solid #FFFFFF; 
	background-color : #8fc837;
}

.boton2 {
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
	text-align: center;
	border-top: 2px solid #cccccc;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #cccccc;
	vertical-align: middle;
}

.boton1 {
	font-family:verdana; 
	font-size:8.5pt; 
	color:#ffffff;
	border: 1px solid #FFFFFF; 
	background-color : #8fc837;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}

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

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

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

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

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

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

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

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

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}
.foto_privado {
	border: 1px solid #000000;
}
