﻿
h1.woc 
{
    font-family: Arial;
    color: #6699cc;
    padding-left: 60px;
    font-size: 28px;
    padding-top: 5px;
    padding-bottom: 10px;
}

h1.wocLogin
{
    background: url(img/login.gif) no-repeat;
}

h1.wocProyectos
{
    background: url(img/icon_proyectos.gif) no-repeat;
}

h1.wocBitacoras
{
    background: url(img/icon_bitacoras.gif) no-repeat;
}

h2.woc 
{
    font-family: Arial;
    color: #6699cc;
    padding-left: 30px;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 10px;
}


h2.wocProyectos
{
    background: url(img/icon_proyectos_small.gif) no-repeat;
}

h2.wocBitacoras
{
    background: url(img/icon_bitacoras_small.gif) no-repeat;
}

h3.woc 
{
    font-family: Arial;
    color: #000066;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 10px;
}
ul.wocListaProyectos 
{
    margin: 0px 0px 100px 0px;
    padding: 5px 5px 10px 5px;
	list-style: none;
	font-size:12px;
	font-weight: normal;
}


ul.wocListaProyectos li
{
	background: url(img/golink.jpg) no-repeat 0px 2px;
	padding-left: 15px;
	padding-top:0px;
	padding-bottom: 15px;
	color: #000066;
}



ul.wocListaProyectos a 
{
	color: #000066;
	text-decoration:none;
	font-weight: normal;
}

ul.wocMenu
{
    margin:  10px 0px 100px 0px;
    padding:  5px 5px 10px 0px;
	list-style: none;
	font-size:12px;
	font-weight: normal;
}


ul.wocMenu li
{
	background: url(img/golink.jpg) no-repeat 0px 2px;
	padding-left: 15px;
	padding-top:0px;
	padding-bottom: 15px;
	color: #000066;
}



ul.wocMenu a 
{
	color: red;
	text-decoration:none;
	font-weight: normal;
}


input.wocLogin 
{
    background-color: #bab3d6;
}

.error 
{
    color: Red;
}

.nombreCliente 
{
    font-weight: bold;
}

.wocHr 
{
    background: url(img/hr.gif) repeat-x;
    width: 100%;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

td.bg1 
{
    background: url(img/td_1.gif) repeat-x;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

td.bg1b 
{
    background: url(img/td_1.gif) repeat-x;
    padding-top: 4px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
}

td.bg2
{
    background: url(img/td_2.gif) repeat-x;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

.loginForm 
{
    width: 110px; background-image: url(img/bg_form.jpg); border: 1px solid #999999; font-size:10pt; color: #000099
}