﻿/*................................... ACTUALIDAD*/
	BODY.actualidad #Cuerpo {
		background: #DDDDDD;
		height: 100%;
		padding: 20px;
		border: 1px solid #000000;
	}

		BODY.actualidad H1{
			font-size: 1.2em;
			color: #990000;
			font-weight:bold;
			border-bottom: 1px solid #fff;
			margin: 0;
		}
		BODY.actualidad UL 
		{
		    margin:0;
		    padding:0;
		    list-style-type: none;
		}
		BODY.actualidad UL LI {
			height:100%;
			overflow:hidden;
			margin-top:4px;
			border-bottom:1px solid #fff;
			padding-bottom:4px;
			position: relative;
		}

			BODY.actualidad UL LI .fecha 
			{
				display: block;
				float:left;
				width: 100px;
				font-size: 1em;
				color: #990000;
				font-weight:bold;
			}

			BODY.actualidad UL LI H2 
			{
			    position: absolute;
			    top: 0; left: 0px;
				margin: 0;
			    margin-left: 100px;				  
			    font-size: 1em;
			    color: #990000;
			    font-weight:bold;
			    width: 460px;
			}
			

			BODY.actualidad UL LI .texto 
			{
			    display: block;
			    float: left;
			    margin-top: 30px;	
			    font-size: 1em;
				color: #666666;
				width: 460px;
			}
			
				
			BODY.actualidad UL LI .fotos
			{
			    float: left;
			    width: 180px;
				text-align: right;
			}
			
			BODY.actualidad UL LI .fotos IMG{
				position: relative;
			    border: 1px solid #FFF;				
			}
}
