@charset "UTF-8";
/* CSS Document */
html, body 					{ font:11px/1.4em Helvetica, sans-serif; }	
body	 					{ padding:75px 25px 0px 25px; margin:0; }
td, a, body, div , span {font-family : Arial, Helvetica, sans-serif; font-size:14px}
a:hover	{color:#FFF; text-decoration:underline}
a	{color:#fff; font-size:18px; text-shadow:none}

img { width: auto; max-width: 100%; height: auto; display: block;}

.post { 
	padding:5px; margin:0 10px 10px 0; 
	overflow:hidden; -moz-border-radius:8px; -khtml-border-radius:8px; -webkit-border-radius:8px; /*position:absolute;*/ -webkit-box-shadow:1px 1px 3px rgba(2,2,2,2.2); -moz-box-shadow:1px 1px 3px rgba(2,2,2,2.2); box-shadow:1px 1px 3px rgba(0,0,0,0); background-color:white
	}
.post-header, .post-content	 	{ margin:0 0 10px 0; }
.post-content h2	 			{ margin:0 0 10px 0; line-height:0.9em; color:#fff;  }
.post-content a	 				{ color:#fff; text-decoration:none; }
.post-content h2	 			{ color:#777; }
.post-content a	 				{ color:#232323;font-size:30px }
.post-content a:hover			{ color:#6C3; }
	
.post-content .bubble			{ -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; padding:5px 8px; display:block; }
	
.post-footer	 				{ line-height:1em; }
.post-footer a	 				{ text-decoration:underline;}
.post-footer a:hover			{ text-decoration:none; }
.post 							{ background:#fff; }

.post:hover						{ -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .3); -moz-box-shadow:0 0 10px rgba(0, 0, 0, .3); }
.post:active					{ -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .3); -moz-box-shadow:0 0 10px rgba(0, 0, 0, .3); }
.subTitel						{font-size: 12px; padding-top:0;}
.subTitelPages					{font-size: 16px; color:#07863f}
.description					{font-size: 16px; }
.txt					{font-size: 12px; line-height:!important}

/*yo*/
a.enlace	{color:#0C0; font-size:14px; font-style:italic; text-decoration:none; }
a.enlace:hover {text-decoration:underline}
.container {width: 100%; max-width:800px}
video {height: auto !important; width: 100% !important}