/* 
    Document   : ProsyssCCS
    Created on : 3/01/2009, 03:06:43 PM
    Author     : Ing. Luis Espino
    Description:
        Hoja de Estilos para el site de Prosyss
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
    /*background-image: url('images/bg.gif');*/
    background-color:#1079A7;
}

.tdProy {
    padding:8px;
    font-family: Arial;
    color: Black;
    font-size: 13px;
    text-align:justify;
    vertical-align:top;
}

body {
    font-family: Verdana;
    color: Black;
    font-size: 12px;
    /*background-image: url('images/bg.gif');*/
    background-color:#1079A7;
}

ul
{
    list-style-type:none;
    display:block;
}

ul li
{
    float:left;
    display:block;
}

ul li a
{
    float:left;
    padding: 10px;
    background:url(images/prosyss_web_arrow1.jpg) 0 6px no-repeat;
    text-indent: 8px;
    font-weight:normal;
    font-size:12px;
}

ul li a:hover
{
    float:left;
    padding: 10px;
    background:url(images/prosyss_web_arrow2.jpg) 0 6px no-repeat;
    text-indent: 8px;
    text-decoration:none;
    font-weight:normal;
    font-size:12px;
}


.Title {  
  font-family: Tahoma;
  font-size: 18px;
  color:#0B5575;
  font-weight:bold;
  padding: 50px;
}

.Content {  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color:#333333;
  padding: 20px;
  width:800px;
}

#header {
    width: 800px;
    height: 20px;
    margin: 0 auto;
    background: url(images/barra_header.gif) no-repeat left bottom;
}

#page {
    width: 800px;
    margin: 0 auto;
    background: #D4C792 url(images/barra_page.gif) repeat-y;
}

#footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight:bold;
    color:white;
    padding: 20px;
}

.MenuItem {
    background-image:url('CSS/images/bg.gif'); 
    height:25px;
    color:Black;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 10px;
}

.HoverMenuItem {
    background-image:url('CSS/images/bg.gif'); 
    height:25px;
    color:White;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-decoration:underline;
}

h4 a:link
{
    color:#0B5575;
    text-align:left;
    text-decoration:none;
    font-size: 16px;
    font-weight:bold;
    font-family:Arial;
}

h4 a:hover
{
    color:#0B5575;
    text-align:left;
    text-decoration:none;
    font-size: 16px;
    font-weight:bold;
    font-family:Arial;
}

h4 a:visited
{
    color:#0B5575;
    text-align:left;
    text-decoration:none;
    font-size: 16px;
    font-weight:bold;
    font-family:Arial;
}

a:link {    
    color:#0B5575;
    font-weight: normal;
    font-family: Verdana;
    font-size: 12px;
    text-decoration:none;
    text-indent: 8px;
}

a:visited {    
    color:#0B5575;
    font-weight: normal;
    font-family: Verdana;
    font-size: 12px;
    text-decoration:none;
    text-indent: 8px;
}

a:hover { 
    color:#0B5575;
    font-weight: normal;
    font-family: Verdana;
    font-size: 12px;
    text-decoration:underline;
    text-indent: 8px;
}


.tdMenu {
    background-image:url(../CSS/images/bg.gif); 
    text-align: center;
    height:30px;  
}

p {
    text-align:justify;
}


#tdMain {
    color:Black;    
    font-family: Verdana;
    font-size: 12px;
    text-decoration:none;
}

.PageMain {
    color:Black;    
    font-family: Verdana;
    font-size: 12px;
    text-decoration:none;
}

h1 {
    color:#63615F;
}

h2 {
    color:#63615F;
    text-align:left;
}

h4 {
    color:#0B5575;
    text-align:left;
}

a.linkpage:link {    
    color:Navy;
    font-weight: bold;
    font-family: Verdana;
    font-size: 12px;
    text-decoration:none;
}

a.linkpage:visited {    
    color:Navy;
    font-weight: bold;
    font-family: Verdana;
    font-size: 12px;
    text-decoration:none;
}

a.linkpage:hover { 
    color:#2c57fb;
    font-weight: bold;
    font-family: Verdana;
    font-size: 12px;
    text-decoration:underline;
}

#footer a:link {    
    color:white;
    font-weight: bolder;
    font-family: Verdana;
    font-size: 10px;
    text-decoration:none;
    padding:10px;
}

#footer a:visited {    
    color:white;
    font-weight: bolder;
    font-family: Verdana;
    font-size: 10px;
    text-decoration:none;
    padding:10px;
}

#footer a:hover { 
    color:white;
    font-weight: bolder;
    font-family: Verdana;
    font-size: 10px;
    text-decoration:underline;
    padding:10px;
}

