/*
Theme Name: AA_IUS
Theme URI: http://www.iusoria.com/
Description: Beta 01 <a href="http://www.iusoria.com/">IUS</a>.
Version: 0.1
Author: Alfonso Gracia
Author URI: http://www.alfonsogracia.com
Tags: beta

	AG 01
	 http://www.alfonsogracia.com


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
a {
	color: #000;
	text-decoration: none;
}


body {
	margin:0 auto;
	padding:0px 0px 20px 0px;
	background:#fff; /* url(images/body.png) repeat-x ; e0e0e0*/
	font-family: Arial,Century gothic,Tahoma,sans-serif;
	color:#161514; /* */
	font-size: 14px;	/* */
	text-align: center; /* */
	}
	
	#wrapper {
	background-color: white; 
	/*border: 1px solid #959596;*/
	text-align: left;
	width:900px;
	/*height:80px;    */
	margin:0 auto;
	}
	
	/* CABECERA -------------------------------------------------------------------------------------------------*/

		#header {
			background-color: #84ba83; 
			height: 175px;
			width: 900px;
		}
			#mheader {
					background-color: red; 
					height: 25px;
					width: 100%;
				}	
			#headerslider {
				background-color: #e0e0e0; 
				height: 125px;
				width: 100%;
			}

				#slidercap {
					position: absolute;
					background:  #C83131;
					margin: 0px; padding: 0px;
					width: 900px;
					height: 125px;
					display: block;
					z-index:15;
					/*overflow: hidden;*/
				}				

				#slider {
					float: left;
					background:  #e0e0e0;
					margin: 0px; padding: 0px;
					width: 100%;
					height: 125px;
					display: block;
					/*overflow: hidden;*/
				}			

			#headerinf {
				/*background-color: #4d854c; */
				height: 25px;
				width: 100%;
			}

	
				#mcategorias {
					float: left;
					background:  #a13434;
					margin: 0px; padding: 0px;
					width: 100%;
					height: 25px;
					display: block;
					/*overflow: hidden;*/
				}	
					
		#headercontent {
			/*float: relative;*/
			/*background:  #b74c4c;*/
			border-bottom: 1px groove  #646464;
			margin: 0px; padding: 0px;
			width: 900px;
			height: 250px;
			display: block;
			/*overflow: hidden;*/
		}	
	
		#content {
		float: left;
		background:  #fff;
		margin: 0px; padding: 0px;
		width: 900px;
		/*height: 100px;*/
		display: block;
		/*overflow: hidden;*/
		}		
		
			#zonapost {
				float: left;
				background:  #fff;
				margin: 0px 0px 50px 0px; 
				padding: 0px;
				width: 700px;
				/*height: 100px;*/
				display: block;
				/*overflow: hidden;*/
			}	
			#post {
				float: left;
				/*background:  #fff;*/
				margin: 50px; padding: 0px;
				width: 600px;
				/*height: 100px;*/
				display: block;
				/*overflow: hidden;*/
			}
				#post h1{
							font-family: Arial, "Times New Roman", Serif;
							font-size: 25px;
							font-weight: bold;
							margin: 0px; padding: 0px;
							color: #C83131;
				}
				#postintro {
				float: left;
				background:  #F8E3E3;
				border: 1px solid #c5a5a5;
				margin: 10px 0px 10px 0px; padding: 0px;
				width: 600px;
				/*height: 100px;*/
				display: block;
				/*overflow: hidden;*/
			}	
				#postintro p {
				float: left;
				margin: 10px 10px 10px 10px; padding: 0px;
				width: 580px;
				font-weight: bold;
				text-align: justify;
				/*height: 100px;*/
				display: block;
				/*overflow: hidden;*/
			}					
			.postimg {
				float: left;
				/*margin: 10px 0px 20px 0px; padding: 0px;*/
				/*width: 370px;*/
				/*height: 200px;*/
				/*height: 100px;*/
				display: block;
				/*overflow: hidden;*/
			}					
			#post img {
				float: left;
				margin: 10px 20px 10px 0px; padding: 0px;
				/*width: 350px;*/
				/*height: 200px;*/
				/*height: 100px;*/
				display: block;
				/*overflow: hidden;*/
			}				
			
			#sidebar {
			float: right;
			/*background:  #b74c4c;*/
			/*border-left: 1px solid #a1a1a1;*/
			margin: 20px 0px 150px 0px; 
			padding: 0px ;
			width: 198px;
			/*height: 900px;*/
			display: block;
			/*overflow: hidden;*/
			}			
		
		#footer {
		float: left;
		background:  #B3B3B3;
		margin: 0px; padding: 0px;
		width: 900px;
		height: 200px;
		display: block;
		/*overflow: hidden;*/
		}	
		#footer1 {
		position: relative;
		background:  #e11a2f;
		margin: 0px; padding: 0px;
		width: 900px;
		/*height: 200px;*/
		display: block;
		/*overflow: hidden;*/
		}			
				#footerlogo {
				
					width:180px;
					height:150px;
					overflow:hidden;
					position:absolute;
					top:-130px;
					right:25px;
					/*background: blue;*/
					z-index:10;
				}	
				
				
				#enlaceboton {
					float: left;
					/*background:  #a13434;*/
					/*background:url("images/Blogs_sombra.png") no-repeat scroll 0 0 transparent;*/
					margin: 0px; padding: 0px;
					width: 94px;
					height: 72px;
					display: block;
					/*overflow: hidden;*/
				}					
				
					#enlaceboton span {
					position:absolute;
					/*background:  #a13434;*/
					background:url("images/Blogs_sombra.png") no-repeat scroll 0 0 transparent;
					margin: 0px; padding: 0px;
					width: 94px;
					height: 72px;
				}	

					#enlaceboton img {
					width: 94px;
					height: 72px;
				}					
