﻿body
{
    color: #000000;
    background-color: #666666;
    margin: 0px;
    background-image: url('../Images/background_cuerpo.gif');
    background-repeat: repeat;
}
#contenedor0
{
                text-align: center;
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height:100%;
                overflow: visible;
                visibility: visible;
                display:block;
}

#contenedor1
{ 
	position: absolute;
	top: 0px;
	/*margin-top: -300px;*/
	left: 50%;
	margin-left: -400px;
	width: 800px;
	visibility: visible;
	height: 600px;
	/*
	background-image: url('../Images/mano_digital_01.png');
	*/
	
}





#cabecera
{
    padding: 0px;
    border-width: 0px;
    font-family: Verdana, Geneva, Arial, sans-serif;
    background-color: #333333;
    position: absolute;
    width: 800px;
    height: 110px;
    visibility: visible;
    clear: both;
    left: 1px;
}
#idioma
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	position: absolute;
	text-align: right;
	top: 95px;
	left: 686px;
	font-size: x-small;
	border-bottom-width: 5px;
	border-bottom-color: #3333CC;
	color: #FFFFFF;
}


a.links:link{COLOR:White}
a.links:visited{COLOR:#FFFF99}

#izquierda
{
	top: 110px;
	width: 225px;
	position: absolute;
	left: 1px;
	height: 520px;
	border-right-style: inset;
	border-right-width: 1px;
	border-right-color: #000000;
	background-color: #333333;
}

#izquierda-master2
{
	top: 110px;
	width: 200px;
	position: absolute;
	left: 1px;
	height: 480px;
	border-right-style: inset;
	border-right-width: 1px;
	border-right-color: #000000;
}

#cuerpo
{
	/*
	border-width: thin;
	border-style: ridge;*/
	left: 226px;
	top: 110px;
	width: 575px;
	position: absolute;
	height: 480px;
}

#cuerpo-master2
{
	/*
	border-width: thin;
	border-style: ridge;*/
	left: 206px;
	top: 110px;
	width: 816px;
	position: absolute;
	height: 648px;
}

#pie
{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 18px;
	visibility: visible;
	display: block;
	color: #FFFF99;
	font-weight: bold;
	bottom: 0px;
}

#login1
{
	left: 0px;
	text-align: left;
}
	
.login
{
	color: #0066FF;
	font-family: Verdana;
	font-size: small;
	background-color: #333333;
}


a.links:hover
{
	color: #FFFF00;
}
/*news

*/
#news-titulo
{
	font-family: Verdana;
	font-size: medium;
	color: #FFFF99;
	font-weight: bold;
}

#news-image
{
	position: absolute;
	left: 0px;
}

#news-title
{
    font-size: 0.7em;
    color: #FFFF99;
    font-family: verdana;
    font-weight: bold;
    position: absolute;
    left: 75px;
    text-align: center;
}

#news-date
{
	font-size: 0.6em;
	font-style: normal;
	color: #C0C0C0;
	font-family: verdana;
	font-weight: bold;
}

#news-content
{
	font-size: 0.7em;
	font-style: normal;
	color: #FFFFFF;
	font-family: verdana;
	font-weight: 400;
}	

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTACTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#formulario-contacto-contenedor0
{
     text-align: center;
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height:100%;
     overflow: visible;
     visibility: visible;
     display:block;
}

#formulario-contacto-contenedor1
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	visibility: visible;
	height: 600px;
	background-image: url('../Images/fondo-contacto-05.jpg');
}

#formulario-contacto-cabecera
{
	padding: 0px;
	border-width: 0px;
	position: absolute;
	width: 800px;
	height: 105px;
	visibility: visible;
	clear: both;
	left: 1px;
}

#formulario-contacto-cuerpo
{
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	position: absolute;
	width: 700px;
	height: 500px;
	visibility: visible;
	clear: both;
	font-size: small;
	left: 0px;
	top: 110px;
	border-right-style: inset;
	border-left-style: inset;
	border-right-width: 0.5px;
	border-left-width: 0.5px;
	border-right-color: #000000;
	border-left-color: #000000;
	text-align: right;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2
{
	font-size: 1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOTOS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.photo-border
{
	background-position: 50% top;
	border: 0.5px solid #000000;
	padding: 1px;
	background: #FFFF99 url('../../images/bg-photo.png') repeat-x 50% top;
	display: block;
	Width: 45px;
	/*Height: 30px;*/
}

.contacto-comentarios
{
	background-color: #C0C0C0;
	color: #000000;
	font-family: 'Arial Narrow';
	font-size: medium;
	font-weight: bold;
	width:320px;
}
.contacto-campos
{
	font-family: "Arial Narrow";
	font-size: medium;
	color: #000000;
	background-color: #C0C0C0;
	width: 320px;
	font-weight: bold;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	avisolegal

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#avisolegal-contacto-contenedor0
{
     /*text-align: center;*/
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height:100%;
     overflow: visible;
     visibility: visible;
     display:block;    
}

#avisolegal-contacto-contenedor1
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	visibility: visible;
	/*background-image: url('../Images/fondo-contacto-05.jpg');*/
	background-color: #FFFFFF;	
}

#avisolegal-contacto-cabecera
{
	padding: 0px;
	border-width: 0px;
	position: absolute;
	width: 800px;
	height: 105px;
	visibility: visible;
	clear: both;
	left: 1px;
}

#avisolegal-contacto-cuerpo
{
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	position: absolute;
	width: 780px;
	visibility: visible;
	clear: both;
	font-size: small;
	top: 110px;
	border-right-style: inset;
	border-left-style: inset;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
	background-color: #FFFFFF;
}

