﻿@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	position: relative;
	min-height: 100%;
	}
body {
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
  }
.menu {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.90);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	border-bottom: 1px solid #EBEBEB;
	margin: auto;
	overflow: hidden;
	}
header nav {
	clear: none;
	display: block;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	line-height: 1;
	text-align: right;
	padding-top: 50px;
}
header nav a {
	border-top: medium none;
	display: inline-block;
	color: #231F20;
	padding: 18px 19px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
header nav a:hover {
	text-decoration:underline
	}
.menu nav ul {
	float: right;
}
.menu nav ul li{
	float: left;
}
.menu img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.menu #logo {
	float: left;
}

.menu #contMenu {
	margin: 0px auto;
	max-width:1000px;
	
}
article {
	margin: 0px auto;
	margin-top: 180px;
	padding-bottom: 115px;
	margin-bottom: 150px;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.90);
	max-width:1000px;
	-webkit-box-shadow: 4px 3px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    4px 3px 10px rgba(50, 50, 50, 0.75);
	box-shadow:         4px 3px 10px rgba(50, 50, 50, 0.75);
	font-family: Verdana, Arial;
	min-height: 480px;
}
article h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 33px;
	font-weight: bold;
	color: #333;
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 10px;
	padding-top: 5%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;

}
article h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #333;
	margin-left: 10%;
	margin-top: 20px;
}
article form p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 5px;
}
article form {
	margin-left: 10%;
	}
article p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	margin-left: 10%;
	margin-top: 50px;
}
article p a {
	color: #333;
	text-decoration: underline;
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	height: 50px;
	width: 100%;
	z-index: 999;
	border-top: 1px solid #EBEBEB;
	margin: auto;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.90);
}
footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	padding-top: 20px;
	margin: 0px auto;
	text-align: center;
}


.float-left {
    float: left;
}

.float-right {
    float: right;
}


.login 
{
    margin-top: 35px;
    font-size: 16px;
}

.login td 
{
    height: 35px;
}

.login input[type=text], .login input[type=password]
{
    width: 200px;
}

.login .input
{
    padding-left: 30px;
}

.login .rememberme 
{
    padding-top: 20px;
    font-size: 14px;
    color: #444;
}

.login input[type=submit] 
{
    font-size: 16px; 
    height: 33px; 
    padding-left: 18px; 
    padding-right: 18px; 
    margin-top: 30px;
}



/* Tabla listado campa */
.table-container 
{
    width: 100%; 
    overflow-x: auto; 
    border: 2px solid #ddd; 
    padding: 0; 
    margin: 0;
}

#lista_campanyas, #estadisticas 
{
    width: 100%;
    background-color: White;
    margin: 0;
}

#lista_campanyas tr, #estadisticas tr
{
    border: 1px solid #bbb;
    padding-left: 2px;
    padding-right: 2px;
}

#estadisticas
{
    margin-top: 10px;
    margin-left: -100px;
}

#estadisticas .totales
{
    background-color: #666;
    font-weight: bolder;
    color: #efefef;
    height: 20px;
    vertical-align: middle;    
    font-weight: bold;
    background-color: gray;
    color: white;
}



#lista_campanyas th, #estadisticas th 
{
    background-color: #666;
    font-weight: bolder;
    color: #efefef;
    height: 20px;
    vertical-align: middle;    
}

#lista_campanyas td, #lista_campanyas th, #estadisticas td, #estadisticas th 
{
    padding-left: 10px;   
    padding-right: 10px;
    font-size: 12px;
    white-space: nowrap;
}

#estadisticas thead tr
{
    background-color: gray;
    color: white;
}

#estadisticas td
{
    text-align: center;
}

#lista_campanyas td 
{
    height: 22px;
    vertical-align: middle;
}

.links-superior 
{
    font-weight: bold;
    margin-bottom: 20px;
}

fieldset 
{
    font-size: 12px;
}

.Comentario 
{
    font-size: 11px;
    color: Teal;
    font-weight: bold;
}

.input-archivo 
{
    padding: 20px;
    padding-left: 30px;
}

#loginForm 
{
    margin-bottom: 100px;
}


#Descripcion, #DescripcionBreve, #Video, #Titulo, #Subtitulo, #Nombre, #LinkFotoLandingPage, #LPPersonalizada, #MailingPersonalizado, #Asunto, #LinkMailLandingPage, #email
{
    width: 670px;
}

#Foto, #FotoCupon 
{
    width: 565px;
}

.estadisticas h3 
{
    margin-top: 15px;
    margin-bottom: 15px;
}

.stat-value 
{
    font-weight: bold;
}


textarea 
{
    font-family: Arial;
    font-size: 13px;
}

#Descripcion, #LPPersonalizada, #MailingPersonalizado
{
    height: 200px;
}

table tr td
{
    vertical-align: top;
    line-height: 2.2;
}



.zona-botones
{
    margin-top: 30px;
}

.boton
{
    font-weight: bold;
    font-size: 14px;
}


