﻿/*
 * ANGELS CAPITAL v1.0.0.0
 * 
 * Fecha: 15/05/2008
 * Autor: AFrigols
 * Descripción: Estilos comunes a toda la aplicación
 */

body 
{
    margin: 0px;
    padding: 0px;
    font-family: Arial,Verdana;
    font-size: 12px;
    color: #000000;
}

h1
{    
    font-family: Arial,Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #000000;    
    margin: 5px 0px 5px 0px;    
}
h2
{    
    font-family: Arial,Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #83847e;    
    margin: 5px 0px 0px 0px;    
    clear:both;
}
.txtazul
{    
    color: #2e4f84;    
}

p
{
    margin-top: 10px;
    margin-bottom: 15px;    
}

a
{
    color:#2e4f84;
    text-decoration:none;
}

ul
{
	list-style-image:url(../../gifs/cuadazul.gif);
}
.ulemprendedores li
{
	margin-bottom:12px;
	list-style-type:none;
}

img
{
	border:0px;
}

SELECT { 
font-size : 11px; 
} 

INPUT { 
	font-size : 11px; 
	background-color:#e6e6e6;
	border:solid 0px #ffffff;
	height:16px;
} 
textarea { 
	font-size : 11px; 
	background-color:#e6e6e6;
	border:solid 0px #ffffff;
} 

/*
 * Fondo de páginas
 */ 
.bgfondo
{
	position:absolute;
	z-index:0;
	width:100%;
	height:100%;
}
/*
 * Centrado de páginas
 */ 
.centeredPage
{
	position: relative;
	width: 990px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
}
.centeredPage2
{
	position: relative;
	width: 1010px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
}

/* 
 *  Cabecera
 */
#header
{
	/*background-image:url(../../gifs/fondo_web.jpg);
	background-repeat:repeat-x;*/
	height:183px;
	width:982px;
}

/*
 * Pie
 */ 
#footer
{
	width: 962px;
	font-size:10px;
	background-image:url(../../gifs/linea_puntos_azul.gif);
	background-repeat:repeat-x;
	background-position:left top;	
	padding:12px 10px 10px 10px;
	position:relative;
	float:left;
}

/*
 * Menu principal
 */ 

#menuContent
{
	position:relative;
    font-family: arial;
    font-size: 12px;
    top: 155px;
    /*text-align:center;*/
	width: 982px;
	margin: 0px auto;
	padding: 0px 0px 5px 0px;
	background-image:url(../../gifs/linea_puntos_azul.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}

/*
 * Meta menú
 */
#metamenu
{
	top:5px;
	left:0px;
	position:absolute;
	right:0;
	padding-top:1px;
	padding-bottom:4px;
	padding-right:20px;
	font-size:11px;
	width:952px;
}
#metamenu a
{
	color:#000000;
	font-weight:normal;
}
#metamenu .right
{
	float:right;
	margin-right:5px;
	border:solid 1px #ffffff;
}
#metamenu .logo
{
	float:left;
	padding-left:25px;
	padding-top:20px;
}

/* Estructura de la página */
#menuleft
{
	width:200px;
	margin-right:45px;
	float:left;
}
#menuleft ul
{
	list-style-image:none;
	list-style-type:none;
	color:#a49b91;
	font-size:14px;
	text-align:right;
}
#menuleft li
{
	margin-bottom:10px;
}
#menuleft a
{
	font-weight:normal;
}

#contenido
{
	padding:15px 35px 15px 20px;
	float:left;
	width:675px;
}
.contenido01
{
	padding:15px 5px 15px 20px;
}
#contentLeft
{
	width:580px;
	margin-right:25px;
	margin-left:20px;
	float:left;
}
#contentRight
{
	width:315px;
	float:left;
}

/* 
 *  Zona de contenido principal 
 */

#mainPanel
{
    position: relative;
    margin: 0px 0px 0px 0px;    
    padding: 0px 0px 20px 0px;
    float:left;
    width:982px;
}
#mainContent
{
    padding: 20px 30px 0px 6px;
    font-family: Arial,Verdana;
    font-size: 11px;
    float:left;
    width:982px;
}

#localizador
{
	padding:0px 2px 10px 20px;
}

/* Cajas */
.colbox
{
	padding:10px 10px 0px 0px;
	margin-bottom:10px;
}
.colbox .texto
{
	padding-left:20px;
}
.colbox .textoR
{
	padding-left:5px;
	padding-top:2px;
}

/* Colores de fondo */
.bgcolor01
{
	background-color:#F3F3F1;
}
.bgcolor02
{
	background-color:#FFFFFF;
}
.bgcolor03
{
	background-color:#f3f3f1;
}
.error
{
	color:Red;
}

/* Tablas */
.TABLE
{
	margin:10px 0px 10px 0px;
}
.TABLE a
{
	color:#517b8b;
	font-weight:normal;
}
.TABLE .thead
{
	background-color:#517b8b;
	color:#ffffff;
	font-weight:bold;
	height:30px;
}
.TABLE .thead a
{
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;	
}
.TABLE .thead td
{
	vertical-align:text-top;
}
.TABLE td
{
	padding-right:10px;
	padding-left:5px;
	height:20px;
}
.TABLE .tdRight
{
	text-align:right;
}
.TABLE .tdCenter
{
	text-align:center;
}
.TABLE .imgorder
{
	height:30px;
	margin-right:2px;
	margin-top:5px;
	float:left;
}
.TABLE .tdWidth1
{
	width:140px;
}
.TABLE .tdWidth2
{
	width:60px;
}
.TABLE .tdWidth3
{
	width:200px;
}
.TABLE .tdWidth4
{
	width:30px;
}
.TABLE .tdWidth5
{
	width:75px;
}

/* Filas y columnas */
.formRow
{
	clear: both;
    padding: 0px 0px 0px 0px;    
    /*border-bottom:solid 1px #ffffff;*/
    margin-bottom:1px;
    float:left;
    width:100%;
}
.formCol
{
	width: auto;
	float:left;	
	margin: 0px 5px 0px 0px;
}
.formColLeft
{
	width: 150px;
	float:left;	
	margin: 0px 10px 0px 0px;
}
.formCol2
{
	width: 47%;
	float:left;	
	margin: 0px 0px 0px 0px;
}
.formCol3
{
	width: 30%;
	float:left;	
	margin: 20px 15px 0px 0px;
}
.formCol4
{
	width: 400px;
	float:left;	
	margin: 0px 15px 0px 0px;
}
.formbotones	{
	padding: 5px 15px 5px 0px;
}
.formbotones a
{
	font-weight:bold;	
}
.legalInfo 
{
	margin: 10px 10px 10px 0px;
	font-size:10px;
	line-height:normal;
	float:left;
}
.formError
{
	color:red;
	clear:both;
	float:left;
}
/* Alinear imágenes y textos */
.imgLeft
{
	float:left;
	margin-right:15px;
}
.imgRight
{
	float:right;
	margin-left:15px;
}
.alignCenter
{
	text-align:center;
}
.txtRight
{
	text-align:right;
	margin-right:10px;
}
.fleft
{
	float:left;
}
.fright
{
	float:right;
}
.mBottom
{
	margin-bottom:10px;
}

/* Anchos */
.nWidth01
{
	width:100px;
}

/* Colores de fondo */
.bgcolor01
{
	background-color:#e6e6e6;
}

/* Separadores */
.separador {
  background-image:url(../../gifs/linea_rayas_gris.gif);
  background-repeat:repeat-x;
  background-position:left bottom;
  width:100%;
  margin:0px 0px 10px 0px;
  padding:4px 0px 0px 0px;
  height:3px;
}
.separador01 {
  background-image:url(../../gifs/linea_rayas_gris.gif);
  background-repeat:repeat-x;
  background-position:left bottom;
  width:300px;
  margin:0px 0px 10px 0px;
  padding:4px 0px 0px 0px;
  height:3px;
}
.separador02 {
  background-image:url(../../gifs/linea_puntos_azul.gif);
  background-repeat:repeat-x;
  background-position:left bottom;
  width:580px;
  margin:0px 0px 12px 0px;
  padding:5px 0px 0px 0px;
  height:3px;
  clear:both;
}
.separador03 {
  background-image:url(../../gifs/linea_puntos_azul.gif);
  background-repeat:repeat-x;
  background-position:left bottom;
  width:300px;
  margin:0px 0px 12px 0px;
  padding:5px 0px 0px 0px;
  height:3px;
  clear:both;
}

/* Otros elementos */
.masinfo
{
	float:right;
	padding-right:10px;
}
.masinfo a
{
	font-weight:bold;
}
.contactForm
{
	margin-top:20px;
}

/* Noticias */
.noticias .fecha
{
	color:#9d9282;
}
.noticias .titular
{    
    font-family: Arial,Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #9d9282;    
}

/* Descargas */
.download
{
	float:left;
	margin-top:2px;
	margin-right:5px;
}