/*
Estilos comunes de HTML
*/

body {
	background-color: #570006;
	background-image: url(http://www.cine.com/img/comunes/fondo.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*
Tipos de letra
*/

.titulo {
	font-family: Arial, Tahoma, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.texto {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #8E6E70;
	text-decoration: none;
}

.textoblanco {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.interior {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.destacado {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.enlace {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.enlacehome {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.enlaceinterior {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}


a.enlace:hover {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

a.enlacehome:hover {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: c3671c;
	text-decoration: none;
}
.copy {
	font-family: Tahoma, Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.copy:hover {
	font-family: Tahoma, Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

/*
Tablas y Capas
*/

.divisiones {
	background-color: #610F15;
	width: 7px;
}

.base {
	background-color: #390004;
	width: 725px;
	text-align: center;
	vertical-align: top;
}

.maqueta {
	background-color: #471216;
	font-family: Tahoma, Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-aligm: middle;
}

.cineclaro {
	background-color: #F4DACB;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
	vertical-aligm: middle;
}

.margen {
	background-color: #390004;
	height: 5px;
}

.linea {
	background-color: #390004;
	height: 1px;
}

.maqueta_copy {
	background-color: #200002;
	text-align: center;
	vertical-aligm: middle;
}

/*
Formularios
*/

input {
	font-family: Tahoma, Verdana;
	font-size: 9px;
	color: #990000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

select {
	font-family: Tahoma, Verdana;
	font-size: 9px;
	color: #990000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.blog {
	color: #D9882F;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    text-decoration: none;
}

a.blog:link  {
	color: #D9882F;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    text-decoration: none;
}