/* CSS Document */

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/loop.jpg);
	background-repeat: repeat-x;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:700;
}

#contenedor {
	border:solid 1px #999999;
}

#caja_content {
	border-top:solid #999999 1px;
	border-bottom:solid #999999 1px;
	background-color:#86b0f0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
}

.epigrafe {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
}

	.botones {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:700;
	text-decoration:none;
	color:#666666;
	border:solid #999999 1px;
	width:100px;
	height:20px;
	background-color:#86b0f0;
}
	.botones a {
		color:#666666;
		text-decoration:none;
	}
	.botones a:hover {
		color:#333333;
		text-decoration:none;
	}
	.Estilo48 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	
}
  .LetraBlanca 
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color : #0166FF;
	
  }
   .LetraBlanca_Subtitulo1 
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color : #289afc;
	
  }
    .LetraBlanca_Subtitulo2 
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color : #70bbfb;
	
  }
  

div.menu
{
    padding: 4px 0px 4px 8px;
}







/* FORM ELEMENTS   
----------------------------------------------------------*/
fieldset
{
    margin: 1em 0px;
    padding: 1em;
   /* border: 1px solid #ccc;*/    
}
.editarDips
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    height: 250px;
    width: 400px;
    text-align: left;
    
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}


legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
	text-align: center;
	text-indent: 14%;
    width: 304px;
}

div.accountInfo
{
	width: 50%;
	position: absolute;
		/*nos posicionamos en el centro del navegador*/
		top:50%;
		left:50%;
		/*determinamos una anchura*/
		width:400px;
		/*indicamos que el margen izquierdo, es la mitad de la anchura*/
		margin-left:-200px;
		/*determinamos una altura*/
		height:300px;
		/*indicamos que el margen superior, es la mitad de la altura*/
		margin-top:-150px;
		padding:5px;
	
}
.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}



.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.Estilo1 {font-size: 10px}

 .LetraPublishing
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color : #EE7407;	
  } 