form{
	display: inline;
}
body, h1, h2, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}


#breadcrumbs{
	color:#a8115b;
	font: 11px verdana;		
}

#breadcrumbs h1{
	color:#a8115b;
	display: inline;
	font: 11px verdana;		
}

#breadcrumbs a{
	color:#a8115b;
	font: 11px verdana;
	text-decoration: underline;	
}
a {
	color: #a8115b;
}

.Titulo_Grande {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.Titulo_Mediano {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.Titulo_Mediano:hover {
	color: #000000;
}
.Titulo_Pequeno {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.Titulo_Pequeno:hover {
	color: #000000;
}
.Texto {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.Texto:hover {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.Texto_Destacado {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.Texto_Destacado:hover {
	color: #000000;
}
.Texto {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.Categoria {
	font-size: 12px;
	font-weight: bold;
	color: #3399CC;
	text-decoration: underline;
}
.Categoria:hover {
	color: #000000;
}
.Categoria_Seleccionada{
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
.Paginador, .Paginador a{
	font-size: 10px;
	font-weight: normal;
	color: #0000FF;
}
.Paginador a:hover{
	color: #000000;
}
.Botones_Pie {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.Botones_Pie:hover {
	color: #000000;
}
.Caja {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFCC;
	width: 100%;
	border: 1px solid #FF9933;
}
.Boton {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC66;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #FFCC66;
}

.Botones_Menu {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}
