﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
	background-color: #b6b7bc;
	background-image: url(Images/fondo.jpg);
	background-repeat: repeat;
	font-size: .80em;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	/*color: #696969;*/
}

a:link, a:visited
{
	color: #034af3;
}

a:hover
{
	color: #1d60ff;
	text-decoration: none;
}

a:active
{
	color: #034af3;
}

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
    margin-left: 80px;

}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #666666;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}

h1
{
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2
{
	font-size: 1.5em;
	font-weight: 600;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	/*width: 960px;*/
	width: 70%;
	background-color: #fff;
	margin: 20px auto 0px auto;
	/*border: 1px solid #496077;*/
}

.header
{
	position: relative;
	margin: 1px;
	padding: 1px;
	background: #4b6c9e;
	width: 99%;
	top: 2px;
	left: 1px;
	height: 52px;
}

.header h1
{
	font-weight: 700;
	margin: 1px;
	padding: 1px 1px 1px 20px;
	color: #f9f9f9;
	border: none;
	line-height: 2em;
	font-size: 2em;
}

.imgLogo
{
	margin: 2px 0px 2px 17px;
}

.main
{
	padding: 0px 12px;
	margin: 12px 8px 8px 0px;
	min-height: 520px;
}

.leftCol
{
	padding: 2px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
}

.tableMaster
{
	width: 100%;
}

.HeaderMenu
{
	padding: 1px;
	margin: 1px;
	width: 100%;
	vertical-align:top;
    height:150px;
}

.leftColMaster
{
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	width: 150px;
	vertical-align:top;
}

.rightColMaster
{
	padding: 2px 2px 2px 10px;
	margin: 8px 2px 2px 15px;
	width: auto;
}

.pagina {
    padding: 12px 12px 12px 12px;
    margin: 12px 12px 12px 12px;
}

.BordePagina {
    border: 1px solid #496077;
}


.footer {
    background: #4b6c9e;
    /*color: #4e5766;*/
    color: white;
    padding: 1px 1px 1px 1px;
    margin: 1px 1px 1px 1px;
    text-align: center;
    line-height: normal;
    width: 99%;
    height: 20px;
    text-decoration: none;
    font-family: "Lucida Grande";
    white-space: nowrap;
}

.footer a:link
{
	color:White;
	text-decoration: none;
}

.footer a:visited
{
	color:White;
	text-decoration: none;
}

.footer a:hover
{
	color: Silver;
	text-decoration: none;
}

.footer a:active
{
	color:White;
	text-decoration: none;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
	/*background-color:#3a4f63;*/
	background-color: white;
	background-image: url(Images/fondo.jpg);
	background-repeat: repeat;
	width:100%;
}

.NavigationMenu
{
    color:White;
}
 
/*    <StaticHoverStyle BackColor="#BFCBD6" ForeColor="#465C71"></StaticHoverStyle>
    <StaticMenuItemStyle HorizontalPadding="4px" VerticalPadding="8px" BackColor="#465C71" BorderColor="#4E667D" 
        BorderWidth="1px" BorderStyle="Solid" ForeColor="White" Width="120px" 
        Font-Names="lucida grande" Height="10px" ItemSpacing="3px"></StaticMenuItemStyle>
    <StaticMenuStyle ForeColor="White" />
    <StaticSelectedStyle BackColor="#465C71" ForeColor="#CFDBE6"></StaticSelectedStyle>*/

.MenuItemStyle
{
	padding: 8px 4px 8px 4px;
	background-color: #465c71;
	border-color: #4e667d;
	border-width: 1px;
	border-style: solid;
	color: #ffffff;
	width:120px;
	font-family:"Lucida Grande";
	/*display: block;
	line-height: 1.35em;
	margin:2px 2px 3px 2px;
	padding: 4px 40px 4px 40px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-family:"Lucida Grande";
	white-space: nowrap;*/
}

.HoverStyle
{
	background-color: #bfcbd6;
	color: #465c71;
	text-decoration: none;
}

.SelectedStyle
{
	background-color: #465c71;
	color: #cfdbe6;
	text-decoration: none;
}

div.menu
{
	padding: 4px 8px 4px 8px;
	width:auto;
	text-align:justify;
	min-height: 200px;
	height:auto;
		
}

div.menu ul
{
	list-style: none;
	margin: 2px;
	padding: 2px;
	width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
	background-color: #465c71;
	border: 1px #4e667d solid;
	color: #dde4ec;
	display: block;
	line-height: 1.35em;
	margin:2px 2px 3px 2px;
	padding: 4px 4px 4px 4px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-family:"Lucida Grande";
	white-space: nowrap;
}

div.menu ul li a:hover
{
	background-color: #bfcbd6;
	color: #465c71;
	text-decoration: none;
}

div.menu ul li a:active
{
	background-color: #465c71;
	color: #cfdbe6;
	text-decoration: none;
}

div.menuAdmin
{
	padding: 4px 8px 4px 8px;
	width:30%;
	text-align:justify;
	height:auto;
		
}

div.menuAdmin ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 30%;
}

div.menuAdmin ul li a, div.menuAdmin ul li a:visited
{
	background-color: #465c71;
	border: 1px #4e667d solid;
	color: #dde4ec;
	display: block;
	line-height: 1.35em;
	margin:2px 2px 3px 2px;
	padding: 4px 32px 4px 31px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-family:"Lucida Grande";
	white-space: nowrap;
}

div.menuAdmin ul li a:hover
{
	background-color: #bfcbd6;
	color: #465c71;
	text-decoration: none;
}

.menuAdmin ul li a:active
{
	background-color: #465c71;
	color: #cfdbe6;
	text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 5px 5px 5px 5px;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border: 1px solid #ccc;
	width:360px;
}

fieldset p 
{
	margin: 5px 5px 5px 5px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline 
{
	display: inline;
}

legend 
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input.textEntryCorto 
{
	width: 75px;
	border: 1px solid #ccc;
    margin-left: 0px;
}

input.textEntryMedio 
{
	width: 210px;
	border: 1px solid #ccc;
    margin-left: 0px;
}

input.textEntryLargo 
{
	width: 320px;
	border: 1px solid #ccc;
    margin-left: 0px;
}

input.textEntry 
{
	width: 320px;
	border: 1px solid #ccc;
    margin-left: 0px;
}

input.passwordEntry 
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	width: 42%;
}

.CustomComboBoxStyle 
{
	padding-left:20px;
	margin-left:20px;
	width: 320px;
    background-color: #ADD8E6;
    border: solid 1px Blue;
    border-right: 0px none;
    font-family:"Lucida Grande";}

/* MISC  
----------------------------------------------------------*/

.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;
}

.loginDisplay a:hover
{
	color: white;
}

.failureNotification
{
	font-size: 1.1em;
	color: Red;
}

.bold
{
	font-weight: bold;
}

.submitButton
{
	text-align: right;
	padding-right: 10px;
}


/* PÁGINA DE INICIO */

.btnSlideShow
{
	text-align: center;
	padding: 3px 0px 3px 0px;
}

.btnSlide {
    padding: 4px 4px 4px 4px;
    margin: 2px 4px 2px 4px;
    text-align: center;
}

.leftColInicio
{
	width:35%;
	text-align:right;
}

.centerColInicio
{
	width:35%;
    text-align: center;
}

.imgInicio
{
	width:500px;
    text-align: center;
}

.rightColInicio
{
	width:30%;
}

.imgMedidasVertical
{
	width:300px;
}

.leftColSastres
{
	width:45%;
	text-align:right;
}

.centerColSastres
{
	width:40%;
	text-align:center;
}

.rightColSastres
{
	width:10%;
}
.imgSastres
{
	width:700px;
}

.leftCol50
{
	width:20%;
	text-align:right;
}

.centerCol50-1
{
	width:60%;
	text-align:center;
}

.centerCol50-1
{
	width:60%;
	text-align:center;
}

.rightCol50
{
	width:20%;
}

/* CONTACTO */

.btnEnviarContacto
{
	text-align: center;
	padding-right: 10px;
    font-family:"Lucida Grande";
}

fieldset.Privacidad
{
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
	width:700px;
}

.btnAvanzarRetroceder
{
	text-align: right;
	padding: 3px 0px 3px 0px;
    font-family:"Lucida Grande";
}

.btnAvanzarRetrocederLeft {
    text-align: left;
    padding: 3px 0px 3px 0px;
    font-family: "Lucida Grande";
}

.CabeceraAccordion
{
	background-color: #465c71;
	border: 1px #4e667d solid;
	color: #dde4ec;
	display: block;
	line-height: 1.35em;
	margin:2px 2px 3px 2px;
	padding: 4px 40px 4px 40px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	font-family:"Lucida Grande";
	white-space: nowrap;
	cursor: pointer;
}

.CabeceraAccordionSeleccionada
{
	background-color: #bfcbd6;
	color: #465c71;
	border: 1px #4e667d solid;
	display: block;
	line-height: 1.35em;
	margin:2px 2px 3px 2px;
	padding: 4px 40px 4px 40px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	font-family:"Lucida Grande";
	white-space: nowrap;
}

.ContenidoAccordion
{
	display:none;
}

.LeyendaAccordion
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

.Etiqueta
{
	font-size: 1em;
	font-weight: 300;
}

.DatosCliente
{
	font-size: 1em;
	font-weight: 300;
	text-align:right;
}

.takeItcenter
{
	text-align="center"
} 