﻿/* 

 ---------------------------------------------------------------------
 WWW.GUARRODESIGN.COM - GuarroDesign - Web | Multimedia | 3D | Imagen Corporativa
 Hoja de Estilos Generales
 Desarrollado por Carlos Rojas
---------------------------------------------------------------------
 
*/

/* ---------------------------------------------------------------------
///// RESETEO DEL CSS ///// 
--------------------------------------------------------------------- */
body{
	margin:0;
	padding:0;
	background-color:#304555;
	background-image:url('../images/mZoneBackground.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	font-family:"Droid Sans";
}

.clear {
	clear:both;
}


html, body, div, span, h1, h2, h3, h4, h5, h6, a, img, dl, dt, dd, ol, ul, li {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     text-decoration:none;
     color:#fff;
}

ul {
     list-style: none;
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

input, textarea {
     margin: 0;
     padding: 0
}

p{
	font-size:15px;
}

input[type=text].search{
	color:#808080;
	height:27px;
	width:160px;
	background-image:url('../images/searchBackground.png');
	background-position:right center;
	background-repeat:no-repeat;
	font-style:italic;
	border:none;
	padding:0 0 0 10px;
	
}
/* ---------------------------------------------------------------------
///// Under Construction ///// 
--------------------------------------------------------------------- */

	.underConstruction{
	font-family:"Droid Sans";	
	}
	

		.underConstruction .zoneActiveArea{
		width:660px;
		margin:auto;
		padding-top:200px;
		}
		
			.underConstruction .zoneActiveArea img{
			display:inline-block;
			width:342px;
			}
			
			.underConstruction .zoneActiveArea .info{
			width:270px;
			display:inline-block;
			border-left:3px #fff solid;
			padding-left:15px;
			margin-left:20px;
			
			}
	
			.underConstruction .zoneActiveArea .twitter{
			padding-top:60px;
			}
			
				.underConstruction .zoneActiveArea .twitter ul{
				font-size:13px;
				}
				
				.underConstruction .zoneActiveArea .twitter ul li{
				padding-bottom:5px;
				list-style-image:url('../images/tweetBullet.png');
				padding-top:0px;
				}
				
				.underConstruction .zoneActiveArea .twitter ul li a{
				color:#8d8d8d;
				}
				
				.underConstruction .zoneActiveArea .twitter a.icon{
				background-image:url('../images/twitterMiniIcon2.png');
				background-position:left top;
				background-repeat:no-repeat;
				padding-left:45px;
				height:35px;
				display:block;
				float:right;
				}














































