﻿/*
 * Departamento Pintura v1.0.0.0
 * 
 * Fecha: 04/09/2008
 * Autor: AFrigols
 * Descripción: Estilos comunes a toda la aplicación
 */

body 
{
    margin: 0px;
    padding: 0px;
    font-family: segoe UI, frutiger, arial, sans serif;
    font-size: 12px;
    color: #000000;
    background-color:#d30067;
    line-height:18px;
}
h1
{
	margin-top:10px;
	padding:0px 10px 0px 10px;
}
p
{
	padding:0px 10px 0px 10px;
}
a
{
    color:#ffffff;
    text-decoration:none;
}
img
{
	border:0px;
}

/*
 * Centrado de páginas
 */ 
.centeredPage
{
	width: 616px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	margin-bottom:34px;
	margin-top:25px;
}

/* 
 *  Cabecera
 */
#header
{
	width: 616px;
	height:64px;
	padding:0px 0px 0px 0px;
}

/* 
 *  Pie
 */
#footer
{
	width: 616px;
	text-align:center;
}

/*
 * Menu principal
 */ 
#menuContent
{
	padding: 0px 0px 0px 0px;
}

/* Estructura de la página */
#contentCentral
{
	width:616px;
	padding:0px 0px 0px 0px;
	height:603px;
	/*background-image:url(../../gifs/inferior.gif);
	background-position:left bottom;
	background-repeat:no-repeat;*/
}
/* 
 *  Zona de contenido principal 
 */
#mainPanel
{
	margin: 0px 0px 0px 0px;    
    padding: 0px 0px 0px 0px;
	background-image:url(../../gifs/fondocaja.gif);
	background-position:left top;
	background-repeat:repeat-y;
	width:616px;
	height:545px;
}
#mainContent
{
}
.contentflash
{
	width:598px;
	margin-left:9px;
}
/* 
 * Alinear imágenes y textos 
 */
.imgLeft
{
	float:left;
	margin-right:18px;
}
.alignCenter
{
	text-align:center;
}
.txtRight
{
	text-align:right;
	margin-right:10px;
}
.fleft
{
	float:left;
}
.fright
{
	float:right;
}
.novisible
{
	display:none;
}
.iframe_tfno
{
	position:absolute;
	right:50px;
	top:200px;
}