/*------------------------BLOG------------------------*/
a:link{
	color: #4F8CB2;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

alink:visited{
	color: #4F8CB2;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

alink:hover{
	text-decoration: underline;
	color: #415572;
	font-family: Arial, Helvetica, sans-serif;
}

/*Contenido*/
.tablaContenido{
	margin-top: -30px;
	border: none;
	margin-bottom: 50px;
}

.tablaContenido p{
	line-height: 1.5;	
	text-align:justify;	
}

.tablaContenido img{
	border: 1px solid #847B67; 	
}

.tituloContenido{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #525B7F;
	padding:5px 0px 5px 15px;	
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 1.3;
}
.fechaContenido{
	font-size:100%;
	padding-left:15px;
	padding-bottom: 5px;
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.textoContenido{
	padding:5px 5px 5px 15px;
	font-size: 100%;
	color:#666666;
	text-align: justify;
	line-height: 1.5;
	font-weight: normal;
}

.pieContenido{
	padding:2px 0px 5px 15px;
	color:#FF6600;
	font-size:100%;
}
.pieContenido a:link{
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	padding-right: 5px;
	padding-left: 0px;
}

.pieContenido a:visited{
	color:#FF6600;	
	font-weight: bold;
	text-decoration:none;	
}

.pieContenido a:hover {
	color:#FF6600;
	font-weight: bold;
	text-decoration: underline;
}
.pieContenido a:active {
	color:#FF6600;
	font-weight: bold;
	text-decoration:underline;
}

.pieContenido span {
	background-image:url(../images/span_blog.jpg);
	background-repeat:no-repeat;
	width: 18px;
	height: 18px;	
}
/*------------------------COMENTARIOS------------------------*/
.tituloComentario{
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	padding:0px 0px 5px 100px;	
	font-weight:bold;
	color: #FF6600;
	text-align: left;
}
.textoComentario{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:20px;
	color: #696969;
	font-size:70%;
	text-align:justify;
	font-weight: normal;
	line-height: 1.5;
	border: 1px dotted #cccccc;
	background-color: #FFFFFF;
	margin: 10px 10px 0px 10px;
}

.pieComentario{
	font-family: Arial, Helvetica, sans-serif;
	padding:2px 0px 5px 15px;
	color:#FF6600;
	font-size:90%;
}
.textoComentario a:link, a:visited {
	color: #4F8CB2;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.textoComentario a:hover {
	text-decoration: underline;
	color: #415572;
}
.textoComentario a:active {
	color: #4F8CB2;
	text-decoration: underline;
}

/*------------------------INGRESO------------------------*/
.tituloIngreso{
	text-align: left;
		color: #B9C6D3;
		padding: 5px 10px 5px 14px;				
		font-family: Arial, Helvetica, sans-serif;
		font-size: 80%;
		font-weight: bold;
		margin: 0px;
		border-bottom: 3px solid #9BA7B3;		
		background-color: #385279;
		border-top: 0px;
		border-right: 0px;
		border-left: 0px;	
}
.textoIngreso{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:2px 10px 5px 9px;
	color: #525B7F;
	font-size:70%;
	text-align:justify;
}
.pieIngreso{
	font-family: Arial, Helvetica, sans-serif;
	padding:2px 0px 5px 18px;
	color:#FF6600;
	font-size:70%;
}

label{
padding: 0px 0px 0px 0px;
}

.submit input{
color: #333333;
background-image: url(../images/enviar_bg_02.jpg);
background-position:top;
background-repeat: repeat-x;
border: 1px outset #d7b9c9;
font-size: 90%;
float: left;
}