/********************************************************************************************
* Hoja de estilo (CSS)
* Creada por OVALUS.COM
*********************************************************************************************/

/* Redefinición de etiquetas HTML */

BODY {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
margin: 0px;
padding: 0px;
background-color: #FFFFFF;
}

/* Para centrar bloques */

.horizon
{
position: absolute;
top: 50%;
width: 100%;
height: 0px;
}

/* Estructuras (maqueta) */
/* Banda: panel y errores sistema */

.strip
{
position: absolute;
overflow: hidden;
width: 100%;
height: 135px;
margin: -75px auto auto auto;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
background-color:#82005E;
}

.sideup
{
position: relative;
overflow: hidden;
width: 100%;
height: 120px;
}

.sidedown
{
display: block;
width: 100%;
height: 15px;
background-color:#333333;
}

/* Uso general */

.block
{
display: table;
}

.blockleft
{
display: block;
float: left;
}

.blockright
{
display: block;
float :right;
width: auto;
height: auto;
}