/* ================================
    CSS STYLES FOR PHPDupe Skin
   ================================
*/   

body
{
color:white;
background-color:red;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

*
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

.SubHead
{
color:red;
}


a
{
color:red;
}

.rojo_sin
{
color:red;
}
strong
{
color:red;
}

img
{
	border:none;
}

.Estilo1 
{
color: #FFFFFF
text-decoration:none;
}
.Estilo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.TextoPieDesignedBy
{
    font-family: Verdana, Helvetica;
    font-size: 9px;
    font-weight: normal;
	color: #FFFFFF;
	text-align:center;
}

.TextoCabecera
{
    font-family: Verdana, Helvetica;
    font-size: 10px;
    font-weight: normal;
	color: #FFFFFF;
	text-align:center;
}

.TextoCabeceraTiendas
{
    font-family: Verdana, Helvetica;
    font-size:6px;
    font-weight: normal;
	color: #FFFFFF;
	text-align:center;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000
}

#panel_login
{
	color:red;
}

#panel_login a
{
	color:red;
	font-weight:normal;
}

#panelTienda
{

}

#panelTienda a
{
	color:red;
	font-weight:normal;
}

#panelTienda a:hover
{
text-decoration:underline;
	font-weight:normal;
}

.rojo
{
	color:red;
}


