﻿body {
}


.fondo
{
	font-family: Verdana;
	font-size: x-small;
	background: url(images/tatuajesfondo.jpg) #000000 fixed no-repeat center center;
}

.fondointro
{
    font-family: Verdana;
    font-size: x-small;
    background: url(images/tatuajesfondo2.jpg) #000000 fixed no-repeat center top;
}


.panel1
{
	padding: 5px;
	background-color: #0b0b0b;
	color: #C0C0C0;
	  background: url(images/fondo1.jpg) #000000 fixed no-repeat center top;
}

.panel_left
{

	background-color: #0b0b0b;

}

.panel_right
{
	
	background-color: #0b0b0b;

	
}





.panel_registro
{
	background-position: left top;
	background-color: #0b0b0b;
	color: #FFFFFF;
	
	background-repeat: no-repeat;
}
.textbox_normal
{
	background-color: #666666;
	color: #FFFFFF;
}
.textbox_negrita
{

	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	
}

.text_normal
{
	color: #FFFFFF;
}
.panel_medio
{
	background-position: left top;
	background-color: #0b0b0b;
	color: #FFFFFF;
	background-image: url(images/fondoregistro.jpg);
	background-repeat: no-repeat;
	border-bottom: #000000 2px solid;
}


.text_left_submenu_header
{
    color: whitesmoke;
    padding-right: 5px;
}


.text_left_submenu_header_underline
{
	color: whitesmoke;
	padding-right: 5px;
	text-decoration: underline;
	list-style-type: circle;
	list-style-position: inside;
	margin-bottom: 2px;
}

.text_left_submenu
{
	color: #C0C0C0;
	padding-right: 10px;
	list-style-type: square;
	list-style-position: inside;
	text-decoration: none;
	
	padding-bottom: 2px;
	
}
.li{

  list-style-type: circle;
	
	list-style-position: inside;}
	
	
	
	
	A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}
