body {
	/*background: #FFF url(back2.png) repeat;*/
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /*IE6*/
	margin: 0 auto;
	background-color: White;
}
div{/*
	border: 1px solid ;
	margin: 0px; padding: 0px;*/
}
#contenedor{
	margin: 0  auto;
	text-align: left;
	width: 800px;
	background-color: #F5F5F5;
	background: url(logos/fondo2.gif);
	padding: 0 25px;
}
#cabecera{
	/*width: 800px;*/
	height: 75px;
	margin: 0 auto;
	color: White;
	font-family: Tahoma;
	font-size: 40px;
	text-align: right;
	font-style: italic;
	background: #4A5A8C url(logos/c3.jpg) no-repeat;
	text-decoration: underline;
	text-transform: capitalize;
	font-weight: bolder;
	padding-right: 40px;
}
#cabecera a{
	text-decoration: none;
	font-weight: normal;
	/*color: #FCC54E;*/
	
}
#main{
	border: 1px dotted silver;
	margin: 20px;
	margin-left: 150px; /*margin-right: 10px;*/
	padding: 10px 40px;
	background-color: #FFFFF0;	
}
#blog_main{
	border: 1px dotted silver;
	margin: 10px;
	margin-left: 150px; /*margin-right: 10px;*/
	padding: 10px 10px;
	background-color: #FFFFF0;	
}
#menu{
	/*position: relative;*/
	width: 100px;
	padding:20px;
	left: 20px;
	top: 20px;
	float:left;
	/*border: medium solid;*/	
	line-height: 24px;
	
}


.frase{
	/*border: 1px solid Black;*/
}

.noticias{
	/*position: absolute;*/
	top: 80px;
	right: 5px;
	/*width: 660px;*/
	border-left: 1px solid Black;
}
.noticia{
	font-family: Verdana; /*font-family : Tahoma;*/
	font-size: 11px;
	font-style: normal;
	border: thin dashed Silver;
	margin: 10px;
	padding: 10px;
	background-color: #FFFFFF;
}
.blog_noticia{
	font-family: Verdana; /*font-family : Tahoma;*/
	font-size: 11px;
	font-style: normal;
	border: thin dashed Silver;
	margin: 4px;
	padding: 10px;
	background-color: #FFFFFF;
}
.blog_titulo{
	font-family: Verdana; /*font-family : Tahoma;*/
	font-size: 18px;
	font-style: normal;
	background-color: #FFFFFF;
	font-weight: bold;
	border-bottom: thin solid Silver;
}

#comentarios{	
	border : thin solid Silver;
	width : 110px;
	visibility: hidden;
}
#boxr{
	position : absolute;
	width : 130px;
	right : 5px;
	top: 70px;			
	
	margin: 2px;
	padding: 2px;
	line-height: 14px;
	font-size : 13px;
	/*font-weight : bold;*/
}
.box{
	border: solid 1px;
	border-top-color: Silver;
	border-left-color: Silver;
	border-bottom-color: Gray;
	border-right-color: Gray;
	padding: 4px;
}
#texto{
	border : thin solid Silver;
	margin : 10px;
	margin-right: 13px;
	padding : 10px;
	background-color: #EDEDED;	
}
ul {	
	margin: 10px;	
	padding: 0px;	
}

li {
	list-style-image: url(logos/t1.gif);	
}

h2{
	padding: 0px;
	margin: 2px;
	font-size: 24px;
	border-bottom: 1px solid Black;
	margin-bottom: 20px;
}
h3{	
	font-weight: bold;
	font-size: 14px;	
}

.boxi{
		border-color : #777777;
		border-style : solid;
		border-width : 1px;
		font-family : Fixedsys;
		background-color : #FFFFD5;
		margin: 1px;
}
#pie{
	font-family: Tahoma; /*text-align: center;*/
	font-size: 9px; /*
	border: 10px;
	padding: 1px;*/
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: Silver;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: Gray;
}


a:hover {
	color: #FF0990;
	text-decoration: none;/*
	/*font-weight: bold;*/
	/*display: block;
	background-color: #DDDDDD;*/
}
a{
	color: #0F3390;
	text-decoration: none;
	font-weight: bold;
	
}

/*BORDES REDONDEADOS*/
div#main2{
margin: 10px;
margin-left: 140px; /*margin-right: 10px;*/
	/*padding: 10px 40px;*/
	background-color: #FFFFf0;}

b.rtop, b.rbottom{display:block;background: #fff}
b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #FFFFf0}

b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}

b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
/*BORDES REDONDEADOS*/

/*OCULTAR*/
.etiqueta{
	visibility: hidden;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid;
	background-color: #FDF5E6;
	display: block;
	padding: 10px;
	font-size: smaller;
	height: 150px;
	border-top: 4px double;
}
/*OCULTAR*/