@charset "utf-8";
/* DOCUMENTO CSS  ---- www.mlainezdesign.cl --- */



/* RESET CSS */

* {margin: 0; padding: 0; border: 0;}

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, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
	line-height: 1;
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	height: auto;
	width: auto;
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}

h1 {font-size: 26px; }

h2 {font-size: 20px; }

h3 {font-size: 16px; }

h4 {font-size: 14px; }

h5 {font-size: 12px; }

h6 {font-size: 10px; }

li {list-style: none;}

a {text-decoration: none; color:#8b0101; }

a:hover {text-decoration: underline; color:#258785 }




/*-- ESTRUCTURA --*/
#Container{
	width:750px;
	height: auto;
	padding:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000033;
	border-left-color: #000033;
	background-color: #d6e1e5;
 }

 div#cabezera{
	width:750px;
	height: 127px;

}
div#contenido_int{
	background-color: #d6e1e5;
	width:715px;
	height: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 15px;
	float: left;
}
div#footer{
	width:750px;
	height: auto;
	float: left;
}
div#contenido_inagenes{
	width:715px;
	height: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 15px;
	float: left;
	background-image: url(../imagenes/imagenes/fondo.png);
}

/* CLASES GENERALES */
body{
	background-image: url(../imagenes/Portada/Fondo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
 	}
	
.TituloEntra {
	height: auto;
	width: 550px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
}
.fotoantiguedades{
	height: auto;
	width: auto;
	float: left;
	margin-top: 15px;
	margin-right: 26px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.contenedorfotos{
	width:680px;
	height: auto;
	float: left;
	margin-left: 20px;
	}

#contenedorfotos{
	width:560px;
	height: auto;
	float: right;
	}
.Menu {
	float: left;
	height: 20px;
	width: 130px;
}
.tabla {
	float: left;
	margin-left: 10px;
}

div#seccionmenu {
	width: 150px;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.Blog_Int {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	vertical-align: top;
	text-indent: 1px;
	letter-spacing: normal;
	line-height: 19px;
}

.FotosBlog {
	border: 1px solid #999999;
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.Comentario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	vertical-align: middle;
}


#Contenido_form {
	background-position: center center;
	top: -1px;
	top: 0px;
	height: auto;
	width: 750px;
	background-image: url(../imagenes/Portada/fondofor.jpg);
	float: left;
}
#Formulario {
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	height: 350px;
	width: 411px;
	margin-top: 120px;
	margin-left: 180px;
	margin-bottom: 50px;
}

A:link.enlace {
	text-decoration:none;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 208px;
}
A:visited.enlace {
	text-decoration:none;
	color:#333333;
	font-size: 11px;
}
A:hover.enlace {
	text-decoration:none;
	color:#990000;
	font-family: tahoma;
	font-weight: bold;
}
A:active.enlace {
	text-decoration:none;
	color:#990000;
	font-family: tahoma;
	font-weight: bold;
}
.BorderFotos {
	border: 1px solid #999999;


}
.firma {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0033CC;
	float: right;
	margin-right: 40px;
}

