﻿body
{
	background:url(images/bakground.jpg) repeat-x; 
	background-color:#4F7CA9;
	font-family:Arial;
	font-size:13px;
	color:#B6CDCA;
	text-align:center;
	width:78%;
	padding-left:10%;
}

a img
{
    border:none;
}

.menu
{
    margin:0px 7px;
}

.centrar
{
    position:relative;
    width:900px; 
    top:50%;
    left:50%;
    margin-top:-200px;
    margin-left:-405px;
}

.loginTitles
{
	font-family:Verdana;
	font-size:12px;
	color:#000011;
	letter-spacing:1px;
	font-weight:bold;
	text-shadow:0 1px #7DA6C9;
	padding:0 0 5px 0
}

.lineaH
{
    float:right; 
    margin-right:150px; 
    height:2px; 
    background:url(../../images/lineH.jpg) repeat-x;
}
.lineaV
{
    width:2px; 
    background:url(../../images/lineV.jpg) repeat-y; 
    margin:0px 55px;
}

div .loginTitles
{
    width:250px; 
    padding-bottom:2px;
}

.loginControls
{
    padding-left:3px;
}

.lineH
{
    background:url(images/lineH.jpg) repeat-x;
    height:4px;
}

.recordarme
{
    font-family:Arial;
    color:White;
    font-weight:normal;
    font-size:11px;
    letter-spacing:0px;
}

.lnkLinks
{
    font-family:Arial;
    font-weight:normal;
    font-size:11px;
    color:#B6CDCA;
    letter-spacing:0px;
    text-decoration:none;
}

.divLinks a:hover
{
    color:White;
    text-decoration:underline;
}

/* Tablas con DIV */
div .tabla
{
    clear:none;
    overflow:auto;
}
div .fila
{
    clear:both;
}
div .col
{
    float:left;
}

h1
{
    color:White;
    font-size:20px;
}

h2
{
    font-family:Arial;
	font-size:15px;
	color:#B6CDCA;
	font-weight:normal;
	margin-top:7px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h2 .carac
{
    color:White;
    font-weight:bold;
    font-size:16px;
    margin-bottom:0px;
}

h3
{
    margin-top:7px;
    font-family:Arial;
	font-size:12px;
	color:#B6CDCA;
	font-weight:normal;
}

.panelError
{
    padding:5px; 
    color:#DD3C10; 
    background-color:#FFEBE8; 
    border:1px solid #DD3C10;
    margin-bottom:10px;
}

.panelOk
{
    padding:5px; 
    color:#000033; 
    background-color:#CCE0F5; 
    border:1px solid #000033;
    margin-bottom:10px;
}

/* Experiencias de usuario */
.expGeneral
{
    margin-bottom:30px;
}
.expTexto
{
    font-family: Trebuchet MS; 
    font-size:14px;
}
.expUser
{
    padding:10px; 
    margin-top:10px; 
    border:2px solid #D9D9D9; 
    background-color:#F5F5F5; 
    color:#999999;
}
.expNombre
{
    margin-bottom:2px; 
    text-align:right; 
    font-style:italic;
}
.expWeb
{
    text-align:right;
}

.expDefaultContent
{
    width:100%; 
    padding-left:190px;
    position:relative;
}
.expDefault
{
    margin-top:20px; 
    margin-left:300px; 
    width:370px; 
    background:url(../../images/comillas.jpg) top left no-repeat; 
    border:2px solid #6797BF; 
    padding:10px; 
    padding-left:60px; 
    background-color:#F2F2F2; 
    text-align:left; 
    color:#4F7CA9;
}
