@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
}

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;
 }
 
 div#cabezera{
	width:750px;
	height: 127px;

}
div#contenido{
	width:710px;
	height: 512px;
	background-image: url(../imagenes/Portada/Fondo_ContenidoPortada.jpg);
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
div#footer{
	width:750px;
	height: auto;
}




/* CLASES GENERALES */

body{
	background-image: url(../imagenes/Portada/Fondo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
 	}


/* CONTENIDO */

.actualizacionNew{
	width:355px;
	height: auto;
	float: left;
	margin-top: 10px;
}

.blog {
	height: 158px;
	width: 329px;
	float: right;
	margin-top: 40px;
	margin-right: 15px;
	margin-bottom: 100px;
}
.fotoblogportada {
	height: 139px;
	width: 100px;
	top: 3px;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 6px;
}
.prologo{
	width:355;
	height: 210px;
	float: left;
	}
.seguir {
	float: right;
	height: auto;
	width: auto;
	margin-right: 30px;
}
.seguir2 {

	height: auto;
	width: auto;
	margin-right: 30px;
}

.textoblogportada{
	height: 125px;
	width: 210px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}
.textoblogportada h2{
	height: auto;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	width: auto;
	}
.facebook {
	float: right;
	height: 50px;
	width: 350px;
	margin-top: 162px;
}
#popup
   {
	border: 1px solid #666666;
	background-color:#CCCCCC;
	width: 600px;
	height: 514px;
	border: 1px solid #333333;
	color: #FFFFFF;
	font-weight: bold;
	position:absolute;
	z-index:10;
	left: 242px;
	top: 129px;
}

