@charset "utf-8";
/* CSS Document */

body { margin:0; background: url(images/pattern.jpg) repeat;}

#wrapper {
	
	}
	
#header {
	height: 57px;
	background: url(images/barra.jpg) repeat;
	}
	
#iso { float: left; margin-left: 50px; margin-top: 15%;}
#tag { float: left; margin-left: 200px; margin-top:15%; padding-top:97px;}

#menu {
	clear:left;
	margin-left: 50px;
	padding-top: 10%;
	}

	#blog {
	float: left; width: 195px; height: 52px; margin-right: 50px;
	background:url(images/blog.png) no-repeat; cursor: pointer;
	}
	
	#institucional {
	float: left; width: 228px; height: 52px; margin-right: 50px;
	background:url(images/institucional.png) no-repeat; cursor: pointer;
	}
	
	#suscripcion {
		float: left; width: 285px; height: 52px; margin-right: 50px;
		background:url(images/suscripcion.png) no-repeat;
		}
	
	#desuscripcion {
		float: left; width: 285px; height: 52px; margin-right: 50px;
		background:url(images/desuscripcion.png) no-repeat;
		}
		
		.campo{
			background-color:transparent;
			background-image:url(images/suscripcion_tag.png);
			background-repeat: no-repeat;
			background-position:  -3px -3px;
			border:medium none;
			margin-left:3px;
			margin-top:30px;
			padding:2px; padding-top: 3px;
			width:250px;
			color: #ab0f0f; font-size: 11px; font-weight: bold;
			font-family: Georgia, "Times New Roman", Times, serif;
			}
			
			/*
			.campo:focus{
			background:transparent;
			}
			*/
			
		.btn{
		background-color: transparent;
		border:medium none; cursor: pointer;
		width:24px; height: 24px;
		}
	
	#divider {
	float: left; width: 2px; height: 52px; margin-right: 50px;
	background:url(images/menu_div.png) no-repeat;
	}