﻿/************************************************************

Elementos

*************************************************************/
body
{
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    padding: 0px;
    margin: 0px;
}
h1
{
    font-size: medium;
    font-weight: bold;
    color: #5c5c4f;
    padding-left: 10px;
}



/************************************************************

Cabecera y Pie

*************************************************************/

.Top
{
    background-image: url(../../imagenes/top.gif);
    background-repeat: no-repeat;
    width: 800px;
    height: 80px;
}

.TablaPrincipal
{
    width: 800px;
    margin-top: 3px;
    
}
.Tablas
{
    width: 800px;
}
.Separador
{
    height: 3px;
}



/************************************************************

Bordes

*************************************************************/

.BordeTabla
{
   border: solid 1px #5c5c4f;
}

/************************************************************

Footer

*************************************************************/

.Footer
{
  background: #5c5c4f;
  font-size: x-small;
  text-align: center;
  color: #FFFFFF;
  height: 25px;
  padding: 1xp;  
}

/************************************************************

Principal

*************************************************************/

.CeldaPrincipalIz
{
    width: 600px;
}
.CeldaPrincipalDer
{
    width: 150px;
    border-left: dashed 1px #e6b012;
 }

/************************************************************

Fotos

*************************************************************/

.FotoBorde {
	border:1px solid #e6b012;
	padding:4px;
	background:#FCF3D8 url(../../Imagenes/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}
.photo-float-left {
	float:left;
	margin-right:10px;
	}
	
.photo-float-right {
	float:right;
	margin-left:10px;
	}

/************************************************************

Link

*************************************************************/

a:link {
	color: #5c5c4f;
	text-decoration:none;
	
}

a:visited {
	color:#5c5c4f;
	text-decoration:none;
}

a:hover 
{
    color: #e6b012;
	text-decoration:none;
}

a:active {
	color:#5c5c4f;
}

/************************************************************

Cuerpo

*************************************************************/

.TituloPagina
{
    background-color: #5c5c4f;
    border-bottom: solid 1px #e6b012;
    border-top: solid 1px #e6b012;
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
    height: 35px;
    padding-left: 10px;
}
.CellContenido
{
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}
.CellMenu
{
    width: 150px;
}

/************************************************************

Lista

*************************************************************/
.List-of-links
{
    border-bottom: 1px dashed #666666;
    font-size: x-small;
    list-style-type: none;
    list-style-image: url('../../Imagenes/list-bullet-02-link.gif');
    padding-top: 3px;
    padding-bottom: 3px;
    list-style-position: inherit;
    width: 150px;
}
.List-of-links-Inside
{
    font-size: x-small;
    list-style-type: none;
    list-style-image: url('../../Imagenes/list-bullet-02-link.gif');
    padding-top: 3px;
    padding-bottom: 3px;
    list-style-position: inherit;
    width: 150px;
}
